1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui/colorscheme.lua: add TextMute

This commit is contained in:
Henrik Hautakoski 2025-12-06 06:48:32 +01:00
parent 9a0b0c60b0
commit eb5c9d95bd

View file

@ -170,6 +170,7 @@ local custom_highlights = function(colors)
-- Text -- Text
NonText = { fg = colors.surface0 }, NonText = { fg = colors.surface0 },
TextMute = { fg = colors.overlay2 },
Whitespace = { link = "NonText" }, Whitespace = { link = "NonText" },
-- Syntax -- Syntax