diff options
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-primary-theme.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index c4d4ce0..0238e27 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -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")))) |