adjust tokyobones specs
This commit is contained in:
@@ -8,8 +8,11 @@ local specs = generator.generate(p, bg, generator.get_global_config("tokyobones"
|
||||
return lush.extends({ specs }).with(function()
|
||||
return {
|
||||
Statement { fg = p.blossom, gui = "bold" },
|
||||
Number { fg = p.sky },
|
||||
TSConstant { fg = p.orange },
|
||||
TSKeyword { fg = p.blossom, gui = "italic" },
|
||||
PreProc { fg = p.sky },
|
||||
TSConstBuiltin { fg = p.sky1 },
|
||||
PreProc { fg = p.blossom },
|
||||
Special { fg = p.water },
|
||||
}
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user