aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai.toml
diff options
context:
space:
mode:
authorblt__2023-01-12 04:22:16 +0000
committerGitHub2023-01-12 04:22:16 +0000
commitc988bd9629145b5a337498937a70af555bfa6159 (patch)
tree4a9dbbfe64d27e8df8fda2dbbda6dc741ec7f542 /runtime/themes/monokai.toml
parent4e9a0700db6df3c2be123c3c130ab7689135576a (diff)
Change built-in themes to use curly underlines (#5419)
* Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r--runtime/themes/monokai.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index 0935ceff..92b81a8e 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -85,7 +85,10 @@
"info" = { fg = "#75beff" }
"hint" = { fg = "#eeeeeb3" }
-diagnostic = { modifiers = ["underlined"] }
+"diagnostic.warning" = { underline = { color = "#cca700", style = "curl" } }
+"diagnostic.error" = { underline = { color = "#f48771", style = "curl" } }
+"diagnostic.info" = { underline = { color = "#75beff", style = "curl" } }
+"diagnostic.hint" = { underline = { color = "#eeeeeb3", style = "curl" } }
[palette]
type = "#A6E22E"