Files
zenbones-theme/colors/tokyobones.lua
Michael Chris Lopez 46acbfddfd clear highlight only when not the default
slightly improve startup
2021-10-18 11:57:02 +08:00

12 lines
310 B
Lua

if vim.g.colors_name then
vim.api.nvim_command "highlight clear"
end
vim.g.colors_name = "tokyobones"
package.loaded["tokyobones"] = nil
require "lush"(require "tokyobones", { force_clean = false })
local p = require("tokyobones.palette")[vim.opt.background:get()]
require("zenbones.term").apply_colors(p)