mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-20 05:57:06 +04:00
fix(theme): serika toml syntax valid (#5038)
This commit is contained in:
parent
96ff64a84a
commit
9d4236941d
@ -59,7 +59,7 @@
|
|||||||
"error" = "nasty-red"
|
"error" = "nasty-red"
|
||||||
"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] }
|
"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] }
|
||||||
|
|
||||||
"diff.plus" = { fg = "bg_green"
|
"diff.plus" = { fg = "bg_green" }
|
||||||
"diff.delta" = { fg = "bg_blue" }
|
"diff.delta" = { fg = "bg_blue" }
|
||||||
"diff.minus" = { fg = "nasty-red" }
|
"diff.minus" = { fg = "nasty-red" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user