diff options
author | Narazaki Shuji | 2022-03-25 06:57:25 +0000 |
---|---|---|
committer | GitHub | 2022-03-25 06:57:25 +0000 |
commit | 309f2c2c8e64f8be2123a0232c5f9761496b6514 (patch) | |
tree | 773580980310d480eba0f9649bacf8993f4bbfd1 /runtime/themes/spacebones_light.toml | |
parent | 22ba668fad55212388d7aabcbed3af6cbb5c23c9 (diff) |
Revise the color for ui.cursor.match (#1862)
- bogster.toml
- solarized_dark.toml
- solarized_light.toml
- spacebones_light.toml
Diffstat (limited to 'runtime/themes/spacebones_light.toml')
-rw-r--r-- | runtime/themes/spacebones_light.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 5318dc2d..29c7d7f7 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -61,7 +61,7 @@ "ui.text.focus" = { fg = "fg1" } "ui.selection" = { bg = "bg3", modifiers = ["reversed"] } "ui.cursor.primary" = { modifiers = ["reversed"] } -"ui.cursor.match" = { modifiers = ["reversed"] } +"ui.cursor.match" = { bg = "bg3" } "ui.menu" = { fg = "fg1", bg = "bg2" } "ui.menu.selected" = { fg = "#655370", bg = "#d1dcdf", modifiers = ["bold"] } |