light theme for nvim

This commit is contained in:
Harivansh Rathi 2026-03-20 14:05:11 -04:00
parent facd7e7e31
commit d491a0fc66
5 changed files with 76 additions and 2 deletions

View file

@ -15,6 +15,9 @@ Neovim `0.8+`.
```vim
set background=dark " or light if you want light mode
colorscheme cozybox
" explicit light entrypoint with the same cozybox accent palette
colorscheme cozybox-light
```
## Override