aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMartin Junghanns2022-01-02 04:45:22 +0000
committerGitHub2022-01-02 04:45:22 +0000
commitaaa42e1a69e4bf88e6761e51085957201295ca52 (patch)
tree2cf741836cb7a8d6410172f5590873cc6a7074db /runtime
parent0dab6c8c17c027092e117a48f60feb099cd8d59c (diff)
Underline diagnostics in bogster theme (#1399)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/bogster.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml
index ea6844f2..493e5ace 100644
--- a/runtime/themes/bogster.toml
+++ b/runtime/themes/bogster.toml
@@ -53,3 +53,6 @@
"error" = "#dc597f"
"info" = "#59dcb7"
"hint" = "#59c0dc"
+
+# make diagnostic underlined, to distinguish with selection text.
+diagnostic = { modifiers = ["underlined"] }