Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(themes): add rulers for themes missing them #10309

Merged
merged 13 commits into from
Apr 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(themes): add ui.virtual.ruler for poimandres
This change also propagates to `poimandres-storm`
  • Loading branch information
RoloEdits committed Apr 8, 2024
commit 13727263fed0736645cd926085ab277a93437253
1 change: 1 addition & 0 deletions runtime/themes/poimandres.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ string = { fg = "brightMint" }
"ui.text.inactive" = "darkerGray"
"ui.virtual" = { fg = "darkerGray.b0" }
"ui.virtual.indent-guide" = "#303442"
"ui.virtual.ruler" = { bg ="selection" }

"ui.selection" = { bg = "focus" }
"ui.selection.primary" = { bg = "selection" }
Expand Down