[gtk+] Rename HighContrast-dark to HighContrastInverse
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Rename HighContrast-dark to HighContrastInverse
- Date: Fri, 8 Jan 2016 00:56:18 +0000 (UTC)
commit 0e473a5f1c4d4598cf73e570c0bb1777341aa81d
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 7 19:47:58 2016 -0500
Rename HighContrast-dark to HighContrastInverse
For accessibility purposes, it is better to have this as a
separate theme than as a dark variant of the HighContrast theme.
gtk/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 48815fe..6a0b444 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1214,7 +1214,7 @@ 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/HighContrast-dark.css'>theme/HighContrast/gtk-dark.css</file>" >> $@; \
+ echo " <file alias='theme/HighContrastInverse.css'>theme/HighContrast/gtk-dark.css</file>" >> $@; \
echo " <file>theme/HighContrast/gtk-contained.css</file>" >> $@; \
echo " <file>theme/HighContrast/gtk-contained-dark.css</file>" >> $@; \
if test "$(win32_theme)" = "yes"; then \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]