mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add whitespace colors
This commit is contained in:
parent
812fcbe1f0
commit
af3371539b
1 changed files with 10 additions and 0 deletions
|
@ -286,6 +286,16 @@
|
||||||
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
|
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
|
||||||
`(warning ((t (:foreground ,fgorange :weight unspecified))))
|
`(warning ((t (:foreground ,fgorange :weight unspecified))))
|
||||||
`(which-func ((t (:foreground ,fgblue))))
|
`(which-func ((t (:foreground ,fgblue))))
|
||||||
|
`(whitespace-empty ((t (:background ,bgcyan :foreground ,fgdefault))))
|
||||||
|
`(whitespace-hspace ((t (:background ,bgbright :foreground ,fgbright))))
|
||||||
|
`(whitespace-indentation ((t (:background ,bgyellow :foreground unspecified))))
|
||||||
|
`(whitespace-line ((t (:background ,bgred :foreground unspecified))))
|
||||||
|
`(whitespace-newline ((t (:foreground ,fgpink))))
|
||||||
|
`(whitespace-space ((t (:background unspecified :foreground ,fgpink))))
|
||||||
|
`(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified))))
|
||||||
|
`(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified))))
|
||||||
|
`(whitespace-tab ((t (:background unspecified :foreground ,fgpink))))
|
||||||
|
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
|
||||||
`(widget-button ((t (:inherit button))))
|
`(widget-button ((t (:inherit button))))
|
||||||
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))
|
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))
|
||||||
`(widget-documentation ((t (:inherit font-lock-doc-face))))
|
`(widget-documentation ((t (:inherit font-lock-doc-face))))
|
||||||
|
|
Loading…
Reference in a new issue