(Emacs)~fix bug in personal-primary, line-numbers didn't work with zoom
Just inherit from default
This commit is contained in:
@@ -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"))))
|
||||
|
||||
Reference in New Issue
Block a user