Skip to content

Commit

Permalink
Update Acme and Nord Light for git gutters (helix-editor#4999)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
2 people authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 2c55d7e commit 36c15e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/acme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"diagnostic.hint" = {bg="white", modifiers=["bold"]}
"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
"diff.plus" = {fg = "green"}
"diff.delta" = {fg = "acme_bar_bg"}
"diff.minus" = {fg = "red"}

[palette]
white = "#ffffff"
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/nord_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"markup.link.text" = {fg="nord12"}
"markup.quote" = {fg="nord3", modifiers=["italic"]}

"diff.plus" = {fg = "nord14"}
"diff.delta" = {fg = "nord13"}
"diff.minus" = {fg = "nord11"}


[palette]
nord0 = "#2E3440"
Expand Down

0 comments on commit 36c15e4

Please sign in to comment.