diff options
author | raveit65 <[email protected]> | 2017-07-02 11:07:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-02 11:07:58 +0200 |
commit | 9907e2a5c09838d1e7f1835e7cc47e456cf63266 (patch) | |
tree | d3587b4e7b4b719fcfc9e7d05210f4055112ef48 | |
parent | c472d3647f099a345cbe7e3bfb11fe9da457b9be (diff) | |
download | mate-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
-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 28dcb0a4..eff1d60e 100644 --- a/configure.ac +++ b/configure.ac @@ -93,6 +93,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 \ |