Skip to content

Commit

Permalink
feat(colorscheme): add Gruvbox
Browse files Browse the repository at this point in the history
  • Loading branch information
luxus authored and mehalter committed Mar 4, 2023
1 parent b8fbc93 commit 368e14e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lua/astrocommunity/colorscheme/gruvbox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# gruvbox.nvim

**Repository:** A port of gruvbox community theme to lua with treesitter support!

A port of gruvbox community theme to lua with treesitter support!

To change options:

```lua
{ "gruvbox.nvim"
opts = {
italic = false
}
}
```
1 change: 1 addition & 0 deletions lua/astrocommunity/colorscheme/gruvbox/gruvbox.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "ellisonleao/gruvbox.nvim" }

0 comments on commit 368e14e

Please sign in to comment.