Skip to content

Commit

Permalink
Acme Theme - Change bufferline foreground color (helix-editor#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcdkz authored and Shafkath Shuhan committed Jan 24, 2023
1 parent c9551be commit c693529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/acme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit c693529

Please sign in to comment.