(Emacs)+personal-theme: line-number styling

This commit is contained in:
2022-02-04 04:47:08 +00:00
parent 90c313ed6f
commit 8ab655dc4b

View File

@@ -3,6 +3,7 @@
(custom-theme-set-faces
'personal
'(line-number ((t (:foreground "aquamarine1" :background "gray1"))))
'(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"))))