mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add highlight-indent-guides-character-face
This commit is contained in:
parent
9889b6d574
commit
77da82aeda
2 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,10 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
|||
Add the flycheck-inline faces: =flycheck-inline-error=, =flycheck-inline-info=,
|
||||
=flycheck-inline-warning=.
|
||||
|
||||
** ADDED highlight-indent-guides face
|
||||
|
||||
Add the highlight-indent-guides face: =highlight-indent-guides-character-face=.
|
||||
|
||||
** CHANGED the color of high-scoring unread mails in gnus
|
||||
|
||||
** CHANGED the color of normal ticked mails in gnus
|
||||
|
|
|
@ -258,6 +258,9 @@
|
|||
`(hl-indent-block-face-6 ((t (:background ,bgturquoise))))
|
||||
`(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))
|
||||
|
||||
;;; Highlight indent guides
|
||||
`(highlight-indent-guides-character-face ((t (:inherit unspecified :foreground ,bgbright))))
|
||||
|
||||
;;; Hydra
|
||||
`(hydra-face-amaranth ((t (:foreground ,fgorange :weight bold))))
|
||||
`(hydra-face-blue ((t (:foreground ,fgblue :weight bold))))
|
||||
|
|
Loading…
Reference in a new issue