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

pull/5041/head^2
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
1 changed files with 1 additions and 1 deletions

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