aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 44c16c0..6707590 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -44,6 +44,10 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the ediff faces: =ediff-even-diff-A=, =ediff-even-diff-B=, =ediff-odd-diff-A=,
and =ediff-odd-diff-B=.
+** ADDED fill-column-indicator face
+
+Add the face =fill-column-indicator=.
+
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES:
:CUSTOM_ID: release-6.2.0
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 0a72b88..c8a101f 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -173,6 +173,8 @@
`(eshell-ls-unreadable ((t (:foreground ,fgred))))
`(eshell-prompt ((t (:foreground ,fgbright :weight unspecified))))
+ `(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified))))
+
;;; Flycheck
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
`(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))