diff options
author | raveit65 <[email protected]> | 2016-03-12 18:34:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-12 18:34:30 +0100 |
commit | bac109accc1a511d7e291eb2ff269ca38b589eef (patch) | |
tree | 97d13d1d7c3a6295c4b857ba8bdc00344fd1386e /desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am | |
parent | 29739899f9d4148e39f9f26bab6e8f4b03d0690c (diff) | |
download | mate-themes-bac109accc1a511d7e291eb2ff269ca38b589eef.tar.bz2 mate-themes-bac109accc1a511d7e291eb2ff269ca38b589eef.tar.xz |
GTK+-3.20 high contrast inverse: 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/ContrastHighInverse/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am index 9c08213f..eb474785 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am @@ -3,7 +3,7 @@ THEME_NAME=ContrastHighInverse themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0 theme_DATA = \ - resize-grip.svg \ + panel-grid.svg \ gtk.css \ gtk-widgets.css \ mate-applications.css \ |