Skip to content

Commit

Permalink
feat: added helpCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 30, 2022
1 parent 95c88be commit 3f56569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f56569

Please sign in to comment.