mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
feat(themes): add ui.virtual.ruler
for base16_default
This commit is contained in:
parent
be8dc22272
commit
368b29ca72
@ -29,6 +29,7 @@
|
|||||||
"namespace" = "magenta"
|
"namespace" = "magenta"
|
||||||
"ui.help" = { fg = "white", bg = "black" }
|
"ui.help" = { fg = "white", bg = "black" }
|
||||||
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
||||||
|
"ui.virtual.ruler" = { bg = "black" }
|
||||||
|
|
||||||
"markup.heading" = "blue"
|
"markup.heading" = "blue"
|
||||||
"markup.list" = "red"
|
"markup.list" = "red"
|
||||||
|
Loading…
Reference in New Issue
Block a user