diff options
-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 \ |