From 398a59e6774b28c05bdb74668cbbe70564cfa61f Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 16 Sep 2024 01:03:29 +0100 Subject: (Emacs/elisp)~Update license --- Emacs/.config/emacs/elisp/personal-light-theme.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Emacs/.config/emacs/elisp/personal-light-theme.el') 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")))) -- cgit v1.2.3-13-gbd6f