breaking: more controlled colors for forestbones
red is too strong for me personally
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user