Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ricardoraposo/gruvbox-minor.nvim
- Owner: ricardoraposo
- License: gpl-3.0
- Created: 2023-12-05T14:50:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T23:39:06.000Z (8 months ago)
- Last Synced: 2024-06-23T06:42:02.141Z (8 months ago)
- Topics: neovim, neovim-colorscheme, neovim-lua, neovim-theme, vim, vim-theme
- Language: Lua
- Homepage:
- Size: 876 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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