diff options
author | raveit65 <[email protected]> | 2015-04-25 02:05:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-25 02:05:37 +0200 |
commit | 1b1ede21f57f8f7d536cbc3237669602276bf041 (patch) | |
tree | 78d236c8e44a8e3579285ce81de4833c4bbf0b2f | |
parent | 96d4ee8932fac956e3b5e37cac616bf0e5c762d7 (diff) | |
download | mate-themes-1b1ede21f57f8f7d536cbc3237669602276bf041.tar.bz2 mate-themes-1b1ede21f57f8f7d536cbc3237669602276bf041.tar.xz |
GreenLaguna GTK3: some color corrections
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f2f137d3..f540ded2 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: shade(@theme_bg_color, 1.03); + background-color: shade(@theme_bg_color, 1.02); color: @theme_text_color; border-radius: 0px; /*border-width: 3px;*/ @@ -556,7 +556,7 @@ GtkLevelBar.vertical { .notebook { padding: 1px 0px 1px 1px; background-clip: border-box; - background-color: shade(@theme_bg_color, 1.03); + background-color: shade(@theme_bg_color, 1.02); border-color: @notebook_border; color: @theme_fg_color; /* gdebi bug? */ border-style: solid; @@ -575,7 +575,7 @@ GtkLevelBar.vertical { .notebook :hover { -gtk-image-effect: highlight; - background-color: shade(@theme_bg_color, 1.03); + background-color: shade(@theme_bg_color, 1.02); color: @theme_fg_color; } @@ -603,8 +603,8 @@ GtkLevelBar.vertical { -adwaita-selected-tab-color: transparent; background-image: linear-gradient(to bottom, shade(@theme_bg_color, 0.9), - shade(@theme_bg_color, 0.96) 40%, - shade(@theme_bg_color, 0.98) 70%, + shade(@theme_bg_color, 0.98) 40%, + shade(@theme_bg_color, 1.02) 70%, @theme_bg_color); } @@ -1058,7 +1058,6 @@ GtkTreeMenu .menuitem * { -GtkRange-slider-width: 12; -GtkRange-stepper-size: 16; -GtkScrollbar-min-slider-length: 34; /* minimum size for the slider. sadly can't be in '.slider' where it belongs */ - -GtkRange-stepper-spacing: 0; -GtkRange-trough-under-steppers: 0; } @@ -1176,8 +1175,8 @@ GtkTreeMenu .menuitem * { .scrollbar.button.horizontal:hover, .scrollbar.button.vertical:hover { background-image: none; - background-color: @theme_main_color; - /*border-color: shade(@highlighted_border, 1.1);*/ + background-color: shade(@theme_bg_color, 1.04); + border-color: shade(@highlighted_border, 1.1); color: shade(@highlighted_border, 0.8); } @@ -1186,7 +1185,7 @@ GtkTreeMenu .menuitem * { background-image: linear-gradient(to top, shade(@theme_bg_color, 1.6), shade(@toolbar_gradient_base, 0.88)); - /*border-color: shade(@highlighted_border, 1.1);*/ + border-color: shade(@highlighted_border, 1.1); border-image: none; color: @theme_fg_color; border-image: none; @@ -2378,7 +2377,7 @@ GtkLabel { .sidebar, GtkPlacesSidebar.sidebar .view { - background-color: shade(@theme_bg_color, 1.03); + background-color: shade(@theme_bg_color, 1.02); } .sidebar.separator, @@ -2521,7 +2520,7 @@ RBSource .cell.image { NemoView .view, NautilusView .view { - background-color: shade(@base_color, 1.06) + background-color: shade(@base_color, 1.04) } .nautilus-inactive-pane .view, .nemo-inactive-pane .view { @@ -2631,7 +2630,7 @@ NemoWindow .notebook .rubberband { NautilusWindow .sidebar .view, NemoWindow .sidebar .view{ - background-color: shade(@theme_bg_color, 1.03); + background-color: shade(@theme_bg_color, 1.02); border-width: 0px; } @@ -2640,16 +2639,6 @@ NemoWindow .sidebar .frame { border-width: 0px; } -NautilusWindow .sidebar .scrollbar.button, -NemoWindow .sidebar .scrollbar.button { - color: transparent; -} - -NautilusWindow .sidebar .scrollbar.button:hover, -NemoWindow .sidebar .scrollbar.button:hover { - color: @theme_fg_color; -} - NautilusPlacesSidebar .cell:selected, NautilusPlacesSidebar *.cell:selected, NemoPlacesSidebar .cell:selected, |