summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-26 20:24:32 +0200
committerraveit65 <[email protected]>2016-05-26 20:24:32 +0200
commit732ad5d6cce1d847850163216521c0a19e5c490a (patch)
tree80d8471f8ba1241932dec74878f64253516bed92 /desktop-themes
parent1ae981c46c978b4571dea8335774560b2d889ac7 (diff)
downloadmate-themes-732ad5d6cce1d847850163216521c0a19e5c490a.tar.bz2
mate-themes-732ad5d6cce1d847850163216521c0a19e5c490a.tar.xz
GTK+-3.20 Submarine and Grenlaguna themes: fix node for vte-terminal
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css3
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css3
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css2
3 files changed, 3 insertions, 5 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index f88e3fcc..b2ead28e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -634,8 +634,7 @@ na-tray-applet > widget > box {
border-color: @menu_bg_dark_color;
}
-/* Background mate-terminal, this isn't the normal way to style that! */
-.mate-terminal vte {
+vte-terminal {
-TerminalWindow-background-darkness: 0.95;
background-color: @terminal_background_color;
color: @selected_fg_color;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 5fcd065d..0ca8993e 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -632,8 +632,7 @@ na-tray-applet > widget > box {
border-color: @menu_bg_dark_color;
}
-/* Background mate-terminal, this isn't the normal way to style that! */
-.mate-terminal vte {
+vte-terminal {
-TerminalWindow-background-darkness: 0.95;
background-color: @terminal_background_color;
color: @selected_fg_color;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index c6be6dc0..b531bd05 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -436,7 +436,7 @@ na-tray-applet > widget > box {
* Mate-Terminal *
****************/
-.mate-terminal vte {
+vte-terminal {
-TerminalWindow-background-darkness: 0.95;
background-color: @selected_fg_color;
color: @theme_text_color;