updated cursor colors so white is more visible

pull/9164/head
rojebd 11 months ago
parent b9d5e40adc
commit a82ce836e1

@ -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" = { bg = "white", modifiers = ["reversed"] } "ui.cursor" = { bg = "bgrey-two", modifiers = ["reversed"] }
"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