mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 05:02:08 +00:00
light theme for nvim
This commit is contained in:
parent
facd7e7e31
commit
d491a0fc66
5 changed files with 76 additions and 2 deletions
6
colors/cozybox-light.lua
Normal file
6
colors/cozybox-light.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
vim.o.background = "light"
|
||||
|
||||
local cozybox = require("cozybox")
|
||||
|
||||
cozybox.setup(require("cozybox.light"))
|
||||
cozybox.load("cozybox-light")
|
||||
Loading…
Add table
Add a link
Reference in a new issue