~renamed theme with some extras

This commit is contained in:
2020-09-16 18:16:29 +01:00
parent eb5830a19d
commit af7de50a69

View File

@@ -1,8 +1,8 @@
(deftheme Grayscale
"Created 2020-08-28.")
(deftheme personal
"Created 2020-09-06.")
(custom-theme-set-faces
'Grayscale
'personal
'(cursor ((((background light)) (:background "black")) (((background dark)) (:background "white"))))
'(fixed-pitch ((t (:family "Monospace"))))
'(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif"))))
@@ -57,4 +57,4 @@
'(whitespace-tab ((t (:background "gray5" :foreground "gray20"))))
'(whitespace-space ((t (:background "gray2" :foreground "darkgray")))))
(provide-theme 'Grayscale)
(provide-theme 'personal)