diff options
author | raveit65 <[email protected]> | 2015-04-21 19:26:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-21 19:27:15 +0200 |
commit | 00f74b27db3066ed6ab5589f3bde8170c57df124 (patch) | |
tree | a59afe7dfaee748ab871a52ac1fe1f7b65b8630a /desktop-themes/GreenLaguna | |
parent | 9fdb87e8a03e56b6e3784d6d012a48af00fe22b4 (diff) | |
download | mate-themes-00f74b27db3066ed6ab5589f3bde8170c57df124.tar.bz2 mate-themes-00f74b27db3066ed6ab5589f3bde8170c57df124.tar.xz |
GreenLaguna GTK3: set bg color of pluma line numbers
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 20b6e5ad..da745bf5 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -497,6 +497,11 @@ PlumaWindow .notebook tab .button.flat:hover { border-image: none; } +/* pluma line numbers */ +PlumaView { + background-color: @theme_bg_color; +} + /*********************** * Mate-Control-Center * ***********************/ |