1
0
mirror of https://github.com/tiyn/tccs.nvim.git synced 2025-07-29 16:07:47 +02:00

added yank colors

This commit is contained in:
tiyn 2024-04-01 23:34:19 +02:00
parent c4c5af2d75
commit e50c150428

@ -311,6 +311,7 @@ theme.set_highlights = function(opts)
-- highlighting on yank
hl(0, "YankHighlight", { bg = c.yank_fg })
hl(0, "TextYankPost", { bg = c.yank_fg })
end