mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-10-19 06:11:24 +02:00
added yank colors
This commit is contained in:
@@ -311,6 +311,7 @@ theme.set_highlights = function(opts)
|
|||||||
|
|
||||||
-- highlighting on yank
|
-- highlighting on yank
|
||||||
hl(0, "YankHighlight", { bg = c.yank_fg })
|
hl(0, "YankHighlight", { bg = c.yank_fg })
|
||||||
|
hl(0, "TextYankPost", { bg = c.yank_fg })
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user