diff options
author | S1m | 2022-10-10 15:26:10 +0000 |
---|---|---|
committer | GitHub | 2022-10-10 15:26:10 +0000 |
commit | d27551d814f9741d44eb63fe9ba0f28506afffc5 (patch) | |
tree | 2ff068e7a3de80a04c76581c5081c95b0c9c7b8a /runtime/themes | |
parent | 9b7f349f5c9b2699faead8c7f6feabbd7fd1cba9 (diff) |
Use different cursor color for primary cursor for ayu_mirage (#4140)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/ayu_mirage.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml index f3b49d87..e01866a9 100644 --- a/runtime/themes/ayu_mirage.toml +++ b/runtime/themes/ayu_mirage.toml @@ -34,7 +34,8 @@ # Interface "ui.background"= { bg = "background" } -"ui.cursor" = { bg = "yellow", fg = "dark_gray" } +"ui.cursor" = { bg = "green", fg = "dark_gray" } +"ui.cursor.primary" = { bg = "orange", fg = "dark_gray" } "ui.cursor.match" = { fg = "orange" } "ui.linenr" = { fg = "dark_gray" } "ui.linenr.selected" = { fg = "orange" } |