[gtk+] Rename the HighContastInverse css files



commit d72e061bb99b2b7aac8908858041d329aa19890e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 8 07:39:17 2016 -0500

    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).

 gtk/Makefile.am                                    |    4 ++--
 ...ontained-dark.css => gtk-contained-inverse.css} |    0
 ...tained-dark.scss => gtk-contained-inverse.scss} |    0
 .../HighContrast/{gtk-dark.css => gtk-inverse.css} |    0
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 6a0b444..50a4afe 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -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`; \
diff --git a/gtk/theme/HighContrast/gtk-contained-dark.css b/gtk/theme/HighContrast/gtk-contained-inverse.css
similarity index 100%
rename from gtk/theme/HighContrast/gtk-contained-dark.css
rename to gtk/theme/HighContrast/gtk-contained-inverse.css
diff --git a/gtk/theme/HighContrast/gtk-contained-dark.scss 
b/gtk/theme/HighContrast/gtk-contained-inverse.scss
similarity index 100%
rename from gtk/theme/HighContrast/gtk-contained-dark.scss
rename to gtk/theme/HighContrast/gtk-contained-inverse.scss
diff --git a/gtk/theme/HighContrast/gtk-dark.css b/gtk/theme/HighContrast/gtk-inverse.css
similarity index 100%
rename from gtk/theme/HighContrast/gtk-dark.css
rename to gtk/theme/HighContrast/gtk-inverse.css


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]