[gnome-themes-standard] Add settings.ini file defining the default color scheme for Adwaita



commit a9a435ad8312b5abf4203a3b7cac94aab3789f99
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Feb 18 16:25:24 2011 +0100

    Add settings.ini file defining the default color scheme for Adwaita

 themes/Adwaita/gtk-3.0/Makefile.am  |    6 +++---
 themes/Adwaita/gtk-3.0/settings.ini |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/Makefile.am b/themes/Adwaita/gtk-3.0/Makefile.am
index 4649a46..b34f3d2 100644
--- a/themes/Adwaita/gtk-3.0/Makefile.am
+++ b/themes/Adwaita/gtk-3.0/Makefile.am
@@ -1,8 +1,8 @@
 themedir = $(datadir)/themes/Adwaita/gtk-3.0
-theme_DATA = gtk.css
+theme_DATA = 		\
+	gtk.css 	\
+	settings.ini
 
 EXTRA_DIST = $(theme_DATA)
 
-
 -include $(top_srcdir)/git.mk
-
diff --git a/themes/Adwaita/gtk-3.0/settings.ini b/themes/Adwaita/gtk-3.0/settings.ini
new file mode 100644
index 0000000..1a08b65
--- /dev/null
+++ b/themes/Adwaita/gtk-3.0/settings.ini
@@ -0,0 +1,3 @@
+[Settings]
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#ededed\ntooltip_bg_color:#343434\nselected_bg_color:#4a90d9\ntext_color:#2e3436\nfg_color:#2e3436;\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff"
+gtk-auto-mnemonics = 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]