summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-22 02:08:01 +0100
committerraveit65 <[email protected]>2015-03-22 02:08:01 +0100
commit8da765d57a5fdf1eb8456e1ce6681bd89e3fc968 (patch)
tree14227f438d90ed0f27afc8d36d9816d90fade5e0 /desktop-themes
parentef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9 (diff)
downloadmate-themes-8da765d57a5fdf1eb8456e1ce6681bd89e3fc968.tar.bz2
mate-themes-8da765d57a5fdf1eb8456e1ce6681bd89e3fc968.tar.xz
GreenLaguna GTK3: style dconf-editor
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css9
3 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am
index fffb7ef1..7da3b579 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am
+++ b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am
@@ -9,6 +9,7 @@ theme_DATA = \
gtk-widgets.css \
gtk-widgets-assets.css \
mate-applications.css \
+ other-applications.css \
settings.ini \
unity.css
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
index 4434c53f..e9577c3d 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
@@ -149,4 +149,5 @@
@import url("gtk-widgets.css");
@import url("gtk-widgets-assets.css");
@import url("mate-applications.css");
+@import url("other-applications.css");
@import url("unity.css");
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
new file mode 100644
index 00000000..cebadb23
--- /dev/null
+++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
@@ -0,0 +1,9 @@
+/* dconf editor */
+/* sidebar */
+DConfDirView .view {
+ background-color: shade(@theme_bg_color, 1.03);
+}
+
+DConfKeyView .view {
+ background-color: @selected_fg_color;
+}