Add search.match_background colors to bundled themes (#7385)

This PR populates the `search.match_background` colors in the bundled
themes, using the values from the Zed1 themes.

Release Notes:

- Added theme-specific `search.match_background` colors to built-in
themes.
This commit is contained in:
Marshall Bowers 2024-02-05 11:13:38 -05:00 committed by GitHub
parent 223f45c65b
commit 47329f4489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 39 additions and 39 deletions

View file

@ -42,7 +42,7 @@
"tab_bar.background": "#1f2127ff",
"tab.inactive_background": "#1f2127ff",
"tab.active_background": "#0d1016ff",
"search.match_background": null,
"search.match_background": "#5ac2fe66",
"panel.background": "#1f2127ff",
"panel.focused_border": null,
"pane.focused_border": null,
@ -411,7 +411,7 @@
"tab_bar.background": "#ececedff",
"tab.inactive_background": "#ececedff",
"tab.active_background": "#fcfcfcff",
"search.match_background": null,
"search.match_background": "#3b9ee566",
"panel.background": "#ececedff",
"panel.focused_border": null,
"pane.focused_border": null,
@ -780,7 +780,7 @@
"tab_bar.background": "#353944ff",
"tab.inactive_background": "#353944ff",
"tab.active_background": "#242835ff",
"search.match_background": null,
"search.match_background": "#73cffe66",
"panel.background": "#353944ff",
"panel.focused_border": null,
"pane.focused_border": null,