https://github.com/almo7aya/neogruvbox.nvim
⚙️ Modernized gruvbox color scheme for neovim and its popular plugins
https://github.com/almo7aya/neogruvbox.nvim
color-scheme gruvbox gruvbox-color-scheme gruvbox-dark neogruvbox neovim neovim-colorscheme neovim-plugin theme vim vim-colorscheme
Last synced: 3 months ago
JSON representation
⚙️ Modernized gruvbox color scheme for neovim and its popular plugins
- Host: GitHub
- URL: https://github.com/almo7aya/neogruvbox.nvim
- Owner: Almo7aya
- Created: 2022-09-09T05:35:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T20:17:38.000Z (over 1 year ago)
- Last Synced: 2025-06-27T07:38:09.249Z (3 months ago)
- Topics: color-scheme, gruvbox, gruvbox-color-scheme, gruvbox-dark, neogruvbox, neovim, neovim-colorscheme, neovim-plugin, theme, vim, vim-colorscheme
- Language: Lua
- Homepage:
- Size: 38.1 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚙️ Neogruvbox
A dark Neovim theme written in Lua ported from the original [gruvbox](https://github.com/morhetz/gruvbox) theme. With support for LSP, Treesitter, git-diff, markdown, Notify, BufferLine, LuaLine, Telescope, and more.
## 🕶 Screenshots
I'm using [LunarVim](https://github.com/LunarVim/LunarVim) for my neovim setup



## ⚡️ Requirements
- Neovim >= 0.5.0
## 📦 Installation
Install the theme with your preferred package manager:
[vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'almo7aya/neogruvbox.nvim', { 'branch': 'master' }
```[packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use 'almo7aya/neogruvbox.nvim'
```
Using [LunarVim](https://github.com/LunarVim/LunarVim) builtin package manager```lua
-- in config.lua
lvim.plugins = {
-- ...
{ "almo7aya/neogruvbox.nvim" }
-- ...
}
```## 🚀 Usage
Enable the colorscheme:
```lua
-- Lua
vim.cmd[[colorscheme neogruvbox]]
```To enable neogruvbox on [LunarVim](https://github.com/LunarVim/LunarVim)
```lua
-- in config.lua
lvim.colorscheme = "neogruvbox"
```## 💖 Contribution
Your help is always welcomed to make this color-scheme the new gruvbox for neovim