mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/ui/colorscheme.lua: add TextMute
This commit is contained in:
parent
9a0b0c60b0
commit
eb5c9d95bd
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ local custom_highlights = function(colors)
|
|||
|
||||
-- Text
|
||||
NonText = { fg = colors.surface0 },
|
||||
TextMute = { fg = colors.overlay2 },
|
||||
Whitespace = { link = "NonText" },
|
||||
|
||||
-- Syntax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue