aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/elisp/personal-primary-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el
index e6656c6..678c447 100644
--- a/Emacs/.config/emacs/elisp/personal-primary-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el
@@ -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"))))