Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricardoraposo/gruvbox-minor.nvim

🦊 Neovim theme inspired by gruvbox
https://github.com/ricardoraposo/gruvbox-minor.nvim

neovim neovim-colorscheme neovim-lua neovim-theme vim vim-theme

Last synced: about 1 month ago
JSON representation

🦊 Neovim theme inspired by gruvbox

Awesome Lists containing this project

README

        



gruvbox-minor.nvim


Neovim theme heavily based on the [Gruvbox Minor VS**** theme](https://github.com/adamsome/vscode-theme-gruvbox-minor), written in Lua with Treesitter support!

![gruvbox minor in javascript/golang](./images/code.png)

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

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

### Packer

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

## Usage

### Vim Script

```vim
colorscheme gruvbox-minor
```

### Lua

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

## Acknowledgements

- [adamsome/gruvbox minor for vscode](https://github.com/adamsome/vscode-theme-gruvbox-minor) for creating the original theme
- [LunarVim/onedarker.nvim](https://github.com/LunarVim/onedarker.nvim) was used as an inspiration for the lua porting
- [Djanho](https://github.com/viniciusmuller/djanho) was used to create the first highlight groups from the original vs**** version