mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 03:00:45 +00:00
28 lines
722 B
Markdown
28 lines
722 B
Markdown
# cozybox.nvim
|
|
|
|
## 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="1131" alt="image" src="https://github.com/user-attachments/assets/cd4f56f5-7cac-4c1e-a715-c981e949beb1" />
|
|
|
|
## 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
|
|
{ "harivansh-afk/cozybox.nvim", priority = 1000 , config = true, opts = ...}
|
|
```
|
|
|
|
Neovim `0.8+`.
|
|
|
|
## Enable
|
|
|
|
```vim
|
|
set background=dark " or light if you want light mode
|
|
colorscheme cozybox
|
|
```
|
|
|
|
## Config
|
|
|
|
See `:h cozybox.nvim` or `lua/cozybox.lua` for the full option surface.
|