1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-06 11:16:05 +02:00

feat(themes): add `ui.virtual.ruler` for `base16_default`

This commit is contained in:
Rolo 2024-04-08 13:59:43 -07:00 committed by Michael Davis
parent be8dc22272
commit 368b29ca72

View File

@ -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"