mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
add cursorcolumn and cursorline to base16_transparent theme (#11099)
This commit is contained in:
parent
8b7c33d00d
commit
0c8d51ee36
@ -24,6 +24,10 @@
|
||||
"ui.cursor.match" = { fg = "light-yellow", underline = { color = "light-yellow", style = "line" } }
|
||||
"ui.cursor.primary" = { modifiers = ["reversed", "slow_blink"] }
|
||||
"ui.cursor.secondary" = { modifiers = ["reversed"] }
|
||||
"ui.cursorline.primary" = { underline = { color = "light-gray", style = "line" } }
|
||||
"ui.cursorline.secondary" = { underline = { color = "light-gray", style = "line" } }
|
||||
"ui.cursorcolumn.primary" = { bg = "gray" }
|
||||
"ui.cursorcolumn.secondary" = { bg = "gray" }
|
||||
"ui.virtual.ruler" = { bg = "gray" }
|
||||
"ui.virtual.whitespace" = "gray"
|
||||
"ui.virtual.indent-guide" = "gray"
|
||||
|
Loading…
Reference in New Issue
Block a user