aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/autumn.toml
diff options
context:
space:
mode:
authorJens Getreu2022-12-08 01:48:01 +0000
committerGitHub2022-12-08 01:48:01 +0000
commitf8b75a245a390fc3772d59cafe04ccaaa53c9ca9 (patch)
tree013aebc44b1733e67686265aae7269c9f5b7fcf7 /runtime/themes/autumn.toml
parenta4de86e7afc0da3d847d467a21ff4fb67a51d620 (diff)
Autumn theme: use new features (#5051)
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
Diffstat (limited to 'runtime/themes/autumn.toml')
-rw-r--r--runtime/themes/autumn.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/autumn.toml b/runtime/themes/autumn.toml
index fe80261a..501675da 100644
--- a/runtime/themes/autumn.toml
+++ b/runtime/themes/autumn.toml
@@ -58,10 +58,11 @@
"markup.raw" = "my_green"
"diff.plus" = "my_green"
-"diff.delta" = "my_white"
+"diff.delta" = "my_gray4"
"diff.minus" = "my_red"
"diagnostic" = { modifiers = ["underlined"] }
+"diagnostic.error" = { underline = { style = "curl", color = "my_red" } }
"ui.gutter" = { bg = "my_gray0" }
"hint" = "my_gray5"
"debug" = "my_yellow2"