Skip to content

comfysage/gruvboxed

Repository files navigation

preview ecs

Gruvboxed is a colorscheme based on the original gruvbox colorscheme by morhetz.

Designed as a cozy theme with pastel 'retro groove' colors, the main focus when developing gruvbox is to keep colors easily distinguishable, contrast enough and still pleasant for the eyes.

Installation

gruvboxed can be installed using lazy.nvim like this:

{
  'comfysage/gruvboxed',
  priority = 1000,
  opts = {
    transparent_background = false,
    contrast_dark = 'medium',
    override_terminal = true,
    style = {
      tabline = { reverse = true, color = 'green' },
      search = { reverse = false, inc_reverse = true },
      types = { italic = true },
      keyword = { italic = true },
      comment = { italic = false },
    },
    overrides = {},
  }
}

gruvboxed can then be used like this:

vim.cmd.colorscheme 'gruvboxed'

Screenshots

LSP Diagnostics

preview diagnostics

Treesitter highlighting

preview go treesitter

Airline theme

Screenshot Airline

Palette

Palette Dark

Contrast options

Contrast Options

Features

Contributions

See gruvbox-contrib repo for contributions, ports and extras for the original gruvbox colorscheme.

Todo

  • readme: update list of plugins and filetypes.
  • wiki: add documentation for configuration

License

MIT/X11

About

A comfortable retro groove colorscheme for Vim

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project