From 15ac1142cf28196fc1b7749f5eae0c04186305d9 Mon Sep 17 00:00:00 2001 From: Ben Lee-Cohen Date: Wed, 29 Jun 2022 10:13:49 -0400 Subject: [PATCH] Adding a cursorline for the Nord theme (#2916) --- runtime/themes/nord.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index 3b994bb59e50..f7ef079b0c4d 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -1,6 +1,7 @@ # Author : RayGervais "ui.linenr.selected" = { fg = "nord4" } +"ui.cursorline.primary" = { bg = "nord1" } "ui.text.focus" = { fg = "nord8", modifiers= ["bold"] } "ui.menu" = { fg = "nord6", bg = "#232d38" } "ui.menu.selected" = { fg = "nord8", bg = "nord2" }