mirror of https://github.com/helix-editor/helix
feat(themes): add `ui.virtual.ruler` for `base16_terminal`
parent
ccb0c40b5e
commit
bb57686854
|
@ -15,6 +15,7 @@
|
|||
"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed"] }
|
||||
"ui.virtual.whitespace" = "light-gray"
|
||||
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
||||
"ui.virtual.ruler" = { bg = "black" }
|
||||
"variable" = "light-red"
|
||||
"constant.numeric" = "yellow"
|
||||
"constant" = "yellow"
|
||||
|
|
Loading…
Reference in New Issue