summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-02 11:07:58 +0200
committerraveit65 <[email protected]>2017-07-02 11:07:58 +0200
commit9907e2a5c09838d1e7f1835e7cc47e456cf63266 (patch)
treed3587b4e7b4b719fcfc9e7d05210f4055112ef48 /desktop-themes
parentc472d3647f099a345cbe7e3bfb11fe9da457b9be (diff)
downloadmate-themes-9907e2a5c09838d1e7f1835e7cc47e456cf63266.tar.bz2
mate-themes-9907e2a5c09838d1e7f1835e7cc47e456cf63266.tar.xz
Add index.theme file for gtk+ High Contrast theme
They dropped the metacity theme in index.theme file with that commit https://github.com/GNOME/gnome-themes-standard/commit/0fb555d0bc1b78c7f208e7f4adcf65e35f72cfc3 In result the accessibility-theme won't display any more in mate-appearance-properties. workaround for https://github.com/mate-desktop/mate-themes/issues/188
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/Makefile.am11
-rw-r--r--desktop-themes/ContrastHigh/index.theme.in13
-rw-r--r--desktop-themes/Makefile.am1
3 files changed, 25 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/Makefile.am b/desktop-themes/ContrastHigh/Makefile.am
new file mode 100644
index 00000000..e8d5b861
--- /dev/null
+++ b/desktop-themes/ContrastHigh/Makefile.am
@@ -0,0 +1,11 @@
+THEME_NAME=ContrastHigh
+THEME_IN_FILES=index.theme.in
+
+@INTLTOOL_THEME_RULE@
+
+themedir = $(datadir)/themes/$(THEME_NAME)
+
+theme_DATA = index.theme
+
+DISTCLEANFILES = index.theme
+EXTRA_DIST = index.theme.in
diff --git a/desktop-themes/ContrastHigh/index.theme.in b/desktop-themes/ContrastHigh/index.theme.in
new file mode 100644
index 00000000..9dc804ec
--- /dev/null
+++ b/desktop-themes/ContrastHigh/index.theme.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=X-GNOME-Metatheme
+Name=High Contrast
+_Comment=High contrast theme
+Encoding=UTF-8
+
+[X-GNOME-Metatheme]
+GtkTheme=HighContrast
+IconTheme=Adwaita
+MetacityTheme=HighContrast
+CursorTheme=Adwaita
+CursorSize=24
+
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am
index be35d672..09218c40 100644
--- a/desktop-themes/Makefile.am
+++ b/desktop-themes/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = \
BlackMATE \
BlueMenta \
Blue-Submarine \
+ ContrastHigh \
ContrastHighInverse \
GreenLaguna \
Green-Submarine \