Skip to content

Commit

Permalink
Update diagnostic.error background for acme theme (helix-editor#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcdkz authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 1f4a9c5 commit 46bf1b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runtime/themes/acme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"ui.menu" = {fg="black", bg="acme_bg"}
"ui.menu.selected" = {bg="selected"}
"ui.window" = {bg="acme_bg"}
"diagnostic.error" = {bg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="white", modifiers=["bold"]}
"diagnostic.hint" = {bg="white", modifiers=["bold"]}
"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.active" = { fg = "black", bg = "acme_bg" }
"diff.plus" = {fg = "green"}
Expand All @@ -37,3 +37,5 @@ cursor = "#444444"
red = "#a0342f"
green = "#065905"
indent = "#aaaaaa"
orange = "#f0ad4e"
gray = "#777777"

0 comments on commit 46bf1b4

Please sign in to comment.