diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 9cab0901e..81ca04630 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" }