aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/flatwhite.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/flatwhite.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/flatwhite.toml')
-rw-r--r--runtime/themes/flatwhite.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/themes/flatwhite.toml b/runtime/themes/flatwhite.toml
index 2fdc66d0..1743012b 100644
--- a/runtime/themes/flatwhite.toml
+++ b/runtime/themes/flatwhite.toml
@@ -21,6 +21,11 @@
"variable.parameter" = { fg = "blue_text", bg = "blue_bg" }
"diagnostic" = { modifiers = ["underlined"] }
+
+"diagnostic.info" = { underline = { color = "orange_text", style = "curl" } }
+"diagnostic.warning" = { underline = { color = "orange_text", style = "curl" } }
+"diagnostic.error" = { underline = { color = "diff_delete", style = "curl" } }
+
"info" = { fg = "orange_text", bg = "orange_bg" }
"hint" = { modifiers = ["bold"] }
"warning" = { fg = "orange_text", bg = "orange_bg" }