{"id":23406178,"url":"https://github.com/comfysage/gruvboxed","last_synced_at":"2025-06-15T08:03:49.698Z","repository":{"id":119415502,"uuid":"484771635","full_name":"comfysage/gruvboxed","owner":"comfysage","description":"A comfortable retro groove colorscheme for Vim","archived":false,"fork":false,"pushed_at":"2025-04-13T12:06:42.000Z","size":7214,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"mega","last_synced_at":"2025-04-13T13:22:31.079Z","etag":null,"topics":["color-scheme","colorscheme","neovim","neovim-colorscheme","neovim-plugin","nvim","nvim-plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/comfysage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-23T14:35:55.000Z","updated_at":"2025-04-13T12:07:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcdb9329-a433-4c97-b01a-b06d6bcfbb33","html_url":"https://github.com/comfysage/gruvboxed","commit_stats":null,"previous_names":["comfysage/gruvboxed"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/comfysage/gruvboxed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fgruvboxed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fgruvboxed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fgruvboxed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fgruvboxed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comfysage","download_url":"https://codeload.github.com/comfysage/gruvboxed/tar.gz/refs/heads/mega","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comfysage%2Fgruvboxed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259942758,"owners_count":22935325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color-scheme","colorscheme","neovim","neovim-colorscheme","neovim-plugin","nvim","nvim-plugin","vim"],"created_at":"2024-12-22T13:31:47.097Z","updated_at":"2025-06-15T08:03:49.687Z","avatar_url":"https://github.com/comfysage.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"![preview ecs](images/preview-cpp.png)\n\nGruvboxed is a colorscheme based on the original [gruvbox colorscheme](https://github.com/morhetz/gruvbox) by [morhetz](https://github.com/morhetz).\n\nDesigned 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.\n\n## Installation\n\ngruvboxed can be installed using [lazy.nvim](https://github.com/folke/lazy.nvim) like this:\n\n```Lua\n{\n  'comfysage/gruvboxed',\n  priority = 1000,\n  opts = {\n    transparent_background = false,\n    contrast_dark = 'medium',\n    override_terminal = true,\n    style = {\n      tabline = { reverse = true, color = 'green' },\n      search = { reverse = false, inc_reverse = true },\n      types = { italic = true },\n      keyword = { italic = true },\n      comment = { italic = false },\n    },\n    overrides = {},\n  }\n}\n```\n\ngruvboxed can then be used like this:\n\n```lua\nvim.cmd.colorscheme 'gruvboxed'\n```\n\n## Screenshots\n\n\u003c!-- Refer [Gallery][] for more syntax-specific screenshots.\n\n   [Gallery]: https://github.com/morhetz/gruvbox/wiki/Gallery --\u003e\n\n### LSP Diagnostics\n\n![preview diagnostics](images/preview-go-diagnostics.png)\n\n### Treesitter highlighting\n\n![preview go treesitter](images/preview-go-ini.png)\n\n\u003c!-- ### Dark mode\n\n![Screenshot Dark](http://i.imgur.com/GkIl8Fn.png)\n\n### Light mode\n\n![Screenshot Light](http://i.imgur.com/X75niEa.png) --\u003e\n\n### Airline theme\n\n![Screenshot Airline](http://i.imgur.com/wRQceUR.png)\n\n## Palette\n\n\u003c!--\n### Dark mode --\u003e\n\n![Palette Dark](http://i.imgur.com/wa666xg.png)\n\n\u003c!--\n### Light mode\n\n![Palette Light](http://i.imgur.com/49qKyYW.png) --\u003e\n\n## Contrast options\n\n\u003c!-- Refer [wiki section][] for contrast configuration and other options.\n\n   [wiki section]: https://github.com/morhetz/gruvbox/wiki/Configuration#ggruvbox_contrast_dark --\u003e\n\n![Contrast Options](http://i.imgur.com/5MSbe6T.png)\n\n\u003c!-- ## Documentation\n\nPlease check [wiki][] for installation details, terminal-specific setup, troubleshooting, configuration options and others.\n\n   [wiki]: https://github.com/morhetz/gruvbox/wiki --\u003e\n\n## Features\n\n- Lots of style-customization options (contrast, color invertion, italics usage etc.)\n- Extended filetype highlighting: Html, Xml, Vim, Clojure, C, Python, JavaScript, TypeScript, PureScript, CoffeeScript, Ruby, Objective-C, Go, Lua, MoonScript, Java, Markdown, Haskell, Elixir\n- Support for Treesitter highlighting.\n- Support for transparent background.\n- Supported plugins: [EasyMotion][], [vim-sneak][], [Indent Guides][], [indentLine][], [Rainbow Parentheses][], [Airline][], [Lightline][], [GitGutter][], [Signify][], [ShowMarks][], [Signature][], [Syntastic][], [Ale][], [CtrlP][], [Startify][], [NERDTree][], [Dirvish][]\n\n  [easymotion]: https://github.com/Lokaltog/vim-easymotion\n  [vim-sneak]: https://github.com/justinmk/vim-sneak\n  [indent guides]: https://github.com/nathanaelkane/vim-indent-guides\n  [indentline]: https://github.com/Yggdroot/indentLine\n  [rainbow parentheses]: https://github.com/kien/rainbow_parentheses.vim\n  [airline]: https://github.com/bling/vim-airline\n  [lightline]: https://github.com/itchyny/lightline.vim\n  [gitgutter]: https://github.com/airblade/vim-gitgutter\n  [signify]: https://github.com/mhinz/vim-signify\n  [showmarks]: http://www.vim.org/scripts/script.php?script_id=152\n  [signature]: https://github.com/kshenoy/vim-signature\n  [syntastic]: https://github.com/scrooloose/syntastic\n  [ale]: https://github.com/w0rp/ale\n  [ctrlp]: https://github.com/kien/ctrlp.vim\n  [startify]: https://github.com/mhinz/vim-startify\n  [nerdtree]: https://github.com/scrooloose/nerdtree\n  [dirvish]: https://github.com/justinmk/vim-dirvish\n\n## Contributions\n\nSee [gruvbox-contrib](https://github.com/morhetz/gruvbox-contrib) repo for contributions, ports and extras for the original gruvbox colorscheme.\n\n# Todo\n\n- readme: update list of plugins and filetypes.\n- wiki: add documentation for configuration\n\n## License\n\n[MIT/X11](https://en.wikipedia.org/wiki/MIT_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfysage%2Fgruvboxed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomfysage%2Fgruvboxed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfysage%2Fgruvboxed/lists"}