diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-02-04 04:47:08 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-02-04 04:47:08 +0000 |
commit | 8ab655dc4b4e295a83a2ee462aa8fc4bda23993c (patch) | |
tree | f0b892acd72445e718fb1a2ec9fe4f29df761fac /Emacs/.config/emacs | |
parent | 90c313ed6f63820dc0854720539e3f16ae3039e5 (diff) | |
download | dotfiles-8ab655dc4b4e295a83a2ee462aa8fc4bda23993c.tar.gz dotfiles-8ab655dc4b4e295a83a2ee462aa8fc4bda23993c.tar.bz2 dotfiles-8ab655dc4b4e295a83a2ee462aa8fc4bda23993c.zip |
(Emacs)+personal-theme: line-number styling
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-theme.el b/Emacs/.config/emacs/elisp/personal-theme.el index aa4cd6a..21f7ac8 100644 --- a/Emacs/.config/emacs/elisp/personal-theme.el +++ b/Emacs/.config/emacs/elisp/personal-theme.el @@ -3,6 +3,7 @@ (custom-theme-set-faces 'personal + '(line-number ((t (:foreground "aquamarine1" :background "gray1")))) '(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")))) |