Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onedark.toml')
| -rw-r--r-- | runtime/themes/onedark.toml | 2 |
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" } |