add dual colorscheme

looks kinda better idk
This commit is contained in:
Lucas Barbieri 2024-04-09 14:29:57 -03:00
parent 0e0e5e301c
commit 6aac6c109f

View File

@ -88,7 +88,8 @@ elseif fileContent == "monochrome" then
priority = 1000, priority = 1000,
opts = { opts = {
colors = { colors = {
primary = "#CCB901", secondary = "#CCB901",
primary = "#ccc04c"
} }
}, },
} }