Skip to content

Commit 0c8d51e

Browse files
add cursorcolumn and cursorline to base16_transparent theme (#11099)
1 parent 8b7c33d commit 0c8d51e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

runtime/themes/base16_transparent.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"ui.cursor.match" = { fg = "light-yellow", underline = { color = "light-yellow", style = "line" } }
2525
"ui.cursor.primary" = { modifiers = ["reversed", "slow_blink"] }
2626
"ui.cursor.secondary" = { modifiers = ["reversed"] }
27+
"ui.cursorline.primary" = { underline = { color = "light-gray", style = "line" } }
28+
"ui.cursorline.secondary" = { underline = { color = "light-gray", style = "line" } }
29+
"ui.cursorcolumn.primary" = { bg = "gray" }
30+
"ui.cursorcolumn.secondary" = { bg = "gray" }
2731
"ui.virtual.ruler" = { bg = "gray" }
2832
"ui.virtual.whitespace" = "gray"
2933
"ui.virtual.indent-guide" = "gray"

0 commit comments

Comments
 (0)