From d27551d814f9741d44eb63fe9ba0f28506afffc5 Mon Sep 17 00:00:00 2001 From: S1m <31284753+p1gp1g@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:26:10 +0200 Subject: [PATCH] Use different cursor color for primary cursor for ayu_mirage (#4140) --- runtime/themes/ayu_mirage.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml index f3b49d87e..e01866a90 100644 --- a/runtime/themes/ayu_mirage.toml +++ b/runtime/themes/ayu_mirage.toml @@ -34,7 +34,8 @@ # Interface "ui.background"= { bg = "background" } -"ui.cursor" = { bg = "yellow", fg = "dark_gray" } +"ui.cursor" = { bg = "green", fg = "dark_gray" } +"ui.cursor.primary" = { bg = "orange", fg = "dark_gray" } "ui.cursor.match" = { fg = "orange" } "ui.linenr" = { fg = "dark_gray" } "ui.linenr.selected" = { fg = "orange" }