Skip to content

Commit 391a361

Browse files
committed
fix tab and space-after-tab color
1 parent 5a14690 commit 391a361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starlit-theme.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ in the theme."
336336
`(whitespace-line ((,colorful (:background nil :foreground ,.red))))
337337
`(whitespace-newline ((,colorful (:background nil :foreground ,.selection))))
338338
`(whitespace-space ((,colorful (:background nil :foreground ,.selection))))
339-
`(whitespace-space-after-tab ((,colorful (:foreground ,.red :inverse-video t :underline nil))))
339+
`(whitespace-space-after-tab ((,colorful (:background nil :foreground ,.background :inverse-video t :underline nil))))
340340
`(whitespace-space-before-tab ((,colorful (:foreground ,.red :inverse-video t :underline nil))))
341-
`(whitespace-tab ((,colorful (:background nil :foreground ,.selection))))
341+
`(whitespace-tab ((,colorful (:background nil :foreground ,.bluedark :background ,.block-background))))
342342
`(whitespace-trailing ((,colorful (:foreground ,.red :inverse-video t :underline nil))))
343343
`(widget-button ((,colorful (:underline t))))
344344
`(widget-field ((,colorful (:background ,.current-line :box (:line-width 1 :color ,.foreground))))))

0 commit comments

Comments
 (0)