Skip to content

Commit 8ee5b13

Browse files
xcdkzarchseer
authored andcommitted
Update Acme and Nord Light for git gutters (helix-editor#4999)
* Update acme.toml * Update nord_light.toml * Update runtime/themes/nord_light.toml Co-authored-by: Blaž Hrastnik <[email protected]> * Update acme.toml Co-authored-by: Blaž Hrastnik <[email protected]>
1 parent d4879f3 commit 8ee5b13

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

runtime/themes/acme.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"diagnostic.hint" = {bg="white", modifiers=["bold"]}
2323
"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
2424
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
25+
"diff.plus" = {fg = "green"}
26+
"diff.delta" = {fg = "acme_bar_bg"}
27+
"diff.minus" = {fg = "red"}
2528

2629
[palette]
2730
white = "#ffffff"

runtime/themes/nord_light.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
"markup.link.text" = {fg="nord12"}
5959
"markup.quote" = {fg="nord3", modifiers=["italic"]}
6060

61+
"diff.plus" = {fg = "nord14"}
62+
"diff.delta" = {fg = "nord13"}
63+
"diff.minus" = {fg = "nord11"}
64+
6165

6266
[palette]
6367
nord0 = "#2E3440"

0 commit comments

Comments
 (0)