aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/nord_light.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/nord_light.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/nord_light.toml')
-rw-r--r--runtime/themes/nord_light.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml
index eb947d03..b37d3596 100644
--- a/runtime/themes/nord_light.toml
+++ b/runtime/themes/nord_light.toml
@@ -26,9 +26,10 @@
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }
-"diagnostic.error" = {fg="nord11", modifiers=["bold"]}
-"diagnostic.warning" = {bg="nord13", modifiers=["bold"]}
-"diagnostic.hint" = {fg="nord13", modifiers=["bold"]}
+"diagnostic.error" = { underline = { color = "nord11", style = "curl" } }
+"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } }
+"diagnostic.info" = { underline = { color = "nord13", style = "curl" } }
+"diagnostic.hint" = { underline = { color = "nord13", style = "curl" } }
"constant.numeric" = {fg="nord15"}
"constant.builtin" = {fg="nord15"}