From 21652b71b407e423f6eb2bc7ea86ceef9a4d79c4 Mon Sep 17 00:00:00 2001 From: Phil Crockett Date: Tue, 16 Sep 2025 11:25:40 +0200 Subject: [PATCH] fix(sonokai): add primary cursor colors --- runtime/themes/sonokai.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/sonokai.toml b/runtime/themes/sonokai.toml index 2097e91e9866..b97582cd31df 100644 --- a/runtime/themes/sonokai.toml +++ b/runtime/themes/sonokai.toml @@ -53,9 +53,13 @@ "ui.background" = { bg = "bg0" } "ui.cursor" = { modifiers = ['reversed'] } +"ui.cursor.primary" = { modifiers = ['reversed'] } "ui.cursor.match" = { bg = "bg4" } +"ui.cursor.primary.match" = { bg = "bg4" } "ui.cursor.insert" = { fg = "black", bg = "grey" } +"ui.cursor.primary.insert" = { fg = "black", bg = "grey" } "ui.cursor.select" = { fg = "bg0", bg = "blue" } +"ui.cursor.primary.select" = { fg = "bg0", bg = "blue" } "ui.selection" = { bg = "bg5" } "ui.selection.primary" = { bg = "bg4" } "ui.linenr" = "grey"