Skip to content

Commit

Permalink
fix: debugPC and NvimTreeWindowPicker highlights. Close #283
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Oct 5, 2023
1 parent a569160 commit c0369bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ local function get_groups()
NvimTreeGitRenamed = { fg = colors.neutral_purple },
NvimTreeGitNew = { fg = colors.neutral_yellow },
NvimTreeGitDeleted = { fg = colors.neutral_red },
NvimTreeWindowPicker = { bg = colors.faded_aqua },
debugPC = { bg = colors.faded_blue },
NvimTreeWindowPicker = { bg = colors.aqua },
debugPC = { bg = colors.blue },
debugBreakpoint = { link = "GruvboxRedSign" },
StartifyBracket = { link = "GruvboxFg3" },
StartifyFile = { link = "GruvboxFg1" },
Expand Down

0 comments on commit c0369bf

Please sign in to comment.