Skip to content

Commit

Permalink
feat: added support for markdown checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 2, 2022
1 parent 58008d1 commit f81398b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function M.setup()
markdownLinkText = { fg = c.blue, underline = true },

["@punctuation.special.markdown"] = { fg = c.orange, bold = true },
["@text.todo.unchecked"] = { fg = c.blue }, -- For brackets and parens.
["@text.todo.checked"] = { fg = c.green1 }, -- For brackets and parens.
["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue },

debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug
Expand Down

0 comments on commit f81398b

Please sign in to comment.