Unnamed repository; edit this file 'description' to name the repository.
Adding a cursorline for the Nord theme (#2916)
Ben Lee-Cohen 2022-06-29
parent 6ac6080 · commit 15ac114
-rw-r--r--runtime/themes/nord.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index 3b994bb5..f7ef079b 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -1,6 +1,7 @@
# Author : RayGervais<[email protected]>
"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" }