summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael McClintock <michael.mcclintock@hey.com>2024-09-15 13:18:44 +1000
committerMichael McClintock <michael.mcclintock@hey.com>2024-09-15 13:18:44 +1000
commitfcf88ada7e3bbecabac75c235fca7dd240d7b991 (patch)
tree46bb27bdc005412583554b9bf13239c1f65dea34
parent11e87d269d30ccbce446f7b471a60d0282798e52 (diff)
downloadyo-theme-helix-fcf88ada7e3bbecabac75c235fca7dd240d7b991.tar.gz
add ui.cursorcolumn
-rw-r--r--yo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/yo.toml b/yo.toml
index c37ea44..8684e7f 100644
--- a/yo.toml
+++ b/yo.toml
@@ -27,7 +27,8 @@
"ui.cursor.match" = { fg = "p12", modifiers = ["bold"] }
"ui.selection" = { bg = "p4" }
"ui.selection.primary" = { bg = "p5" }
-"ui.cursorline.primary" = { bg = "p3" }
+"ui.cursorline" = { bg = "p3" }
+"ui.cursorcolumn" = { bg = "p3" }
# line numbers / diff
"ui.linenr" = { fg = "p7" }