summaryrefslogtreecommitdiff
path: root/runtime/themes/noctis_bordo.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/noctis_bordo.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/noctis_bordo.toml')
-rw-r--r--runtime/themes/noctis_bordo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/noctis_bordo.toml b/runtime/themes/noctis_bordo.toml
index b15a3f8e..d446543d 100644
--- a/runtime/themes/noctis_bordo.toml
+++ b/runtime/themes/noctis_bordo.toml
@@ -54,7 +54,11 @@
"diff.plus" = "base0B"
"diff.minus" = "base08"
-"diagnostic" = { modifiers = ["underlined"] }
+"diagnostic.info" = { underline = { color = "base0D", style = "curl" } }
+"diagnostic.hint" = { underline = { color = "base03", style = "curl" } }
+"diagnostic.warning" = { underline = { color = "base09", style = "curl" } }
+"diagnostic.error" = { underline = { color = "base08", style = "curl" } }
+
"ui.gutter" = { bg = "base01" }
"info" = "base0D"
"hint" = "base03"