Unnamed repository; edit this file 'description' to name the repository.
OneDark Theme, make primary selection stand out more (#15276)
Jarrlist 4 months ago
parent 045ee0a · commit c10e9c0
-rw-r--r--runtime/themes/onedark.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index e341076f..d5edb4eb 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -66,7 +66,7 @@
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
"ui.selection" = { bg = "faint-gray" }
-"ui.selection.primary" = { bg = "gray" }
+"ui.selection.primary" = { bg = "light-gray" }
"ui.cursorline.primary" = { bg = "light-black" }
"ui.highlight" = { bg = "gray" }