Skip to content

Commit

Permalink
add cursorcolumn and cursorline to base16_transparent theme (helix-ed…
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-farooq-sh authored and mxxntype committed Aug 14, 2024
1 parent 767a928 commit dd9b945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/themes/base16_transparent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd9b945

Please sign in to comment.