summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-08 15:46:49 +0200
committerraveit65 <[email protected]>2018-08-08 15:46:49 +0200
commit76fe5f581e41ba96d41a665b739de890fc3bdf34 (patch)
tree58d2d198a418824db2c3486191efe2d8a277da7e
parent10f21e0d5c4177f77180c9efaecfd7a0804f0569 (diff)
downloadmate-themes-76fe5f581e41ba96d41a665b739de890fc3bdf34.tar.bz2
mate-themes-76fe5f581e41ba96d41a665b739de890fc3bdf34.tar.xz
Menta/Submarine: fix backdrop/focus state with gnome-disk-utility
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css13
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk.css12
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css8
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css13
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk.css12
-rw-r--r--desktop-themes/Menta/gtk-3.0/gnome-applications.css8
8 files changed, 70 insertions, 12 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
index 8658e049..37b6f6ad 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
@@ -89,3 +89,16 @@ window.background.dconf-editor popover.menu {
padding: 4px;
}
+/**********************
+ * gnome-disk-utility *
+ **********************/
+
+/* fixes for backdrop/foreground state */
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:selected {
+ color: @theme_selected_fg_color;
+}
+
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:backdrop:selected {
+ color: @theme_fg_color;
+}
+
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index e8fe8f62..0e324792 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -5562,7 +5562,7 @@ popover.background {
color: @theme_fg_dark_color;
margin: 10px;
padding: 2px;
- border-color: @borders;
+ border-color: @borders_headerbar;
border-width: 1px;
border-style: solid;
border-radius: 6px;
@@ -5973,7 +5973,7 @@ headerbar.titlebar,
.background.solid-csd > paned.horizontal.titlebar {
border-width: 0px 0px 1px 0px;
border-style: solid;
- border-color: shade(@borders, 0.90);
+ border-color: shade(@borders_headerbar, 0.90);
border-radius: 7px 7px 0px 0px;
padding: 6px 6px 5px 6px;
}
@@ -6013,8 +6013,8 @@ dialog.background.solid-csd > headerbar.titlebar {
headerbar.titlebar:backdrop {
border-image: linear-gradient(to top,
- @unfocused_borders,
- @unfocused_borders 1px,
+ @unfocused_borders_headerbar,
+ @unfocused_borders_headerbar 1px,
@theme_unfocused_bg_color 1px) 0 0 2;
background-color: @theme_bg_dark_color;
text-shadow: none;
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css
index 2cccca0e..a95dabb9 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk.css
@@ -253,8 +253,8 @@
@define-color osd_popover_bg alpha(@osd_base, 0.90);
/* GTKHeaderBar colours */
-@define-color borders @theme_bg_dark_color;
-@define-color unfocused_borders @theme_bg_dark_color;
+@define-color borders_headerbar @theme_bg_dark_color;
+@define-color unfocused_borders_headerbar @theme_bg_dark_color;
@define-color theme_unfocused_bg_color @theme_bg_dark_color;
@define-color button_hover_gradient_color_a @button_raised_gradient_color_a;
@define-color button_hover_gradient_color_b @button_raised_gradient_color_b;
@@ -264,6 +264,14 @@
@define-color wm_bg_a @theme_bg_dark_color;
@define-color wm_bg_b @theme_bg_dark_color;
+@define-color borders shade(@theme_bg_color, 0.75);
+@define-color theme_unfocused_selected_bg_color shade(@theme_bg_color, 0.95);
+@define-color theme_unfocused_selected_fg_color @theme_selected_fg_color;
+@define-color unfocused_borders @borders;
+@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
+@define-color unfocused_insensitive_fg_color mix(@theme_unfocused_bg_color, @theme_unfocused_fg_color, 0.5);
+@define-color unfocused_insensitive_bg_color mix(@theme_unfocused_bg_color, @theme_unfocused_base_color, 0.5);
+
/* terminal view color*/
@define-color terminal_background_color #32424C;
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
index cb4f0fde..2b2e8c02 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
@@ -119,3 +119,11 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f
color: @osd_button_fg_active;
}
+/**********************
+ * gnome-disk-utility *
+ **********************/
+
+/* fixes for backdrop/foreground state */
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:backdrop:selected {
+ color: @theme_fg_color;
+}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
index 8658e049..37b6f6ad 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
@@ -89,3 +89,16 @@ window.background.dconf-editor popover.menu {
padding: 4px;
}
+/**********************
+ * gnome-disk-utility *
+ **********************/
+
+/* fixes for backdrop/foreground state */
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:selected {
+ color: @theme_selected_fg_color;
+}
+
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:backdrop:selected {
+ color: @theme_fg_color;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 92ca393a..314bf0a2 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -5566,7 +5566,7 @@ popover.background {
color: @theme_fg_dark_color;
margin: 10px;
padding: 2px;
- border-color: @borders;
+ border-color: @borders_headerbar;
border-width: 1px;
border-style: solid;
border-radius: 6px;
@@ -5972,7 +5972,7 @@ headerbar.titlebar,
.background.solid-csd > paned.horizontal.titlebar {
border-width: 0px 0px 1px 0px;
border-style: solid;
- border-color: shade(@borders, 0.90);
+ border-color: shade(@borders_headerbar, 0.90);
border-radius: 7px 7px 0px 0px;
padding: 6px 6px 5px 6px;
}
@@ -6013,8 +6013,8 @@ dialog.background.solid-csd > headerbar.titlebar {
headerbar.titlebar:backdrop {
border-image: linear-gradient(to top,
- @unfocused_borders,
- @unfocused_borders 1px,
+ @unfocused_borders_headerbar,
+ @unfocused_borders_headerbar 1px,
@theme_unfocused_bg_color 1px) 0 0 2;
background-color: @theme_bg_dark_color;
text-shadow: none;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk.css
index 83c1f382..10e894d3 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk.css
@@ -256,8 +256,8 @@
@define-color osd_popover_bg alpha(@osd_base, 0.90);
/* GTKHeaderBar colours */
-@define-color borders @theme_bg_dark_color;
-@define-color unfocused_borders @theme_bg_dark_color;
+@define-color borders_headerbar @theme_bg_dark_color;
+@define-color unfocused_borders_headerbar @theme_bg_dark_color;
@define-color theme_unfocused_bg_color @theme_bg_dark_color;
@define-color button_hover_gradient_color_a @button_raised_gradient_color_a;
@define-color button_hover_gradient_color_b @button_raised_gradient_color_b;
@@ -267,6 +267,14 @@
@define-color wm_bg_a @theme_bg_dark_color;
@define-color wm_bg_b @theme_bg_dark_color;
+@define-color borders shade(@theme_bg_color, 0.75);
+@define-color theme_unfocused_selected_bg_color shade(@theme_bg_color, 0.95);
+@define-color theme_unfocused_selected_fg_color @theme_selected_fg_color;
+@define-color unfocused_borders @borders;
+@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
+@define-color unfocused_insensitive_fg_color mix(@theme_unfocused_bg_color, @theme_unfocused_fg_color, 0.5);
+@define-color unfocused_insensitive_bg_color mix(@theme_unfocused_bg_color, @theme_unfocused_base_color, 0.5);
+
/* terminal view color*/
@define-color terminal_background_color #343B27;
diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
index cb4f0fde..2b2e8c02 100644
--- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
@@ -119,3 +119,11 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f
color: @osd_button_fg_active;
}
+/**********************
+ * gnome-disk-utility *
+ **********************/
+
+/* fixes for backdrop/foreground state */
+window.background.csd > box > paned > notebook box > widget > box > box > box widget:backdrop:selected {
+ color: @theme_fg_color;
+}