From b70b8df91687fd938291d8c81614a2fe31766296 Mon Sep 17 00:00:00 2001 From: Kris Warner Date: Sat, 24 May 2025 10:22:23 -0400 Subject: [PATCH] Add matching cursor to nord theme (#13574) --- runtime/themes/nord.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index b70f67a13..e2872d4f8 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -113,6 +113,7 @@ "ui.cursor" = { fg = "nord4", modifiers = [ "reversed" ] } "ui.cursorcolumn.primary" = { bg = "nord1" } "ui.cursorline.primary" = { bg = "nord1" } +"ui.cursor.match" = { bg = "nord3" } "ui.selection" = { bg = "nord3" } "ui.highlight" = { fg = "nord8", bg = "nord2" }