chore(format)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local config = require("astrobox.config")
|
||||
local palette = require("astrobox.palette")
|
||||
local highlights = require("astrobox.highlights")
|
||||
local palette = require("astrobox.palette")
|
||||
local theme = require("astrobox.theme")
|
||||
|
||||
local M = {
|
||||
@@ -18,10 +18,7 @@ local M = {
|
||||
function M.setup(user_cfg)
|
||||
M.cfg = config.make_config(user_cfg)
|
||||
-- If the colors are set, assume we're reloading and auto apply
|
||||
if vim.g.colors_name == "astrobox" then
|
||||
vim.notify("Reloading", vim.log.levels.INFO, { title = "Astrobox" })
|
||||
vim.cmd.colorscheme("astrobox")
|
||||
end
|
||||
if vim.g.colors_name == "astrobox" then vim.cmd.colorscheme("astrobox") end
|
||||
end
|
||||
|
||||
function M.set_highlights(list)
|
||||
|
||||
Reference in New Issue
Block a user