diff options
author | raveit65 <[email protected]> | 2015-04-24 01:16:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 01:16:08 +0200 |
commit | 5ceac85046c9536405ab11a0f4adb7efe0e0c624 (patch) | |
tree | 6a63140b1457bb17390b880d55f8c4e3d81f3ffe | |
parent | 655bae8a652898175eeda443dbb1f330ceafaac6 (diff) | |
download | mate-themes-5ceac85046c9536405ab11a0f4adb7efe0e0c624.tar.bz2 mate-themes-5ceac85046c9536405ab11a0f4adb7efe0e0c624.tar.xz |
GreenLaguna GTK3: adjust color views bg
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index effaa720..90255554 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -167,7 +167,7 @@ *********/ .view, .view:insensitive { /* gdebi bug? */ - background-color: @theme_bg_color; + background-color: shade(@theme_bg_color, 1.03); color: @theme_text_color; border-radius: 0px; /*border-width: 3px;*/ @@ -197,7 +197,7 @@ GtkTextView.view, GtkTextView.view:insensitive, GtkTextView.entry, /* For Yelp */ GtkHTML { /* For Evolution */ - background-color: @theme_main_color; + background-color: shade(@theme_bg_color, 1.03); color: @theme_text_color; } |