my neovim theme
Find a file
2026-03-21 00:47:14 -04:00
colors light theme for nvim 2026-03-20 14:05:11 -04:00
doc Initial cozybox repo 2026-03-20 13:35:57 -04:00
lua light theme update 2026-03-21 00:47:14 -04:00
tests nvim diffs 2026-03-20 17:46:10 -04:00
Makefile Initial cozybox repo 2026-03-20 13:35:57 -04:00
README.md Update README.md 2026-03-20 17:57:01 -04:00
stylua.toml Initial cozybox repo 2026-03-20 13:35:57 -04:00

cozybox.nvim

Dark

image

Light

image

Install

Cozybox is a neo style darker gruvbox with havy blue and green accents, a nicer red, and a clean light mode (for outside).

{ "harivansh-afk/cozybox.nvim", priority = 1000 , config = true, opts = ...}

Neovim 0.8+.

Enable

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.