summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-18 14:21:05 +0200
committerraveit65 <[email protected]>2016-10-18 14:21:05 +0200
commit3c1e5e4f9495d65603742d947f061f23fe040df3 (patch)
treeab12b6f9013257d099399a9335419e8f34f34fbc
parenta46c7c363904f277b4aeb21ebd192d0887d3af3d (diff)
downloadmate-themes-3c1e5e4f9495d65603742d947f061f23fe040df3.tar.bz2
mate-themes-3c1e5e4f9495d65603742d947f061f23fe040df3.tar.xz
GTK+-3.20 submarine themes: adjust colors for lightdm style
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css32
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css32
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 */