chore: rename colorscheme in code
This commit is contained in:
parent
38bcea8dfb
commit
b363e1887c
|
@ -1,4 +1,4 @@
|
|||
Particle for Neovim
|
||||
Kagayaki for Neovim
|
||||
===
|
||||
|
||||
Under construction.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
-- You probably always want to set this in your vim file
|
||||
vim.opt.background = 'dark'
|
||||
vim.g.colors_name = 'particle'
|
||||
vim.g.colors_name = 'kagayaki'
|
||||
|
||||
package.loaded['particle.particle'] = nil
|
||||
package.loaded['kagayaki.kagayaki'] = nil
|
||||
|
||||
-- include our theme file and pass it to lush to apply
|
||||
require('lush')(require('particle.particle'))
|
||||
require('lush')(require('kagayaki.kagayaki'))
|
||||
|
Loading…
Reference in a new issue