From e50c1504286b5ee2700961a600f26c9b338bd042 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 1 Apr 2024 23:34:19 +0200 Subject: [PATCH] added yank colors --- lua/tccs/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tccs/theme.lua b/lua/tccs/theme.lua index b2f84da..b39504d 100644 --- a/lua/tccs/theme.lua +++ b/lua/tccs/theme.lua @@ -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