mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 05:25:51 +01:00
Change whitespace-tab color
Suddenly I'm stuck in a buffer with a lot of tabs in it and turning them all pink is pulling too much attention away from the actual code I'm working on.
This commit is contained in:
parent
b6e6b04ca8
commit
caff107a60
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@
|
|||
`(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-tab ((t (:background unspecified :foreground ,fgdim-2))))
|
||||
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
|
||||
`(widget-button ((t (:inherit button))))
|
||||
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))
|
||||
|
|
Loading…
Reference in a new issue