aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-22 22:44:44 -0700
committerGravatar Tom Willemse2021-06-22 22:44:44 -0700
commit4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923 (patch)
tree3ff439271dddd8e55f5e362cfd80f6a5bcf2f5ca
parent5769d2caa9793125595a45e640b5704f6258ca96 (diff)
downloadyoshi-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.el2
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)))))