fix(theme): serika toml syntax valid (#5038)

This commit is contained in:
Alexander Brevig 2022-12-07 12:29:56 +01:00 committed by GitHub
parent 96ff64a84a
commit 9d4236941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }