diff options
author | raveit65 <[email protected]> | 2015-03-22 14:55:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-22 14:55:25 +0100 |
commit | ae6b1377371f4782fec48275722b7500e69e319d (patch) | |
tree | d7681759d194cf87c0cae57bc950a412a8d73b37 /desktop-themes | |
parent | cd35ad02643c1315d4a9bec77adb41f69ec7dcd1 (diff) | |
download | mate-themes-ae6b1377371f4782fec48275722b7500e69e319d.tar.bz2 mate-themes-ae6b1377371f4782fec48275722b7500e69e319d.tar.xz |
GreenLaguna GTK3: style dconf-editor
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | 7 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css | 1 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 9 |
3 files changed, 14 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am index cc9f9ed8..841ee302 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am @@ -5,10 +5,11 @@ themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0 theme_DATA = \ gtk.css \ gtk-main.css \ - gtk-main-common.css \ - gtk-widgets.css \ - gtk-widgets-assets.css \ + gtk-main-common.css \ + gtk-widgets.css \ + gtk-widgets-assets.css \ mate-applications.css \ + other-applications.css \ settings.ini EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css index 46af14be..f55f4b42 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css @@ -100,3 +100,4 @@ @import url("gtk-widgets.css"); @import url("gtk-widgets-assets.css"); @import url("mate-applications.css"); +@import url("other-applications.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; +} |