Skip to content

Commit

Permalink
auto-generate vimdoc
Browse files Browse the repository at this point in the history
changed DapBreakopintSymbol and DapStoppedSymbol to meet transparent background selection

test

test 2

test 3

removed debugPC, debugBreakpoint, DapBreakpointSymbol and DapStoppedSymbol since they don't belong to dap nor dap-ui signatures/directives

added DapBreakpoint and DapStopped as dap signature hl groups

added back existing debugPC and debugBreakpoint for termdebug

removed DapBreakoint and DapStopped; modified debugPC to adress highlight background
  • Loading branch information
github-actions[bot] authored and mezdelex committed Oct 18, 2023
1 parent 9fb8fce commit e7868bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doc/gruvbox.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gruvbox.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 05
*gruvbox.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 07

==============================================================================
Table of Contents *gruvbox.nvim-table-of-contents*
Expand Down
2 changes: 0 additions & 2 deletions lua/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,6 @@ local function get_groups()
TSRainbowBlue = { fg = colors.blue },
TSRainbowViolet = { fg = colors.purple },
TSRainbowCyan = { fg = colors.cyan },
DapBreakpointSymbol = { fg = colors.red, bg = colors.bg1 },
DapStoppedSymbol = { fg = colors.green, bg = colors.bg1 },
DapUIBreakpointsCurrentLine = { link = "GruvboxYellow" },
DapUIBreakpointsDisabledLine = { link = "GruvboxGray" },
DapUIBreakpointsInfo = { link = "GruvboxAqua" },
Expand Down

0 comments on commit e7868bb

Please sign in to comment.