diff options
author | raveit65 <[email protected]> | 2015-03-22 15:01:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-22 15:01:27 +0100 |
commit | 473b55303e4bf9c388581f64c706bfc28b3befae (patch) | |
tree | 72365995bb48f018d9d6f16d3b378aebcf9019ca /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | f0522626b9ecc625e323502d825152fcd509adff (diff) | |
download | mate-themes-473b55303e4bf9c388581f64c706bfc28b3befae.tar.bz2 mate-themes-473b55303e4bf9c388581f64c706bfc28b3befae.tar.xz |
GreenLaguna GTK3: style dconf-editor
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | 1 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css | 2 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 9 |
3 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am index bb98d6ba..e6dd61c5 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 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 15a87a35..98650fa6 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css @@ -99,3 +99,5 @@ @import url("gtk-main-common.css"); @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; +} |