/gruvbox-minor.nvim

🦊 Neovim theme inspired by gruvbox

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

gruvbox-minor.nvim

Neovim theme heavily based on the Gruvbox Minor VS**** theme, written in Lua with Treesitter support!

gruvbox minor in javascript/golang

This colorscheme was made for personal use.
I mainly code in Typescript and Golang, so there might be a few highlight groups that were not set yet. I also use treesitter, so I didn't bother making the theme work without it. Therefore, PR's are more than welcome.

Installation

Lazy

{
  "ricardoraposo/gruvbox-minor.nvim",
  lazy = false,
  priority = 1000,
  opts = {},
}

Packer

use ("ricardoraposo/gruvbox-minor.nvim")

Usage

Vim Script

colorscheme gruvbox-minor

Lua

vim.cmd.colorscheme("gruvbox-minor")

Acknowledgements