A super simple gruvbox color scheme for neovim
Find a file
2025-03-25 22:13:20 +01:00
colors Add the colorscheme 2023-07-22 01:20:18 +02:00
lua Make diagnostic text more subtle while keeping error and warnings brighter 2025-03-25 22:13:20 +01:00
LICENSE Let's go... 2023-07-22 01:12:43 +02:00
README.md Add support for 'mawkler/modicator.nvim' 2023-08-18 22:30:06 +02:00

Gruvbox

A really simple gruvbox color scheme for Neovim, written to be as simple as it gets and based on my solarized theme.

Why?

Why not? 😉

Getting Started

Requirements

  • Neovim (duh 😛)
  • vim.opt.termguicolors = true in your init.lua.
  • A terminal with true color support.

Installation

Install with your favorite package manager, e.g with lazy.nvim:

require('lazy').setup {
  'fschauen/gruvbox.nvim'
}

Setup

Just type:

:colorscheme gruvbox

or add this to your init.lua:

vim.cmd [[colorscheme gruvbox]]

Options

None. This is supposed to be simple, remember?

Supported Plugins