From 6aac6c109f35e1565c631b0dfcdcac180a6fef48 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 9 Apr 2024 14:29:57 -0300 Subject: [PATCH] add dual colorscheme looks kinda better idk --- lua/custom/plugins/colorscheme.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }, }