mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Change diff colors for serika themes (#5015)
This commit is contained in:
parent
5781aa0264
commit
5691ada822
2 changed files with 4 additions and 5 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
"diff.plus" = { fg = "green" }
|
||||
"diff.delta" = { fg = "orange" }
|
||||
"diff.minus" = { fg = "red" }
|
||||
"diff.minus" = { fg = "nasty-red" }
|
||||
|
||||
"markup.heading" = { fg = "purple", modifiers = ["bold"] }
|
||||
"markup.list" = "cyan"
|
||||
|
|
|
@ -59,9 +59,9 @@
|
|||
"error" = "nasty-red"
|
||||
"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] }
|
||||
|
||||
"diff.plus" = { fg = "green" }
|
||||
"diff.delta" = { fg = "orange" }
|
||||
"diff.minus" = { fg = "red" }
|
||||
"diff.plus" = { fg = "bg_green"
|
||||
"diff.delta" = { fg = "bg_blue" }
|
||||
"diff.minus" = { fg = "nasty-red" }
|
||||
|
||||
"markup.heading" = { fg = "purple", modifiers = ["bold"] }
|
||||
"markup.list" = "cyan"
|
||||
|
@ -72,7 +72,6 @@
|
|||
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
|
||||
"markup.raw" = { fg = "fg" }
|
||||
|
||||
|
||||
[palette]
|
||||
|
||||
bg0 = "#e1e1e3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue