summaryrefslogtreecommitdiff
path: root/Kogaion-daylight
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-07-31 21:00:32 +0300
committerbionel <ionel.busuioc@gmail.com>2015-07-31 21:00:32 +0300
commit56ed6c05e6bb011e77bcfe5bbbf8ce4c1dd86a2e (patch)
treea2f1ce58fbe3cb6411a5aa538164c605844bb5b5 /Kogaion-daylight
parentbbaa2223e63e86361ec563c55b8475d2fda4a96d (diff)
gtkrc - fixed window decorations matching
Diffstat (limited to 'Kogaion-daylight')
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc14
1 files changed, 8 insertions, 6 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc
index c3d78d4..1260879 100755
--- a/Kogaion-daylight/gtk-2.0/gtkrc
+++ b/Kogaion-daylight/gtk-2.0/gtkrc
@@ -3,10 +3,12 @@ gtk-color-scheme = "text_color:#2e3436\nfg_color:#2e3436"
gtk-color-scheme = "selected_bg_color:#0096ff\nselected_fg_color:#ffffff"
gtk-color-scheme = "tooltip_bg_color:#d2e4f8\ntooltip_fg_color:#2e3436\nlink_color:#4a90f9"
gtk-color-scheme = "theme_bg_color:#f4f4f4\nbutton_base:#f4f4f4"
-gtk-color-scheme = "theme_bg_dark_color:#a3b5d9\ntheme_fg_dark_color:#2e3436\ntheme_text_dark_color:#f30f0f"
gtk-color-scheme = "sidebar_background:#ffffff"
-gtk_color_scheme = "window_active_color:#a3b5d9\nwindow_inactive_color:#e1e1e1" #Windows decorations
+#must match window_color and fg_color
+gtk-color-scheme = "theme_bg_dark_color:#a3b5d9\ntheme_fg_dark_color:#2e3436\ntheme_text_dark_color:#f30f0f"
+
+gtk_color_scheme = "window_active_color:#a3b5d9" #Windows decorations
gtk_color_scheme = "test1:#ff0000\ntest2:#00ff00" #debug colors
gtk-auto-mnemonics = 1
@@ -92,7 +94,7 @@ style "default" {
bg[NORMAL] = @theme_bg_color
bg[PRELIGHT] = shade (1.02, @theme_bg_color)
- bg[SELECTED] = @window_active_color
+ bg[SELECTED] = @window_active_color #used by metacity/xfwm
bg[INSENSITIVE] = shade (1.20, @theme_bg_color)
bg[ACTIVE] = @theme_bg_color
@@ -241,7 +243,7 @@ style "button" {
}
}
-style "button_label" { fg[ACTIVE] = @test1 }
+style "button_label" { fg[ACTIVE] = @selected_fg_color }
# Force text color on radiobutton-eclipse
style "checkradio_label" { fg[ACTIVE] = @fg_color }
@@ -311,7 +313,7 @@ style "menubar" {
fg[PRELIGHT] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
- bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+ bg[NORMAL] = shade (1.00, @window_active_color)
engine "murrine" {
gradient_shades = {1.00, 1.00, 1.00, 1.00}
@@ -367,7 +369,7 @@ style "menubar_menuitem" {
ythickness = 3
fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal
- fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @theme_bg_dark_color) # menu item disabled
+ fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @window_active_color) # menu item disabled
fg[PRELIGHT] = @selected_fg_color # menu item selected
bg[PRELIGHT] = shade (0.94, @selected_bg_color)