mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 17:15:09 +08:00
Improve highlighting of code blocks in Markdown
This commit is contained in:
parent
d7ba8af975
commit
7c89fecd8f
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ const theme = {
|
|||
{ token: "keyword.table", foreground: "#e06c75" },
|
||||
{ token: "string.link.md", foreground: "#61afef" },
|
||||
{ token: "variable.md", foreground: "#56b6c2" },
|
||||
{ token: "string.md", foreground: "#abb2bf" },
|
||||
{ token: "variable.source.md", foreground: "#abb2bf" },
|
||||
],
|
||||
|
||||
colors: {
|
||||
|
|
Loading…
Reference in a new issue