From 1ca48766209d941f0300d725ce9bec5a8bc2d642 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 8 Sep 2020 22:11:24 -0700 Subject: [PATCH] =?UTF-8?q?Add=20face=20for=20=E2=80=98fill-column-indicat?= =?UTF-8?q?or=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.org | 4 ++++ yoshi-theme.el | 2 ++ 2 files changed, 6 insertions(+) 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)))))