helix: Fix color name typo in theme
This commit is contained in:
parent
64bfafb427
commit
358773ea0b
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
||||||
"ui.cursorline.primary" = { bg = "Focused" }
|
"ui.cursorline.primary" = { bg = "Focused" }
|
||||||
"ui.cursorline.secondary" = {}
|
"ui.cursorline.secondary" = {}
|
||||||
|
|
||||||
"ui.cursorcolumn.primary" = { fg = "White", bg = "Focused" }
|
"ui.cursorcolumn.primary" = { fg = "white", bg = "Focused" }
|
||||||
"ui.cursorcolumn.secondary" = {}
|
"ui.cursorcolumn.secondary" = {}
|
||||||
|
|
||||||
## Gutter
|
## Gutter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue