[Xfce4-commits] [xfce/gtk-xfce-engine] 02/06: Added default colors to xfce basic theme

noreply at xfce.org noreply at xfce.org
Wed Feb 18 21:36:25 CET 2015


This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.

commit 098cec3528eeda44b9e1ec23e4bab55ea1db15c5
Author: Peter de Ridder <peter at xfce.org>
Date:   Wed Feb 18 20:17:56 2015 +0100

    Added default colors to xfce basic theme
---
 themes/basic/gtk-2.0/gtkrc |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/themes/basic/gtk-2.0/gtkrc b/themes/basic/gtk-2.0/gtkrc
index 683ed80..d5560cc 100644
--- a/themes/basic/gtk-2.0/gtkrc
+++ b/themes/basic/gtk-2.0/gtkrc
@@ -14,6 +14,30 @@ style "default"
     GtkRange::stepper_spacing         = 0
     GtkRange::trough_border           = 0
 
+    fg[ACTIVE]        = "#000000"
+    fg[INSENSITIVE]   = "#757575"
+    fg[NORMAL]        = "#000000"
+    fg[PRELIGHT]      = "#000000"
+    fg[SELECTED]      = "#ffffff"
+
+    bg[ACTIVE]        = "#c4c2bd"
+    bg[INSENSITIVE]   = "#dcdad5"
+    bg[NORMAL]        = "#dcdad5"
+    bg[PRELIGHT]      = "#eeebe7"
+    bg[SELECTED]      = "#4b6983"
+
+    base[ACTIVE]      = "#9c9a94"
+    base[INSENSITIVE] = "#eeebe7"
+    base[NORMAL]      = "#ffffff"
+    base[PRELIGHT]    = "#ffffff"
+    base[SELECTED]    = "#4b6983"
+
+    text[ACTIVE]      = "#ffffff"
+    text[INSENSITIVE] = "#757575"
+    text[NORMAL]      = "#000000"
+    text[PRELIGHT]    = "#000000"
+    text[SELECTED]    = "#ffffff"
+
     engine "xfce" 
     {
         smooth_edge = true

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list