allow nordbones compat mode

This commit is contained in:
Michael Chris Lopez
2021-10-31 09:56:38 +08:00
parent 6c5dc85fde
commit 8d423b0b87
2 changed files with 1 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
if vim.g.colors_name then
vim.api.nvim_command "highlight clear"
end
vim.g.colors_name = "nordbones"
vim.opt.background = "dark"
package.loaded["nordbones"] = nil
require "lush"(require "nordbones", { force_clean = false })
local p = require("nordbones.palette").derived
require("zenbones.term").apply_colors(p)