darkvoid-theme / darkvoid.nvim

Neovim Colorscheme for dark dwellers with optional glow effect!
MIT License
144 stars 9 forks source link

Set vim.g.colors_name to prevent LazyVim from throwing an error #11

Closed ficcdaf closed 2 weeks ago

ficcdaf commented 2 weeks ago

Also set vim.o.termguicolors to true, which will give users greater flexibility in setting their own colors through the config function; this should make the theme more friendly for users that are still new to Neovim.

Fixes #10

Aliqyan-21 commented 2 weeks ago

Great! Looking good @ficcdaf, Welcome aboard.