diff options
author | raveit65 <[email protected]> | 2016-03-12 15:12:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-12 15:12:06 +0100 |
commit | 1ad3f0a16e9662ce06addf156e25de03053d843a (patch) | |
tree | f5b7fd2e70422046fa4d036d86b1b5b16f66fde8 /desktop-themes/ContrastHigh/gtk-3.0/Makefile.am | |
parent | 8cfa821bc01a5a71f14a7cf52d839057f802acd9 (diff) | |
download | mate-themes-1ad3f0a16e9662ce06addf156e25de03053d843a.tar.bz2 mate-themes-1ad3f0a16e9662ce06addf156e25de03053d843a.tar.xz |
GTK+-3.20 high contrast: first raw port to 3.20
I'm tired to follow gtk+ nonsence, so i simply copied their code
and fixed some wrong settings. Should they do their work!
- gtk-widget.css
- gtk.css
- mate-application.css
Diffstat (limited to 'desktop-themes/ContrastHigh/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am index 11350ca1..f38d61c7 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am +++ b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am @@ -4,8 +4,8 @@ theme_DATA = \ gtk.css \ gtk-widgets.css \ mate-applications.css \ + panel-grid.svg \ other-applications.css \ - resize-grip.svg \ settings.ini EXTRA_DIST = $(theme_DATA) |