From b359e6611add91461c5db01ef8d6278ffc878919 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 18 Oct 2016 14:21:05 +0200 Subject: GTK+-3.20 submarine themes: adjust colors for lightdm style --- .../Blue-Submarine/gtk-3.0/other-applications.css | 32 ++++++++++------------ .../Green-Submarine/gtk-3.0/other-applications.css | 32 ++++++++++------------ 2 files changed, 28 insertions(+), 36 deletions(-) diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index d1a15224..4def2b5c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -647,8 +647,8 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-radius: 10px; border-style: solid; border-width: 2px; - border-color: shade(@bg_dark_color, 0.8); - background-color: @bg_dark_color; + border-color: shade(@theme_dark_dialog_bg_color, 0.8); + background-color: @theme_dark_dialog_bg_color; } /* 2.0 */ @@ -668,7 +668,7 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { #login_window.background.lightdm-gtk-greeter #user_image_border { border-style: solid; border-width: 1px; - border-color: shade(@bg_dark_color, 1.4); + border-color: shade(@theme_dark_dialog_bg_color, 1.4); } /* 2.0 */ @@ -737,15 +737,15 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { background-color: transparent; background-image: -gtk-gradient(linear, left top, left bottom, - from (shade(@menu_bg_dark_color, 1.16)), - color-stop (0.15, shade(@menu_bg_dark_color, 1.26)), - color-stop (0.50, shade(@menu_bg_dark_color, 1.28)), - to (shade(@menu_bg_dark_color, 1.30))); + from (shade(@theme_dark_dialog_bg_color, 1.16)), + color-stop (0.15, shade(@theme_dark_dialog_bg_color, 1.26)), + color-stop (0.50, shade(@theme_dark_dialog_bg_color, 1.28)), + to (shade(@theme_dark_dialog_bg_color, 1.30))); color: shade (@menu_fg_dark_color, 1.0); - box-shadow: inset 0px 1px shade(@menu_fg_dark_color, 0.3), - inset 1px 0px shade(@menu_fg_dark_color, 0.3), - inset -1px 0px shade(@menu_fg_dark_color, 0.3), - inset 0px -1px shade(@menu_fg_dark_color, 0.3); + box-shadow: inset 0px 1px shade(@theme_dark_dialog_bg_color, 1.6), + inset 1px 0px shade(@theme_dark_dialog_bg_color, 1.6), + inset -1px 0px shade(@theme_dark_dialog_bg_color, 1.6), + inset 0px -1px shade(@theme_dark_dialog_bg_color, 1.6); /* color of the cursor */ caret-color: shade (@menu_fg_dark_color, 1.0); } @@ -769,10 +769,8 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-radius: 10px; border-style: solid; border-width: 2px; - border-color: shade(@bg_dark_color, 0.8); - /* not sure if box-shadow works here */ - box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; - background-color: @bg_dark_color; + border-color: shade(@theme_dark_dialog_bg_color, 0.8); + background-color: @theme_dark_dialog_bg_color; } /* 2.0 */ @@ -828,9 +826,7 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { .lightdm-gtk-greeter #panel_window.background menubar, /* 1.8.5 */ #panel_window.background.menubar.lightdm-gtk-greeter { - /* not sure if box-shadow works here */ - box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; - background-color: @bg_dark_color; + background-color: @theme_dark_dialog_bg_color; } /* 2.0 */ diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index ce167fde..e08e28a5 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -640,8 +640,8 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-radius: 10px; border-style: solid; border-width: 2px; - border-color: shade(@bg_dark_color, 0.8); - background-color: @bg_dark_color; + border-color: shade(@theme_dark_dialog_bg_color, 0.8); + background-color: @theme_dark_dialog_bg_color; } /* 2.0 */ @@ -661,7 +661,7 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { #login_window.background.lightdm-gtk-greeter #user_image_border { border-style: solid; border-width: 1px; - border-color: shade(@bg_dark_color, 1.4); + border-color: shade(@theme_dark_dialog_bg_color, 1.4); } /* 2.0 */ @@ -730,15 +730,15 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { background-color: transparent; background-image: -gtk-gradient(linear, left top, left bottom, - from (shade(@menu_bg_dark_color, 1.16)), - color-stop (0.15, shade(@menu_bg_dark_color, 1.26)), - color-stop (0.50, shade(@menu_bg_dark_color, 1.28)), - to (shade(@menu_bg_dark_color, 1.30))); + from (shade(@theme_dark_dialog_bg_color, 1.16)), + color-stop (0.15, shade(@theme_dark_dialog_bg_color, 1.26)), + color-stop (0.50, shade(@theme_dark_dialog_bg_color, 1.28)), + to (shade(@theme_dark_dialog_bg_color, 1.30))); color: shade (@menu_fg_dark_color, 1.0); - box-shadow: inset 0px 1px shade(@menu_fg_dark_color, 0.3), - inset 1px 0px shade(@menu_fg_dark_color, 0.3), - inset -1px 0px shade(@menu_fg_dark_color, 0.3), - inset 0px -1px shade(@menu_fg_dark_color, 0.3); + box-shadow: inset 0px 1px shade(@theme_dark_dialog_bg_color, 1.6), + inset 1px 0px shade(@theme_dark_dialog_bg_color, 1.6), + inset -1px 0px shade(@theme_dark_dialog_bg_color, 1.6), + inset 0px -1px shade(@theme_dark_dialog_bg_color, 1.6); /* color of the cursor */ caret-color: shade (@menu_fg_dark_color, 1.0); } @@ -762,10 +762,8 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-radius: 10px; border-style: solid; border-width: 2px; - border-color: shade(@bg_dark_color, 0.8); - /* not sure if box-shadow works here */ - box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; - background-color: @bg_dark_color; + border-color: shade(@theme_dark_dialog_bg_color, 0.8); + background-color: @theme_dark_dialog_bg_color; } /* 2.0 */ @@ -821,9 +819,7 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { .lightdm-gtk-greeter #panel_window.background menubar, /* 1.8.5 */ #panel_window.background.menubar.lightdm-gtk-greeter { - /* not sure if box-shadow works here */ - box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; - background-color: @bg_dark_color; + background-color: @theme_dark_dialog_bg_color; } /* 2.0 */ -- cgit v1.2.1