From f1e34ce5a2214a3f44f021aea1546ba1b7376f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Gonz=C3=A1lez?= Date: Fri, 15 Dec 2023 03:54:59 -0300 Subject: [PATCH] Specify BG and FG cursor colors in Darcula themes (#9002) --- runtime/themes/darcula.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 495463744..b704d60ee 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -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" }