--- /dev/null
+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
--- /dev/null
+@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained.css");
+
+PanelWidget,
+PanelApplet {
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}