summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-25 11:04:34 +0200
committerraveit65 <[email protected]>2015-04-25 11:04:34 +0200
commitb5df3e9a6012d06fb204ef4dbcbe29de9bd5d476 (patch)
treec524602ed60f047f5b05d0a2e404e4c11f6a5912 /desktop-themes
parent73e23d62feedc36a04c72d2a6c333dc7e125614e (diff)
downloadmate-themes-b5df3e9a6012d06fb204ef4dbcbe29de9bd5d476.tar.bz2
mate-themes-b5df3e9a6012d06fb204ef4dbcbe29de9bd5d476.tar.xz
GreenLaguna Gtk3: some color corrections
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css45
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css4
2 files changed, 24 insertions, 25 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index fc2f88c3..88630922 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -198,7 +198,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;*/
@@ -629,7 +629,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;
@@ -651,7 +651,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;
}
@@ -672,8 +672,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);
}
@@ -1410,9 +1410,9 @@ 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);*/
- color: shade(@highlighted_border, 0.8);
+ background-color: shade(@theme_bg_color, 0.95);
+ border-color: shade(@highlighted_border, 1.1);
+ color: @theme_fg_color;
}
.scrollbar.button:hover:active,
@@ -1420,7 +1420,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;
@@ -1436,8 +1436,8 @@ GtkTreeMenu .menuitem * {
.scrollbar.button:insensitive {
background-image: none;
- background-color: @theme_bg_color;
- color: transparent;
+ background-color: transparent;
+ color: @insensitive_fg_color;
/*border-color: alpha(@internal_element_color, 0.3);*/
/* does Nautilus need these? */
/*border-radius: 4px;
@@ -2648,6 +2648,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;
@@ -3088,6 +3092,11 @@ GtkInfoBar {
text-shadow: none;
}
+.sidebar,
+GtkPlacesSidebar.sidebar .view {
+ background-color: shade(@theme_bg_color, 1.02);
+}
+
.sidebar.separator,
.sidebar.separator:hover {
color: alpha(@frame_color, 0.6);
@@ -3256,7 +3265,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,
@@ -3363,7 +3372,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;
}
@@ -3372,16 +3381,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,
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;
}