From fdfbe95127993c017c8db6b0c46ba1fa22e23b1a Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Sat, 20 Sep 2014 16:47:37 +0200
Subject: [PATCH 1/1] Initial import

---
 README          | 16 ++++++++++++++++
 gtk-3.0/gtk.css |  7 +++++++
 index.theme     | 10 ++++++++++
 3 files changed, 33 insertions(+)
 create mode 100644 README
 create mode 100644 gtk-3.0/gtk.css
 create mode 100644 index.theme

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
-- 
2.1.4