Skip to content

Commit

Permalink
Update rasmus.toml (helix-editor#9939)
Browse files Browse the repository at this point in the history
* Update rasmus.toml

Remove "ui.virtual" setting as it selects seemingly random characters to highlight.

* Add ui.virtual.ruler
  • Loading branch information
jordanreger authored and postsolar committed Apr 20, 2024
1 parent 6640b4e commit 55c20f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/rasmus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"ui.text.focus" = { fg = "white" }

"ui.virtual" = { fg = "gray03" }
"ui.virtual.ruler" = { bg = "gray03" }
"ui.virtual.indent-guide" = { fg = "gray04" }
"ui.virtual.inlay-hint" = { fg = "gray05" }

Expand Down

0 comments on commit 55c20f5

Please sign in to comment.