kagayaki.nvim/colors/kagayaki.lua

10 lines
262 B
Lua
Raw Permalink Normal View History

2023-12-28 23:44:36 +00:00
-- You probably always want to set this in your vim file
vim.opt.background = 'dark'
2024-01-20 15:22:01 +00:00
vim.g.colors_name = 'kagayaki'
2023-12-28 23:44:36 +00:00
2024-01-20 15:22:01 +00:00
package.loaded['kagayaki.kagayaki'] = nil
2023-12-28 23:44:36 +00:00
-- include our theme file and pass it to lush to apply
2024-01-20 15:22:01 +00:00
require('lush')(require('kagayaki.kagayaki'))
2023-12-28 23:44:36 +00:00