diff options
-rw-r--r-- | runtime/themes/serika-light.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml index ad830d92..99d4b7f1 100644 --- a/runtime/themes/serika-light.toml +++ b/runtime/themes/serika-light.toml @@ -59,7 +59,7 @@ "error" = "nasty-red" "diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] } -"diff.plus" = { fg = "bg_green" +"diff.plus" = { fg = "bg_green" } "diff.delta" = { fg = "bg_blue" } "diff.minus" = { fg = "nasty-red" } |