aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onedark.toml
diff options
context:
space:
mode:
authorGokul Soumya2023-01-31 21:29:07 +0000
committerGitHub2023-01-31 21:29:07 +0000
commit0f562dfeabc7b4abd643de0e1846a612a42145b0 (patch)
treed4e7191908103071113a47d7ff91f83e8d03e8f8 /runtime/themes/onedark.toml
parent4dcf1fe66ba30a78edc054780d9b65c2f826530f (diff)
theme(onedark): Add ui.highlight scope (#5755)
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r--runtime/themes/onedark.toml4
1 files changed, 3 insertions, 1 deletions
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" }