Skip to content

Commit aa21aa8

Browse files
committed
chore: update gruvbox config to work with NVIM v0.10.0
1 parent be51d48 commit aa21aa8

File tree

1 file changed

+3
-3
lines changed
  • private_dot_config/exact_nvim/exact_lua/exact_plugins

1 file changed

+3
-3
lines changed

private_dot_config/exact_nvim/exact_lua/exact_plugins/gruvbox.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ return {
88
require("gruvbox").setup {
99
transparent_mode = true,
1010
terminal_colors = true,
11-
contrast = "",
11+
contrast = "hard",
1212
italic = {
1313
strings = true,
1414
comments = true,
@@ -17,8 +17,8 @@ return {
1717
operators = false,
1818
},
1919
bold = true,
20-
inverse = false,
21-
invert_tabline = true,
20+
inverse = true,
21+
invert_tabline = false,
2222
invert_selection = false,
2323
strikethrough = true,
2424
undercurl = true,

0 commit comments

Comments
 (0)