(Emacs)~fix bug in personal-primary, line-numbers didn't work with zoom

Just inherit from default
This commit is contained in:
2023-10-12 04:33:47 +01:00
parent a06187046e
commit 3a89df5f2a

View File

@@ -3,8 +3,8 @@
(custom-theme-set-faces
'personal-primary
'(line-number ((t (:foreground "gray45" :background "gray1"))))
'(line-number-current-line ((t (:foreground "white" :background "gray1"))))
'(line-number ((t (:foreground "gray45" :background "gray1" :inherit (default)))))
'(line-number-current-line ((t (:foreground "white" :background "gray1" :inherit (default)))))
'(child-frame-border ((t (:background "white"))))
'(cursor ((((background light)) (:background "black")) (((background dark)) (:background "white"))))
'(fixed-pitch ((t (:family "Monospace"))))