aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai_pro.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/monokai_pro.toml')
-rw-r--r--runtime/themes/monokai_pro.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml
index a5cbfdcf..276f1f94 100644
--- a/runtime/themes/monokai_pro.toml
+++ b/runtime/themes/monokai_pro.toml
@@ -90,7 +90,10 @@
"diff.minus" = "red"
# make diagnostic underlined, to distinguish with selection text.
-diagnostic = { modifiers = ["underlined"] }
+"diagnostic.warning" = { underline = { color = "orange", style = "curl" } }
+"diagnostic.error" = { underline = { color = "red", style = "curl" } }
+"diagnostic.info" = { underline = { color = "base8", style = "curl" } }
+"diagnostic.hint" = { underline = { color = "base8", style = "curl" } }
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
"markup.heading" = "green"