diff options
Diffstat (limited to 'desktop-themes')
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; |