Highlight Groups

nvim-dap-view defines 34* highlight groups linked to (somewhat) reasonable defaults.

If the colors look odd with your colorscheme, consider submiting a PR to add support to nvim-dap-view!

If the links aren't defined at all, no highlighting will be applied. To fix that, you have to manually define the highlight groups (see :help nvim_set_hl()).

Highlight GroupDefault Link
NvimDapViewBooleanBoolean
NvimDapViewConstantConstant
NvimDapViewControlDisconnectDapBreakpoint
NvimDapViewControlNCComment
NvimDapViewControlPauseBoolean
NvimDapViewControlPlayKeyword
NvimDapViewControlRunLastKeyword
NvimDapViewControlStepBackFunction
NvimDapViewControlStepIntoFunction
NvimDapViewControlStepOutFunction
NvimDapViewControlStepOverFunction
NvimDapViewControlTerminateDapBreakpoint
NvimDapViewExceptionFilterDisabledDiagnosticError
NvimDapViewExceptionFilterEnabledDiagnosticOk
NvimDapViewFileNameqfFileName
NvimDapViewFloatFloat
NvimDapViewFrameCurrentDiagnosticVirtualTextWarn
NvimDapViewFunctionFunction
NvimDapViewLineNumberqfLineNr
NvimDapViewMissingDataDapBreakpoint
NvimDapViewNumberNumber
NvimDapViewSeparatorComment
NvimDapViewStringString
NvimDapViewTabFillTabLineFill
NvimDapViewTabSelectedSeparatorNvimDapViewTabSelected
NvimDapViewTabSelectedTabLineSel
NvimDapViewTabSeparatorNvimDapViewTab
NvimDapViewTabTabLine
NvimDapViewThreadErrorDiagnosticError
NvimDapViewThreadStoppedConditional
NvimDapViewThreadTag
NvimDapViewWatchErrorDiagnosticError
NvimDapViewWatchExprIdentifier
NvimDapViewWatchUpdatedDiagnosticVirtualTextWarn

For neovim 0.12+, Boolean, Constant, Float, Function, Number and String have a Dim variant, which is used for virtual text . Additionaly, there's NvimDapViewVirtualText (the "fallback", linked to NonText) and NvimDapViewVirtualTextUpdated (linked to NvimDapViewWatchUpdated, but dimmed as well).