We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4879f3 commit 8ee5b13Copy full SHA for 8ee5b13
runtime/themes/acme.toml
@@ -22,6 +22,9 @@
22
"diagnostic.hint" = {bg="white", modifiers=["bold"]}
23
"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
24
"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"}
28
29
[palette]
30
white = "#ffffff"
runtime/themes/nord_light.toml
@@ -58,6 +58,10 @@
58
"markup.link.text" = {fg="nord12"}
59
"markup.quote" = {fg="nord3", modifiers=["italic"]}
60
61
+"diff.plus" = {fg = "nord14"}
62
+"diff.delta" = {fg = "nord13"}
63
+"diff.minus" = {fg = "nord11"}
64
+
65
66
67
nord0 = "#2E3440"
0 commit comments