Skip to content

Commit

Permalink
Acme Theme - Add ui.linenr configuration (helix-editor#5488)
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 c693529 commit 976a275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/acme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"ui.background" = {bg="acme_bg"}
"ui.text" = "black"
"ui.linenr" = {bg="acme_bg", fg="black"}
"ui.linenr.selected" = {bg="acme_bg", fg="black"}
"ui.selection" = {bg="selected"}
"ui.cursorline" = {bg="acme_bar_bg"}
"ui.statusline" = {fg="black", bg="acme_bar_bg"}
Expand Down

0 comments on commit 976a275

Please sign in to comment.