From e8552b41c06d6e3004da0779452f75ae0fd28117 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 16 Aug 2023 02:28:03 +0200 Subject: [PATCH] colors: changed for diff --- lua/tccs/colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tccs/colors.lua b/lua/tccs/colors.lua index 19e5b4e..5092be8 100644 --- a/lua/tccs/colors.lua +++ b/lua/tccs/colors.lua @@ -47,7 +47,7 @@ colors.get_colors = function() line_bg_alt = "#0D1016", line_visual = "#C586C0", line_normal = "#6A9955", - line_insert = "#4FC1Fe", + line_insert = "#569CD6", line_replace = "#D16969", line_contrast = "#CE9178", }