From 63f048baccb14ee0fd0ceac2ae6bf639b81be436 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 27 Jun 2024 02:28:23 +0100 Subject: (Emacs/elisp)+fill-column theme setup --- Emacs/.config/emacs/elisp/personal-primary-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to 'Emacs/.config/emacs/elisp/personal-primary-theme.el') diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index d3aa22f..47734de 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -19,6 +19,7 @@ '(escape-glyph ((t (:foreground "cyan")))) '(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold)))) '(eshell-prompt ((t (:foreground "turquoise3" :weight bold)))) + '(fill-column-indicator ((t (:inherit shadow :foreground "gray23" :background "gray23" :weight thin)))) '(fixed-pitch ((t (:family "Monospace")))) '(font-lock-builtin-face ((t (:foreground "powder blue")))) '(font-lock-comment-delimiter-face ((t (:slant italic :foreground "grey24")))) -- cgit v1.2.3-13-gbd6f