diff options
| author | Oskar Grunning <oskargrunning@gmail.com> | 2022-06-30 14:03:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-30 09:03:13 -0300 |
| commit | 6ce1d26eed23690bad2598388e3a9e63fe809775 (patch) | |
| tree | 5da2b858ce08a6fe769f20b29e38571e2818742b /lua | |
| parent | c44d664afa94658e84a61d82ec397fdeb5c41656 (diff) | |
| download | gruvbox-6ce1d26eed23690bad2598388e3a9e63fe809775.tar.gz gruvbox-6ce1d26eed23690bad2598388e3a9e63fe809775.tar.xz | |
fix: repair inc search fg (#130)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index a3b3726..82f755f 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -145,7 +145,7 @@ M.setup = function() Folded = { fg = colors.gray, bg = colors.bg1, italic = config.italic }, FoldColumn = { fg = colors.gray, bg = colors.bg1 }, SignColumn = { bg = colors.bg1 }, - IncSearch = { fg = colors.hls_cursor, bg = colors.bg0, reverse = config.inverse }, + IncSearch = { fg = colors.orange, bg = colors.bg0, reverse = config.inverse }, LineNr = { fg = colors.bg4 }, CursorLineNr = { fg = colors.yellow, bg = colors.bg1 }, MatchParen = { bg = colors.bg3, bold = config.bold }, |
