summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-21 19:26:34 +0200
committerraveit65 <[email protected]>2015-04-21 19:26:34 +0200
commitb03ee5f824904c91ac52d9b6c66b5546aa1fcb78 (patch)
tree759bb98570e044f82df98cdb6b045a0c9ccc0473 /desktop-themes/GreenLaguna
parent9f1c639ca6254e6027d78d0cde50dccf22ab24c1 (diff)
downloadmate-themes-b03ee5f824904c91ac52d9b6c66b5546aa1fcb78.tar.bz2
mate-themes-b03ee5f824904c91ac52d9b6c66b5546aa1fcb78.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.css5
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 *
***********************/