diff options
author | raveit65 <[email protected]> | 2016-10-18 14:21:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-18 14:22:37 +0200 |
commit | b359e6611add91461c5db01ef8d6278ffc878919 (patch) | |
tree | f9c1a919c52fd36726874005c7b8ecf6eb2f3905 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 80d873ad05e4a429bd265da84b73f8ab692c3d57 (diff) | |
download | mate-themes-b359e6611add91461c5db01ef8d6278ffc878919.tar.bz2 mate-themes-b359e6611add91461c5db01ef8d6278ffc878919.tar.xz |
GTK+-3.20 submarine themes: adjust colors for lightdm style
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 32 |
1 files changed, 14 insertions, 18 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 */ |