aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-09-08 22:11:24 -0700
committerGravatar Tom Willemse2020-09-08 22:13:08 -0700
commit1ca48766209d941f0300d725ce9bec5a8bc2d642 (patch)
treec615ad0b033a44294d707331f36b5937e1c75b63
parentcaa83e4475885a2c9a126630f0feec1ce2eb0c4e (diff)
downloadyoshi-theme-1ca48766209d941f0300d725ce9bec5a8bc2d642.tar.gz
yoshi-theme-1ca48766209d941f0300d725ce9bec5a8bc2d642.zip
Add face for ‘fill-column-indicator’
-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)))))