nvim/lua/nthobaben/color.lua

10 lines
281 B
Lua

color = color or "tairiki"
vim.cmd.colorscheme(color)
-- Making the background transparent
-- Guake doen't seem to like it tho and only half the screen is transparent
--vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
--vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })