summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-27 15:39:06 +0200
committerraveit65 <[email protected]>2015-04-27 15:39:51 +0200
commit51560296143cb64bc331cb7dcaa537303cbd438c (patch)
treee22bf33b882e171ba175783300e023e2eb55f3f6 /desktop-themes
parent23dd9eeff7a19d793326033bdca151d2c4884c38 (diff)
downloadmate-themes-51560296143cb64bc331cb7dcaa537303cbd438c.tar.bz2
mate-themes-51560296143cb64bc331cb7dcaa537303cbd438c.tar.xz
GreenLaguna Gtk3: some color corrections
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css4
2 files changed, 16 insertions, 12 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 71c0756d..a1d1f454 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -360,7 +360,7 @@ GtkExpander {
*********/
.view,
.view:insensitive { /* gdebi bug? */
- background-color: shade(@base_color, 1.06);
+ background-color: shade(@base_color, 1.02);
color: @theme_text_color;
border-radius: 0px;
/*border-width: 3px;*/
@@ -795,7 +795,7 @@ GtkLevelBar.vertical {
.notebook {
padding: 1px 0px 1px 1px;
background-clip: border-box;
- background-color: shade(@base_color, 1.06);
+ background-color: shade(@base_color, 1.02);
border-color: @notebook_border;
color: @theme_fg_color; /* gdebi bug? */
border-style: solid;
@@ -838,8 +838,8 @@ GtkLevelBar.vertical {
.notebook tab:active {
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);
}
@@ -1608,8 +1608,8 @@ GtkTreeMenu .menuitem * {
.scrollbar.button.horizontal:hover,
.scrollbar.button.vertical:hover {
background-image: none;
- background-color: shade(@theme_bg_color, 1.01);
- color: shade(@highlighted_border, 0.8);
+ background-color: shade(@theme_bg_color, 0.95);
+ color: @theme_fg_color;
}
.scrollbar.button:hover:active,
@@ -2853,6 +2853,10 @@ GtkIconView {
padding: 0px;
}
+GtkViewport {
+ background-color: shade(@theme_bg_color, 1.02);
+}
+
GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focus {
background-color: transparent;
@@ -3299,11 +3303,11 @@ GtkInfoBar {
.sidebar,
GtkPlacesSidebar.sidebar .view {
-gtk-icon-style: regular;
- background-color: shade(@theme_bg_color, 1.03);
+ background-color: shade(@theme_bg_color, 1.02);
}
.sidebar:backdrop {
- background-color: shade(@theme_bg_color, 1.03);
+ background-color: shade(@theme_bg_color, 1.02);
}
@@ -3475,7 +3479,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,
@@ -3582,7 +3586,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;
}
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index da745bf5..f183fe72 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -4,7 +4,7 @@
/* background of all views */
CajaWindow .view {
- background-color: shade(@base_color, 1.06)
+ background-color: shade(@base_color, 1.04)
}
/* FIXME, doesn't work */
@@ -112,7 +112,7 @@ CajaWindow CajaPlacesSidebar .view,
CajaWindow CajaHistorySidebar .view,
CajaWindow CajaInformationPanel GtkVBox,
CajaWindow CajaEmblemSidebar GtkViewport {
- background-color: shade(@theme_bg_color, 1.03);
+ background-color: shade(@theme_bg_color, 1.02);
border-width: 0px;
}