From 82bd4a4ffb04d70b0cfe3c355b27dd2cf114fe62 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 1 Apr 2024 23:11:42 +0200 Subject: [PATCH] changed line colors --- lua/tccs/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/tccs/colors.lua b/lua/tccs/colors.lua index e2d261c..d495621 100644 --- a/lua/tccs/colors.lua +++ b/lua/tccs/colors.lua @@ -48,8 +48,8 @@ colors.get_colors = function() line_bg = "#272727", line_bg_alt = "#0D1016", line_visual = "#C586C0", - line_normal = "#6A9955", - line_insert = "#569CD6", + line_normal = "#569CD6", + line_insert = "#6A9955", line_replace = "#D16969", line_contrast = "#CE9178", }