diff options
author | Gokul Soumya | 2022-06-27 15:36:41 +0000 |
---|---|---|
committer | GitHub | 2022-06-27 15:36:41 +0000 |
commit | 23ce5f1837d34649d1c973d3cd55b7a1a49885b2 (patch) | |
tree | 2ca8d6cd6be27f1f54b04c9bb4c4935e38f25baa /runtime | |
parent | db2aa57074c1eeab45899b270b660d12953915b8 (diff) |
Add cursorline scope for onedark theme (#2892)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/onedark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index a4d05ca8..aec7ba96 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -58,6 +58,7 @@ diagnostic = { modifiers = ["underlined"] } "ui.selection" = { bg = "light-gray" } "ui.selection.primary" = { bg = "gray" } +"ui.cursorline.primary" = { bg = "light-black" } "ui.linenr" = { fg = "linenr" } "ui.linenr.selected" = { fg = "white" } |