mirror of https://github.com/helix-editor/helix
feat(themes): add `ui.virtual.ruler` for `base16_default`
parent
be8dc22272
commit
368b29ca72
|
@ -29,6 +29,7 @@
|
|||
"namespace" = "magenta"
|
||||
"ui.help" = { fg = "white", bg = "black" }
|
||||
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
||||
"ui.virtual.ruler" = { bg = "black" }
|
||||
|
||||
"markup.heading" = "blue"
|
||||
"markup.list" = "red"
|
||||
|
|
Loading…
Reference in New Issue