aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/personal-theme.el (renamed from Emacs/.config/emacs/Grayscale-theme.el)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/Grayscale-theme.el b/Emacs/.config/emacs/personal-theme.el
index 35b1d09..ff75041 100644
--- a/Emacs/.config/emacs/Grayscale-theme.el
+++ b/Emacs/.config/emacs/personal-theme.el
@@ -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)