summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css6
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/Menta/gtk-3.0/gnome-applications.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css9
4 files changed, 31 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);
+}
+
diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
index 9813b725..e6c60be8 100644
--- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
@@ -314,6 +314,12 @@ GeditViewFrame .gedit-search-slider {
border-style: solid;
}
+/* gedit line numbers */
+
+GeditView {
+ background-color: shade (@theme_bg_color, 1.07);
+}
+
GeditViewFrame .gedit-search-slider .not-found {
color: @gedit_not_found_fg;
background-image: none;
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 5c9742f9..1c0f0269 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -402,3 +402,12 @@ NaTrayApplet {
text-shadow: none;
}
+/****************
+ * Pluma *
+ ****************/
+
+/* pluma line numbers */
+
+PlumaView {
+ background-color: shade (@theme_bg_color, 1.07);
+}