mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
feat(themes): add ui.virtual.ruler
for poimandres
This change also propagates to `poimandres-storm`
This commit is contained in:
parent
6fdc1d6a95
commit
785d09e38f
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user