diff options
author | raveit65 <[email protected]> | 2015-04-21 19:26:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-21 19:26:34 +0200 |
commit | b03ee5f824904c91ac52d9b6c66b5546aa1fcb78 (patch) | |
tree | 759bb98570e044f82df98cdb6b045a0c9ccc0473 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 9f1c639ca6254e6027d78d0cde50dccf22ab24c1 (diff) | |
download | mate-themes-b03ee5f824904c91ac52d9b6c66b5546aa1fcb78.tar.bz2 mate-themes-b03ee5f824904c91ac52d9b6c66b5546aa1fcb78.tar.xz |
GreenLaguna GTK3: set bg color of pluma line numbers
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-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 * ***********************/ |