diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-09-16 01:03:29 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-09-16 01:03:29 +0100 |
commit | 398a59e6774b28c05bdb74668cbbe70564cfa61f (patch) | |
tree | 0bd3bc9c52507327245a86a528f89a3be3a64ce8 /Emacs/.config/emacs/elisp/personal-light-theme.el | |
parent | 213c598e2eddd00ce4b9b56c94b86b40448620ee (diff) | |
download | dotfiles-398a59e6774b28c05bdb74668cbbe70564cfa61f.tar.gz dotfiles-398a59e6774b28c05bdb74668cbbe70564cfa61f.tar.bz2 dotfiles-398a59e6774b28c05bdb74668cbbe70564cfa61f.zip |
(Emacs/elisp)~Update license
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-light-theme.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-light-theme.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-light-theme.el b/Emacs/.config/emacs/elisp/personal-light-theme.el index 0fe0fe5..6450c32 100644 --- a/Emacs/.config/emacs/elisp/personal-light-theme.el +++ b/Emacs/.config/emacs/elisp/personal-light-theme.el @@ -9,6 +9,9 @@ '(eshell-prompt ((t (:foreground "turquoise3" :weight bold)))) '(evil-mc-cursor-default-face ((t (:foreground "white" :background "black")))) '(evil-mc-region-face ((t (:extend t :background "#94a2b2")))) + '(fill-column-indicator ((t (:inherit shadow + :foreground "grey65" :background "grey65" + :weight thin)))) '(fixed-pitch ((t (:family "Monospace")))) '(font-lock-bracket-face ((t (:inherit (font-lock-punctuation-face))))) '(font-lock-builtin-face ((t (:foreground "#A020F0")))) |