From 67561202c772dff8406e3f6177b2d806c119e3b2 Mon Sep 17 00:00:00 2001 From: NTBBloodbath Date: Sat, 27 Apr 2024 20:02:42 -0400 Subject: [PATCH] ref(colors): adjust `dark_grey` contrast in dark theme --- lua/sweetie/colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/sweetie/colors.lua b/lua/sweetie/colors.lua index bdee43a..0027fbc 100644 --- a/lua/sweetie/colors.lua +++ b/lua/sweetie/colors.lua @@ -16,7 +16,7 @@ colors.palette = { fg_alt = "#bdbdbd", grey = "#798399", - dark_grey = "#5f697a", + dark_grey = "#707b87", red = "#d75f4a", orange = "#e7a06a",