Specify BG and FG cursor colors in Darcula themes (#9002)

pull/9828/head
Jesús González 6 months ago committed by GitHub
parent 11856329bf
commit f1e34ce5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@
"ui.statusline.select" = { bg = "orange", fg = "grey01" }
"ui.help" = { fg = "grey04", bg = "grey01" }
"ui.cursor" = { fg = "grey04", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "grey05", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "grey02", bg = "grey05" }
"ui.cursor.match" = { fg = "white", modifiers = ["underlined"] }
"ui.cursorline.primary" = { bg = "grey02" }
"ui.cursorline.secondary" = { bg = "grey02" }

Loading…
Cancel
Save