(Emacs)+some more theming for personal-primary

This commit is contained in:
2022-10-11 10:29:23 +01:00
parent 04b861e430
commit 289c9a2385

View File

@@ -3,7 +3,9 @@
(custom-theme-set-faces
'personal-primary
'(line-number ((t (:foreground "aquamarine1" :background "gray1"))))
'(line-number ((t (:foreground "gray45" :background "gray1"))))
'(line-number-current-line ((t (:foreground "white" :background "gray1"))))
'(child-frame-border ((t (:background "white"))))
'(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"))))