diff --git a/lua/custom/plugins/colorscheme.lua b/lua/custom/plugins/colorscheme.lua index 7a596f5..28fdd30 100644 --- a/lua/custom/plugins/colorscheme.lua +++ b/lua/custom/plugins/colorscheme.lua @@ -88,7 +88,8 @@ elseif fileContent == "monochrome" then priority = 1000, opts = { colors = { - primary = "#CCB901", + secondary = "#CCB901", + primary = "#ccc04c" } }, }