forestbones: use sky for PreProc
This commit is contained in:
@@ -8,8 +8,7 @@ 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.leaf, gui = "bold" },
|
Statement { fg = p.leaf, gui = "bold" },
|
||||||
PreProc { fg = p.rose },
|
PreProc { fg = p.sky },
|
||||||
Operator { fg = p.rose },
|
|
||||||
Type { fg = p.water },
|
Type { fg = p.water },
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user