Skip to content

Commit

Permalink
dracula theme: add markup support (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Jan 22, 2022
1 parent 0b55b21 commit 5c1a06d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
"error" = { fg = "red" }
"warning" = { fg = "cyan" }

"markup.heading" = { fg = "purple", modifiers = ["bold"] }
"markup.list" = "cyan"
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
"markup.italic" = { fg = "yellow", modifiers = ["italic"] }
"markup.link.url" = "cyan"
"markup.link.text" = "pink"
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "foreground" }

[palette]
background = "#282a36"
background_dark = "#21222c"
Expand Down

0 comments on commit 5c1a06d

Please sign in to comment.