makes cursor always white

disables the cursor from changing color depeding on which color is hovering over it

ex. hovers over blue -> cursor is blue
pull/9164/head
rojebd 11 months ago
parent d25b810bb6
commit e1e6e8a898

@ -61,7 +61,7 @@ label = "yellow"
"ui.cursor.select" = { bg = "white" } "ui.cursor.select" = { bg = "white" }
"ui.cursor.insert" = { bg = "white" } "ui.cursor.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { modifiers = ["reversed"] } "ui.cursor" = { bg = "white" }
"ui.cursorline.primary" = { bg = "white" } "ui.cursorline.primary" = { bg = "white" }
"ui.highlight" = { bg = "white" } "ui.highlight" = { bg = "white" }
"ui.highlight.frameline" = { bg = "#634450" } "ui.highlight.frameline" = { bg = "#634450" }

Loading…
Cancel
Save