diff options
Diffstat (limited to 'desktop-themes/ContrastLowLargePrint')
-rw-r--r-- | desktop-themes/ContrastLowLargePrint/Makefile.am | 18 | ||||
-rw-r--r-- | desktop-themes/ContrastLowLargePrint/index.theme.in.in | 15 |
2 files changed, 33 insertions, 0 deletions
diff --git a/desktop-themes/ContrastLowLargePrint/Makefile.am b/desktop-themes/ContrastLowLargePrint/Makefile.am new file mode 100644 index 00000000..c3f94387 --- /dev/null +++ b/desktop-themes/ContrastLowLargePrint/Makefile.am @@ -0,0 +1,18 @@ +THEME_NAME=ContrastLowLargePrint +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 + +if CORE_THEMES_ONLY +install: install-am + mv $(DESTDIR)$(themedir)/index.theme $(DESTDIR)$(themedir)/index.theme.disabled +uninstall: uninstall-am + rm -f $(DESTDIR)$(themedir)/index.theme.disabled +endif diff --git a/desktop-themes/ContrastLowLargePrint/index.theme.in.in b/desktop-themes/ContrastLowLargePrint/index.theme.in.in new file mode 100644 index 00000000..c6094a93 --- /dev/null +++ b/desktop-themes/ContrastLowLargePrint/index.theme.in.in @@ -0,0 +1,15 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +_Name=Low Contrast Large Print +_Comment=Large muted text and icons +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=ContrastLowLargePrint +IconTheme=mate +MetacityTheme=Atlanta +ApplicationFont=@LARGEPRINT_FONT@ +DesktopFont=@LARGEPRINT_DESKTOP_FONT@ +MonospaceFont=@LARGEPRINT_MONOSPACE_FONT@ +CursorTheme=@LARGEPRINT_CURSOR_THEME@ +CursorSize=@LARGEPRINT_CURSOR_SIZE@ |