mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-23 19:21:43 +01:00
Show underline for whitespace-tab face
This commit is contained in:
parent
eba766875e
commit
d7646166f4
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@
|
||||||
`(whitespace-space ((t (:background unspecified :foreground ,fgpink))))
|
`(whitespace-space ((t (:background unspecified :foreground ,fgpink))))
|
||||||
`(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified))))
|
`(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified))))
|
||||||
`(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified))))
|
`(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified))))
|
||||||
`(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1))))
|
`(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1 :underline ,fgdim-2))))
|
||||||
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
|
`(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))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue