diff options
author | raveit65 <[email protected]> | 2014-05-15 00:53:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-15 00:53:51 +0200 |
commit | 872243d15b927fc3f07e635b9323609b87c78cef (patch) | |
tree | 16a5508e19c18284235211fe42e71608c4ee3ca8 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 9f13e1bf030b9cf6ab120b701644cddba274c186 (diff) | |
download | mate-themes-872243d15b927fc3f07e635b9323609b87c78cef.tar.bz2 mate-themes-872243d15b927fc3f07e635b9323609b87c78cef.tar.xz |
BlueMenta Menta GTK3: set line numbers background for pluma/gedit
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css | 6 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css index aa49bc7c..d0502884 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css @@ -303,6 +303,12 @@ GeditStatusMenuButton.button:backdrop:hover { border-color: @unfocused_borders; } +/* gedit line numbers */ + +GeditView { + background-color: shade (@theme_bg_color, 1.07); +} + GeditViewFrame .gedit-search-slider { background-color: @theme_base_color; padding: 6px; diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 5c9742f9..7e173b5e 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -402,3 +402,13 @@ NaTrayApplet { text-shadow: none; } +/**************** + * Pluma * + ****************/ + +/* pluma line numbers */ + +PlumaView { + background-color: shade (@theme_bg_color, 1.07); +} + |