mirror of https://github.com/helix-editor/helix
feat(themes): add `ui.virtual.ruler` for `poimandres`
This change also propagates to `poimandres-storm`pull/10506/head
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