aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/personal-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-light-theme.el')
-rw-r--r--Emacs/.config/emacs/elisp/personal-light-theme.el3
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"))))