diff options
author | raveit65 <[email protected]> | 2017-07-02 11:07:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-02 11:21:28 +0200 |
commit | 81201c63a437f6804b05ad462e15060e7861d2bb (patch) | |
tree | bac68c178a8511f522859a688051bfc76047a24e | |
parent | 8da9b023510d801c04590d3d4325eddd9202b8fb (diff) | |
download | mate-themes-81201c63a437f6804b05ad462e15060e7861d2bb.tar.bz2 mate-themes-81201c63a437f6804b05ad462e15060e7861d2bb.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
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | desktop-themes/ContrastHigh/Makefile.am | 11 | ||||
-rw-r--r-- | desktop-themes/ContrastHigh/index.theme.in | 13 | ||||
-rw-r--r-- | desktop-themes/Makefile.am | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8186b876..151fa366 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,7 @@ desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile desktop-themes/Blue-Submarine/gtk-3.0/Makefile desktop-themes/Blue-Submarine/gtk-3.0/assets/Makefile desktop-themes/Blue-Submarine/metacity-1/Makefile +desktop-themes/ContrastHigh/Makefile desktop-themes/ContrastHighInverse/Makefile desktop-themes/ContrastHighInverse/gtk-2.0/Makefile desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc 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 \ |