From f896b885773c8a76dd6848ca1f0a4cf2168559db Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 25 Dec 2014 23:25:54 +0100 Subject: Menta themes GTK3: set hover color for sidebars and view entries --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 15 ++++++++++++--- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 15 ++++++++++++++- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 15 ++++++++++++--- desktop-themes/Menta/gtk-3.0/mate-applications.css | 15 ++++++++++++++- 4 files changed, 52 insertions(+), 8 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 3726df27..a0774801 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2604,7 +2604,8 @@ GtkMessageDialog { } .sidebar row:hover { - background-color: shade (@theme_bg_color, 0.95); + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } .sidebar .scrollbar.trough { @@ -3415,6 +3416,12 @@ GtkIconView.cell:selected:focus { color: @theme_fg_color; } +/* ie. pluma open dialog */ +.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + .cell { color: @theme_text_color; padding: 2px; @@ -3482,8 +3489,10 @@ GtkTreeView row:nth-child(even):backdrop:hover { box-shadow: inset 0 1px 0 alpha (@borders, 0.3), inset 0 -1px 0 @borders; } +/* ie. pluma open dialog */ .sidebar GtkTreeView row:hover { - background-color: shade (@theme_base_color, 0.96); + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } column-header.button, @@ -3969,7 +3978,7 @@ GtkModelButton.button:selected { *****************************************************************************************/ /* .window-frame { - border-radius: 0; + border-radius: 6px 6px 0 0; border-width: 0px; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;*/ /* this is used for the resize cursor area */ diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index ccdad641..19d885b8 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -72,6 +72,13 @@ CajaWindow .view { background-color: shade (@theme_bg_color, 1.08); } +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +CajaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + CajaWindow .rubberband, CajaWindow .view.rubberband { background-color: alpha (@theme_selected_bg_color, 0.35); @@ -423,11 +430,17 @@ NaTrayApplet { ****************/ /* pluma line numbers */ - PlumaView { background-color: shade (@theme_bg_color, 1.07); } +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +PlumaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + /**************** * Mate-Terminal * ****************/ diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 71c47c06..ba5aecb6 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2603,7 +2603,8 @@ GtkMessageDialog { } .sidebar row:hover { - background-color: shade (@theme_bg_color, 0.95); + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } .sidebar .scrollbar.trough { @@ -3417,6 +3418,12 @@ GtkIconView.cell:selected:focus { color: @theme_fg_color; } +/* ie. pluma open dialog */ +.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + .cell { color: @theme_text_color; padding: 2px; @@ -3484,8 +3491,10 @@ GtkTreeView row:nth-child(even):backdrop:hover { box-shadow: inset 0 1px 0 alpha (@borders, 0.3), inset 0 -1px 0 @borders; } +/* ie. pluma open dialog */ .sidebar GtkTreeView row:hover { - background-color: shade (@theme_base_color, 0.96); + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } column-header.button, @@ -3972,7 +3981,7 @@ GtkModelButton.button:selected { /* .window-frame { border-radius: 0; - border-width: 0px; + border-width: 6px 6px 0 0; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;*/ /* this is used for the resize cursor area */ /* margin: 10px; diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index aca5b8f1..44af4e87 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -72,6 +72,13 @@ CajaWindow .view { background-color: shade (@theme_bg_color, 1.08); } +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +CajaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + CajaWindow .rubberband, CajaWindow .view.rubberband { background-color: alpha (@theme_selected_bg_color, 0.35); @@ -419,11 +426,17 @@ NaTrayApplet { ****************/ /* pluma line numbers */ - PlumaView { background-color: shade (@theme_bg_color, 1.07); } +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +PlumaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + /**************** * Mate-Terminal * ****************/ -- cgit v1.2.1