breaking: more controlled colors for forestbones

red is too strong for me personally
This commit is contained in:
Michael Chris Lopez
2021-10-15 15:09:44 +08:00
parent 66218deac4
commit 2610be6f10

View File

@@ -7,8 +7,9 @@ local specs = generator.generate(p, bg, generator.get_global_config("forestbones
return lush.extends({ specs }).with(function() return lush.extends({ specs }).with(function()
return { return {
Statement { fg = p.rose }, Statement { fg = p.leaf, gui = "bold" },
Special { fg = p.leaf }, PreProc { fg = p.rose },
Operator { fg = p.rose },
Type { fg = p.water }, Type { fg = p.water },
} }
end) end)