mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add face for ‘fill-column-indicator’
This commit is contained in:
parent
caa83e4475
commit
1ca4876620
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)))))
|
||||
|
|
Loading…
Reference in a new issue