|
|
@ -85,6 +85,14 @@
|
|
|
|
# make diagnostic underlined, to distinguish with selection text.
|
|
|
|
# make diagnostic underlined, to distinguish with selection text.
|
|
|
|
diagnostic = { modifiers = ["underlined"] }
|
|
|
|
diagnostic = { modifiers = ["underlined"] }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
|
|
|
|
|
|
|
|
"markup.heading" = "green"
|
|
|
|
|
|
|
|
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
|
|
|
|
|
|
|
"markup.italic" = { fg = "orange", modifiers = ["italic"] }
|
|
|
|
|
|
|
|
"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
|
|
|
|
|
|
|
|
"markup.link.text" = "yellow"
|
|
|
|
|
|
|
|
"markup.quote" = "green"
|
|
|
|
|
|
|
|
|
|
|
|
[palette]
|
|
|
|
[palette]
|
|
|
|
# primary colors
|
|
|
|
# primary colors
|
|
|
|
"red" = "#ff6188"
|
|
|
|
"red" = "#ff6188"
|
|
|
|