aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dark_plus.toml
diff options
context:
space:
mode:
authorPascal Kuthe2022-10-06 18:50:54 +0000
committerPascal Kuthe2022-10-06 18:50:54 +0000
commit7bc324fde986fab2ded2ad29d7b5244521eddc44 (patch)
tree46e977856d00f3c8fc172269bdf642c8ade059a5 /runtime/themes/dark_plus.toml
parent114610f7dc5d6395ef5cce9111a363f7c8d879a4 (diff)
make casing consistent with other configuration
Diffstat (limited to 'runtime/themes/dark_plus.toml')
-rw-r--r--runtime/themes/dark_plus.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index fa6b34ab..afbd1b71 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -92,8 +92,8 @@
"info" = { fg = "light_blue" }
"hint" = { fg = "light_gray3" }
-"diagnostic.error" = {underline_color = "red", underline_style = "curl"}
-"diagnostic" = {underline_color = "gold", underline_style = "curl" }
+"diagnostic.error" = {underline-color = "red", underline-style = "curl"}
+"diagnostic" = {underline-color = "gold", underline-style = "curl" }
[palette]
white = "#ffffff"