feat: added helpCommand

This commit is contained in:
Folke Lemaitre 2022-12-30 11:51:27 +01:00
parent 95c88be515
commit 3f56569435
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -167,6 +167,7 @@ function M.setup()
["@text.todo.checked"] = { fg = c.green1 }, -- For brackets and parens.
["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue },
["@text.literal.markdown"] = { link = "Normal" },
["helpCommand"] = { bg = c.terminal_black, fg = c.blue },
debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug
debugBreakpoint = { bg = util.darken(c.info, 0.1), fg = c.info }, -- used for breakpoint colors in terminal-debug