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