mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Acme Theme - Change bufferline foreground color (#5486)
This commit is contained in:
parent
22298434f1
commit
0374350225
@ -20,7 +20,7 @@
|
||||
"diagnostic.error" = {bg="red", fg="white", modifiers=["bold"]}
|
||||
"diagnostic.warning" = {bg="orange", fg="black", modifiers=["bold"]}
|
||||
"diagnostic.hint" = {fg="gray", modifiers=["bold"]}
|
||||
"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
|
||||
"ui.bufferline" = { fg = "black", bg = "acme_bar_bg" }
|
||||
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
|
||||
"diff.plus" = {fg = "green"}
|
||||
"diff.delta" = {fg = "acme_bar_bg"}
|
||||
|
Loading…
Reference in New Issue
Block a user