From: Antonio Ospite Date: Sat, 20 Sep 2014 14:47:37 +0000 (+0200) Subject: Initial import X-Git-Url: https://git.ao2.it/Adwaita-flashback.git/commitdiff_plain/fdfbe95127993c017c8db6b0c46ba1fa22e23b1a Initial import --- fdfbe95127993c017c8db6b0c46ba1fa22e23b1a diff --git a/README b/README new file mode 100644 index 0000000..fd6fb18 --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +Adwaita-flashback is an "overlay" Gtk theme to bring back the classic GNOME +look and feel to the Adwaita theme. + +Adwaita is the default Gtk theme from Gtk+ 3.14. + +Install the theme under ~/.local/share/themes and select it with +gnome-tweak-tool. + +The theme can be hacked with gtk-inspector using this command line: + + XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.local/share GTK_DEBUG=interactive gnome-panel --replace + +Patches always welcome. + +Antonio Ospite +http://ao2.it diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css new file mode 100644 index 0000000..5744cce --- /dev/null +++ b/gtk-3.0/gtk.css @@ -0,0 +1,7 @@ +@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained.css"); + +PanelWidget, +PanelApplet { + background-color: @theme_bg_color; + color: @theme_fg_color; +} diff --git a/index.theme b/index.theme new file mode 100644 index 0000000..0aac518 --- /dev/null +++ b/index.theme @@ -0,0 +1,10 @@ +[X-GNOME-Metatheme] +Name=Adwaita-flashback +Type=X-GNOME-Metatheme +Comment=There is only one +Encoding=UTF-8 +GtkTheme=Adwaita +MetacityTheme=Adwaita +IconTheme=Adwaita +CursorTheme=Adwaita +CursorSize=24