chore: rename colorscheme in code

This commit is contained in:
Muhammad Nauman Raza 2024-01-20 15:22:01 +00:00
parent 38bcea8dfb
commit b363e1887c
Signed by: devraza
GPG key ID: 91EAD6081011574B
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Particle for Neovim Kagayaki for Neovim
=== ===
Under construction. Under construction.

View file

@ -1,9 +1,9 @@
-- You probably always want to set this in your vim file -- You probably always want to set this in your vim file
vim.opt.background = 'dark' 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 -- include our theme file and pass it to lush to apply
require('lush')(require('particle.particle')) require('lush')(require('kagayaki.kagayaki'))