diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-10-11 10:29:23 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-10-11 10:29:23 +0100 |
commit | 289c9a2385112496a366df9a221e0a61c9d81a11 (patch) | |
tree | ba6a0112571509a96fbe2450ee30cfbfddc3bfb5 | |
parent | 04b861e430585fa6408348433e3ea1261f840887 (diff) | |
download | dotfiles-289c9a2385112496a366df9a221e0a61c9d81a11.tar.gz dotfiles-289c9a2385112496a366df9a221e0a61c9d81a11.tar.bz2 dotfiles-289c9a2385112496a366df9a221e0a61c9d81a11.zip |
(Emacs)+some more theming for personal-primary
-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")))) |