From 0f562dfeabc7b4abd643de0e1846a612a42145b0 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Wed, 1 Feb 2023 02:59:07 +0530 Subject: [PATCH] theme(onedark): Add ui.highlight scope (#5755) --- runtime/themes/onedark.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 9cab0901..81ca0463 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -59,10 +59,12 @@ "ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] } "ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]} -"ui.selection" = { bg = "light-gray" } +"ui.selection" = { bg = "faint-gray" } "ui.selection.primary" = { bg = "gray" } "ui.cursorline.primary" = { bg = "light-black" } +"ui.highlight" = { bg = "gray" } + "ui.linenr" = { fg = "linenr" } "ui.linenr.selected" = { fg = "white" }