aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBen Lee-Cohen2022-06-29 14:13:49 +0000
committerGitHub2022-06-29 14:13:49 +0000
commit15ac1142cf28196fc1b7749f5eae0c04186305d9 (patch)
tree80356df1d858fcabd9858cd6bb1ebdf3af5baf1c /runtime
parent6ac6080969dcd344597995c4b98a43406658aa8a (diff)
Adding a cursorline for the Nord theme (#2916)
Diffstat (limited to 'runtime')
-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<raygervais@hotmail.ca>
"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" }