aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 32efb5a..c037622 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,8 @@ require("gruvbox").setup({
inverse = true, -- invert background for search, diffs, statuslines and errors
contrast = "", -- can be "hard", "soft" or empty string
overrides = {},
+ dim_inactive = false,
+ transparent_mode = false,
})
vim.cmd("colorscheme gruvbox")
```