diff options
| -rw-r--r-- | lua/gruvbox/groups.lua | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index a60645f..a799426 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -988,34 +988,34 @@ M.setup = function() -- nvim-dap-ui DapBreakpointSymbol = { fg = colors.red, bg = colors.bg1 }, DapStoppedSymbol = { fg = colors.green, bg = colors.bg1 }, - DapUIBreakpointsCurrentLine = { link = 'GruvboxYellow' }, - DapUIBreakpointsDisabledLine = { link = 'GruvboxGray' }, - DapUIBreakpointsInfo = { link = 'GruvboxAqua' }, - DapUIBreakpointsLine = { link = 'GruvboxYellow' }, - DapUIBreakpointsPath = { link = 'GruvboxBlue' }, - DapUICurrentFrameName = { link = 'GruvboxPurple' }, - DapUIDecoration = { link = 'GruvboxPurple' }, - DapUIEndofBuffer = { link = 'GruvboxBg2' }, - DapUIFloatBorder = { link = 'GruvboxAqua' }, - DapUILineNumber = { link = 'GruvboxYellow' }, - DapUIModifiedValue = { link = 'GruvboxRed' }, - DapUIPlayPause = { link = 'GruvboxGreen' }, - DapUIRestart = { link = 'GruvboxGreen' }, - DapUIScope = { link = 'GruvboxBlue' }, - DapUISource = { link = 'GruvboxFg1' }, - DapUIStepBack = { link = 'GruvboxBlue' }, - DapUIStepInto = { link = 'GruvboxBlue' }, - DapUIStepOut = { link = 'GruvboxBlue' }, - DapUIStepOver = { link = 'GruvboxBlue' }, - DapUIStop = { link = 'GruvboxRed' }, - DapUIStoppedThread = { link = 'GruvboxBlue' }, - DapUIThread = { link = 'GruvboxBlue' }, - DapUIType = { link = 'GruvboxOrange' }, - DapUIUnavailable = { link = 'GruvboxGray' }, - DapUIWatchesEmpty = { link = 'GruvboxGray' }, - DapUIWatchesError = { link = 'GruvboxRed' }, - DapUIWatchesValue = { link = 'GruvboxYellow' }, - DapUIWinSelect = { link = 'GruvboxYellow' } + DapUIBreakpointsCurrentLine = { link = "GruvboxYellow" }, + DapUIBreakpointsDisabledLine = { link = "GruvboxGray" }, + DapUIBreakpointsInfo = { link = "GruvboxAqua" }, + DapUIBreakpointsLine = { link = "GruvboxYellow" }, + DapUIBreakpointsPath = { link = "GruvboxBlue" }, + DapUICurrentFrameName = { link = "GruvboxPurple" }, + DapUIDecoration = { link = "GruvboxPurple" }, + DapUIEndofBuffer = { link = "GruvboxBg2" }, + DapUIFloatBorder = { link = "GruvboxAqua" }, + DapUILineNumber = { link = "GruvboxYellow" }, + DapUIModifiedValue = { link = "GruvboxRed" }, + DapUIPlayPause = { link = "GruvboxGreen" }, + DapUIRestart = { link = "GruvboxGreen" }, + DapUIScope = { link = "GruvboxBlue" }, + DapUISource = { link = "GruvboxFg1" }, + DapUIStepBack = { link = "GruvboxBlue" }, + DapUIStepInto = { link = "GruvboxBlue" }, + DapUIStepOut = { link = "GruvboxBlue" }, + DapUIStepOver = { link = "GruvboxBlue" }, + DapUIStop = { link = "GruvboxRed" }, + DapUIStoppedThread = { link = "GruvboxBlue" }, + DapUIThread = { link = "GruvboxBlue" }, + DapUIType = { link = "GruvboxOrange" }, + DapUIUnavailable = { link = "GruvboxGray" }, + DapUIWatchesEmpty = { link = "GruvboxGray" }, + DapUIWatchesError = { link = "GruvboxRed" }, + DapUIWatchesValue = { link = "GruvboxYellow" }, + DapUIWinSelect = { link = "GruvboxYellow" }, } for group, hl in pairs(config.overrides) do |
