Unnamed repository; edit this file 'description' to name the repository.
feat(themes): add `ui.virtual.ruler` for `poimandres`
This change also propagates to `poimandres-storm`
Rolo 2024-04-18
parent 6fdc1d6 · commit 785d09e
-rw-r--r--runtime/themes/poimandres.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/poimandres.toml b/runtime/themes/poimandres.toml
index c62c2ad2..7dc0d833 100644
--- a/runtime/themes/poimandres.toml
+++ b/runtime/themes/poimandres.toml
@@ -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" }