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

6
colors/cozybox-light.lua Normal file
View file

@ -0,0 +1,6 @@
vim.o.background = "light"
local cozybox = require("cozybox")
cozybox.setup(require("cozybox.light"))
cozybox.load("cozybox-light")