diff options
author | Michael McClintock <michael.mcclintock@hey.com> | 2024-09-15 13:18:44 +1000 |
---|---|---|
committer | Michael McClintock <michael.mcclintock@hey.com> | 2024-09-15 13:18:44 +1000 |
commit | fcf88ada7e3bbecabac75c235fca7dd240d7b991 (patch) | |
tree | 46bb27bdc005412583554b9bf13239c1f65dea34 /yo.toml | |
parent | 11e87d269d30ccbce446f7b471a60d0282798e52 (diff) | |
download | yo-theme-helix-fcf88ada7e3bbecabac75c235fca7dd240d7b991.tar.gz |
add ui.cursorcolumn
Diffstat (limited to 'yo.toml')
-rw-r--r-- | yo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |