From 872243d15b927fc3f07e635b9323609b87c78cef Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 15 May 2014 00:53:51 +0200 Subject: BlueMenta Menta GTK3: set line numbers background for pluma/gedit --- desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css | 6 ++++++ desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 10 ++++++++++ 2 files changed, 16 insertions(+) (limited to 'desktop-themes/BlueMenta') 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); +} + -- cgit v1.2.1