aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai_pro_spectrum.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/monokai_pro_spectrum.toml')
-rw-r--r--runtime/themes/monokai_pro_spectrum.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml
index f5787ca8..451f7986 100644
--- a/runtime/themes/monokai_pro_spectrum.toml
+++ b/runtime/themes/monokai_pro_spectrum.toml
@@ -87,7 +87,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 = "magenta", style = "curl" } } # maybe should be red?
+"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"