We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be51d48 commit aa21aa8Copy full SHA for aa21aa8
private_dot_config/exact_nvim/exact_lua/exact_plugins/gruvbox.lua
@@ -8,7 +8,7 @@ return {
8
require("gruvbox").setup {
9
transparent_mode = true,
10
terminal_colors = true,
11
- contrast = "",
+ contrast = "hard",
12
italic = {
13
strings = true,
14
comments = true,
@@ -17,8 +17,8 @@ return {
17
operators = false,
18
},
19
bold = true,
20
- inverse = false,
21
- invert_tabline = true,
+ inverse = true,
+ invert_tabline = false,
22
invert_selection = false,
23
strikethrough = true,
24
undercurl = true,
0 commit comments