Update README.md

This commit is contained in:
Hari 2026-03-20 17:57:01 -04:00 committed by GitHub
parent 4d816d3611
commit 17ff5498cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,15 @@
# cozybox.nvim # cozybox.nvim
Cozybox is a neo style darker gruvbox with havy blue and green accents, a nicer red, and a clean light mode (for outside). ## Dark
<img width="1800" height="1131" alt="image" src="https://github.com/user-attachments/assets/68b6e7b8-4496-483f-827e-a0ae2154fd06" />
## Light
<img width="1800" height="1130" alt="image" src="https://github.com/user-attachments/assets/a09e2c12-cf98-4aa0-b6fb-e34deb1e754a" />
## Install ## Install
Cozybox is a neo style darker gruvbox with havy blue and green accents, a nicer red, and a clean light mode (for outside).
```lua ```lua
{ "harivansh-afk/cozybox.nvim", priority = 1000 , config = true, opts = ...} { "harivansh-afk/cozybox.nvim", priority = 1000 , config = true, opts = ...}
``` ```