diff options
author | Ben Lee-Cohen | 2022-06-29 14:13:49 +0000 |
---|---|---|
committer | GitHub | 2022-06-29 14:13:49 +0000 |
commit | 15ac1142cf28196fc1b7749f5eae0c04186305d9 (patch) | |
tree | 80356df1d858fcabd9858cd6bb1ebdf3af5baf1c | |
parent | 6ac6080969dcd344597995c4b98a43406658aa8a (diff) |
Adding a cursorline for the Nord theme (#2916)
-rw-r--r-- | runtime/themes/nord.toml | 1 |
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" } |