add tokyobones flavor
This commit is contained in:
15
lua/tokyobones/init.lua
Normal file
15
lua/tokyobones/init.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
local lush = require "lush"
|
||||
local generator = require "zenbones.specs"
|
||||
local bg = vim.opt.background:get()
|
||||
local p = require("tokyobones.palette")[bg]
|
||||
|
||||
local specs = generator.generate(p, bg, generator.get_global_config("tokyobones", bg))
|
||||
|
||||
return lush.extends({ specs }).with(function()
|
||||
return {
|
||||
Statement { fg = p.blossom, gui = "bold" },
|
||||
TSKeyword { fg = p.blossom, gui = "italic" },
|
||||
PreProc { fg = p.sky },
|
||||
Special { fg = p.water },
|
||||
}
|
||||
end)
|
||||
Reference in New Issue
Block a user