diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-07-31 22:33:57 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-07-31 22:33:57 +0300 |
commit | 0ab48f9cf21a18df096474e7394d9adb94058bb4 (patch) | |
tree | a96251ad99b45e4fe912224f6cb028c9cc471568 | |
parent | d6435523dc26059d052e7d7153571db09891983b (diff) |
some color fixing for chromium and inactive windows
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/gtkrc | 10 | ||||
-rwxr-xr-x | Kogaion-nighttime/gtk-2.0/gtkrc | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index 1260879..74ad932 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -95,7 +95,7 @@ style "default" { bg[NORMAL] = @theme_bg_color bg[PRELIGHT] = shade (1.02, @theme_bg_color) bg[SELECTED] = @window_active_color #used by metacity/xfwm - bg[INSENSITIVE] = shade (1.20, @theme_bg_color) + bg[INSENSITIVE] = shade (0.9, @theme_bg_color) bg[ACTIVE] = @theme_bg_color fg[NORMAL] = @fg_color @@ -802,10 +802,10 @@ widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label" # For Google Chrome/Chromium integration. style "chrome-gtk-frame" { ChromeGtkFrame::frame-gradient-size = 120 - ChromeGtkFrame::frame-gradient-color = shade (1.06, @theme_bg_dark_color) - ChromeGtkFrame::inactive-frame-gradient-color = shade (1.06, @theme_bg_dark_color) - ChromeGtkFrame::frame-color = shade (0.64, @theme_bg_dark_color) - ChromeGtkFrame::inactive-frame-color = shade (0.64, @theme_bg_dark_color) + ChromeGtkFrame::frame-gradient-color = @window_active_color + ChromeGtkFrame::inactive-frame-gradient-color = shade (0.90, @theme_bg_color) + ChromeGtkFrame::frame-color = @window_active_color + ChromeGtkFrame::inactive-frame-color = shade (0.90, @theme_bg_color) ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color) ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @bg_color) diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc index fe23ff0..efc4af2 100755 --- a/Kogaion-nighttime/gtk-2.0/gtkrc +++ b/Kogaion-nighttime/gtk-2.0/gtkrc @@ -95,7 +95,7 @@ style "default" { bg[NORMAL] = @theme_bg_color bg[PRELIGHT] = shade (1.02, @theme_bg_color) bg[SELECTED] = @window_active_color #used by metacity/xfwm - bg[INSENSITIVE] = shade (1.20, @theme_bg_color) + bg[INSENSITIVE] = shade (1.20,@theme_bg_color) bg[ACTIVE] = @theme_bg_color fg[NORMAL] = @fg_color @@ -805,10 +805,10 @@ widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label" # For Google Chrome/Chromium integration. style "chrome-gtk-frame" { ChromeGtkFrame::frame-gradient-size = 120 - ChromeGtkFrame::frame-gradient-color = shade (1.06, @theme_bg_dark_color) - ChromeGtkFrame::inactive-frame-gradient-color = shade (1.06, @theme_bg_dark_color) - ChromeGtkFrame::frame-color = shade (0.64, @theme_bg_dark_color) - ChromeGtkFrame::inactive-frame-color = shade (0.64, @theme_bg_dark_color) + ChromeGtkFrame::frame-gradient-color = @window_active_color + ChromeGtkFrame::inactive-frame-gradient-color = shade (1.20, @theme_bg_color) + ChromeGtkFrame::frame-color = @window_active_color + ChromeGtkFrame::inactive-frame-color = shade (1.20, @theme_bg_color) ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color) ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @bg_color) |