summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
commit11394aecd1f906fee2ebd2b90412aeba4651fbff (patch)
treebcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc
parentd24bd898174453b586ac90f2ef7a60165fa26fde (diff)
downloadtde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz
tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc')
-rw-r--r--ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc55
1 files changed, 55 insertions, 0 deletions
diff --git a/ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc b/ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc
new file mode 100644
index 000000000..a8c3bb15b
--- /dev/null
+++ b/ubuntu/_base/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kde-rc-files/gtkrc
@@ -0,0 +1,55 @@
+# created by KDE, Thu Oct 30 14:13:47 2008
+#
+# If you do not want TDE to override your GTK settings, select
+# Appearance & Themes -> Colors in the Control Center and disable the checkbox
+# "Apply colors to non-TDE applications"
+#
+#
+style "default"
+{
+ bg[NORMAL] = { 0.933, 0.933, 0.902 }
+ bg[SELECTED] = { 0.290, 0.475, 0.804 }
+ bg[INSENSITIVE] = { 0.933, 0.933, 0.902 }
+ bg[ACTIVE] = { 0.776, 0.776, 0.749 }
+ bg[PRELIGHT] = { 0.933, 0.933, 0.902 }
+
+ base[NORMAL] = { 1.000, 1.000, 1.000 }
+ base[SELECTED] = { 0.290, 0.475, 0.804 }
+ base[INSENSITIVE] = { 0.933, 0.933, 0.902 }
+ base[ACTIVE] = { 0.290, 0.475, 0.804 }
+ base[PRELIGHT] = { 0.290, 0.475, 0.804 }
+
+ text[NORMAL] = { 0.000, 0.000, 0.000 }
+ text[SELECTED] = { 1.000, 1.000, 1.000 }
+ text[INSENSITIVE] = { 0.776, 0.776, 0.749 }
+ text[ACTIVE] = { 1.000, 1.000, 1.000 }
+ text[PRELIGHT] = { 1.000, 1.000, 1.000 }
+
+ fg[NORMAL] = { 0.000, 0.000, 0.000 }
+ fg[SELECTED] = { 1.000, 1.000, 1.000 }
+ fg[INSENSITIVE] = { 0.776, 0.776, 0.749 }
+ fg[ACTIVE] = { 0.000, 0.000, 0.000 }
+ fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
+}
+
+class "*" style "default"
+
+style "ToolTip"
+{
+ bg[NORMAL] = { 1.000, 1.000, 0.863 }
+ base[NORMAL] = { 1.000, 1.000, 0.863 }
+ text[NORMAL] = { 0.000, 0.000, 0.000 }
+ fg[NORMAL] = { 0.000, 0.000, 0.000 }
+}
+
+widget "gtk-tooltip" style "ToolTip"
+widget "gtk-tooltips" style "ToolTip"
+
+style "MenuItem"
+{
+ bg[PRELIGHT] = { 0.290, 0.475, 0.804 }
+ fg[PRELIGHT] = { 1.000, 1.000, 1.000 }
+}
+
+class "*MenuItem" style "MenuItem"
+