my neovim theme
Find a file
2026-03-20 14:17:17 -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 update red 2026-03-20 14:17:17 -04:00
tests light theme for nvim 2026-03-20 14:05:11 -04:00
Makefile Initial cozybox repo 2026-03-20 13:35:57 -04:00
README.md light theme for nvim 2026-03-20 14:05:11 -04:00
stylua.toml Initial cozybox repo 2026-03-20 13:35:57 -04:00

cozybox.nvim

Cozybox is a warm, dark Neovim theme with nix-tuned blue and green accents, darker editor surfaces, and syntax overrides baked in.

Install

{ "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

" explicit light entrypoint with the same cozybox accent palette
colorscheme cozybox-light

Override

require("cozybox").setup({
  transparent_mode = false,
  palette_overrides = {},
  overrides = {},
})
vim.cmd("colorscheme cozybox")

The theme already defaults to the custom blue/green palette, hard contrast, darker editor surfaces, and syntax highlight tweaks from your nix config. See :h cozybox.nvim or lua/cozybox.lua for the full option surface.