diff --git a/lua/tccs/colors.lua b/lua/tccs/colors.lua index 74025fc..2b040e8 100644 --- a/lua/tccs/colors.lua +++ b/lua/tccs/colors.lua @@ -34,7 +34,7 @@ colors.get_colors = function() gutter_normal = "#323945", gutter_active = "#464D5E", selection_bg = "#273747", - selection_inactive = "#1B2733", + selection_inactive = "#272727", selection_border = "#304357", guide_active = "#393F4D", guide_normal = "#242A35",