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_terminal
This commit is contained in:
parent
ccb0c40b5e
commit
bb57686854
@ -15,6 +15,7 @@
|
|||||||
"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed"] }
|
"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed"] }
|
||||||
"ui.virtual.whitespace" = "light-gray"
|
"ui.virtual.whitespace" = "light-gray"
|
||||||
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
||||||
|
"ui.virtual.ruler" = { bg = "black" }
|
||||||
"variable" = "light-red"
|
"variable" = "light-red"
|
||||||
"constant.numeric" = "yellow"
|
"constant.numeric" = "yellow"
|
||||||
"constant" = "yellow"
|
"constant" = "yellow"
|
||||||
|
Loading…
Reference in New Issue
Block a user