From bafd91b51ddd02e9503ac2fe381ea4b830b8129b Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Mon, 27 Jun 2022 20:01:44 +0530 Subject: [PATCH] Add cursorline scope for onedark theme --- runtime/themes/onedark.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index a4d05ca8eb3d..aec7ba960f02 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -58,6 +58,7 @@ diagnostic = { modifiers = ["underlined"] } "ui.selection" = { bg = "light-gray" } "ui.selection.primary" = { bg = "gray" } +"ui.cursorline.primary" = { bg = "light-black" } "ui.linenr" = { fg = "linenr" } "ui.linenr.selected" = { fg = "white" }