Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Sep 30, 2022
1 parent 7d35569 commit 24f9e79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ require("gruvbox").setup({
invert_intend_guides = false,
inverse = true, -- invert background for search, diffs, statuslines and errors
contrast = "", -- can be "hard", "soft" or empty string
palette_overrides = {},
overrides = {},
dim_inactive = false,
transparent_mode = false,
Expand All @@ -68,7 +69,7 @@ vim.cmd("colorscheme gruvbox")

## Overriding

### Pallette
### Pallette

You can specify your own palette colors. For example:

Expand All @@ -83,7 +84,7 @@ vim.cmd("colorscheme gruvbox")

More colors in the [palette.lua](lua/gruvbox/palette.lua) file

### Highlight groups
### Highlight groups

If you don't enjoy the current color for a specific highlight group, now you can just override it in the setup. For
example:
Expand Down

0 comments on commit 24f9e79

Please sign in to comment.