From 45f6fddc8e90751ea7ca485664f400d9d1380212 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 27 Mar 2026 08:42:53 -0500 Subject: [PATCH] updated light grey --- lua/lush_theme/darcula_lush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/darcula_lush.lua b/lua/lush_theme/darcula_lush.lua index c0b6f84..fc547a8 100644 --- a/lua/lush_theme/darcula_lush.lua +++ b/lua/lush_theme/darcula_lush.lua @@ -54,7 +54,7 @@ local primary_colors = { orange = base_colors.orange, light_orange = lighten(base_colors.orange, 1.5), purple = base_colors.purple, - light_grey = darken(base_colors.white, 1.4), + light_grey = hsl("#a2a2b2"), white = base_colors.white, red = base_colors.red, tan = base_colors.tan,