Rename the HighContastInverse css files

Renaming the files from -dark to -inverse makes it more obvious
that this is not a dark variant in the sense of the 'prefer-dark'
setting, but rather a separate theme (sharing the same CSS).
This commit is contained in:
Matthias Clasen 2016-01-08 07:39:17 -05:00
parent 0dd013d372
commit d72e061bb9
4 changed files with 2 additions and 2 deletions

View File

@ -1214,9 +1214,9 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
echo " <file preprocess='to-pixdata'>theme/Adwaita/assets/$$n</file>" >> $@; \
done; \
echo " <file alias='theme/HighContrast.css'>theme/HighContrast/gtk.css</file>" >> $@; \
echo " <file alias='theme/HighContrastInverse.css'>theme/HighContrast/gtk-dark.css</file>" >> $@; \
echo " <file alias='theme/HighContrastInverse.css'>theme/HighContrast/gtk-inverse.css</file>" >> $@; \
echo " <file>theme/HighContrast/gtk-contained.css</file>" >> $@; \
echo " <file>theme/HighContrast/gtk-contained-dark.css</file>" >> $@; \
echo " <file>theme/HighContrast/gtk-contained-inverse.css</file>" >> $@; \
if test "$(win32_theme)" = "yes"; then \
for f in $(srcdir)/theme/win32/*.css; do \
n=`basename $$f`; \