diff options
| author | 2020-12-17 23:19:30 -0800 | |
|---|---|---|
| committer | 2020-12-17 23:19:30 -0800 | |
| commit | 14a65cdb72f26bf9283b9bb90655218b173c6e5d (patch) | |
| tree | b3745123763ab9952c482c45492239e729ab5acc | |
| parent | b36ef209b7421bd38a9b1f1cacd73cf1d9dc5354 (diff) | |
| download | yoshi-theme-14a65cdb72f26bf9283b9bb90655218b173c6e5d.tar.gz yoshi-theme-14a65cdb72f26bf9283b9bb90655218b173c6e5d.zip | |
Revert "Switch the fill-column indicator to the brightest background color"
This reverts commit cf5f8d07593fbce549aabfa67a4519d8976759b4.
| -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 c64b791..d0a1e78 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -177,7 +177,7 @@ `(eshell-ls-unreadable ((t (:foreground ,fgred)))) `(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified)))) - `(fill-column-indicator ((t (:foreground ,yoshi-3 :inherit unspecified)))) + `(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified)))) ;;; Flycheck `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) |
