diff options
author | raveit65 <[email protected]> | 2016-05-26 20:24:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-26 20:25:48 +0200 |
commit | 59b3286ac467f19e9bce39783e71836ced239b7b (patch) | |
tree | f6a29ca631c3c3cc165d53e016f557510b567829 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 7ce9345a69d772015865b70d8712df35da90cb75 (diff) | |
download | mate-themes-59b3286ac467f19e9bce39783e71836ced239b7b.tar.bz2 mate-themes-59b3286ac467f19e9bce39783e71836ced239b7b.tar.xz |
GTK+-3.20 Submarine and Grenlaguna themes: fix node for vte-terminal
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |