diff options
| author | 2021-06-22 22:44:44 -0700 | |
|---|---|---|
| committer | 2021-06-22 22:44:44 -0700 | |
| commit | 4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923 (patch) | |
| tree | 3ff439271dddd8e55f5e362cfd80f6a5bcf2f5ca | |
| parent | 5769d2caa9793125595a45e640b5704f6258ca96 (diff) | |
| download | yoshi-theme-4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923.tar.gz yoshi-theme-4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923.zip | |
Use a gray for ‘fill-column-indicator’
The background red color looks too dark and the foreground one too bright.
| -rw-r--r-- | yoshi-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index fe72070..9707338 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -196,7 +196,7 @@ `(eshell-ls-unreadable ((t (:foreground ,fgred)))) `(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified)))) - `(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified)))) + `(fill-column-indicator ((t (:foreground ,yoshi-2 :inherit unspecified)))) ;; Flycheck `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) |
