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,