theme_importer: Map drop target colors (#3830)

This PR maps the drop target background color in the `theme_importer`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-02 10:40:24 -05:00 committed by GitHub
parent 6b14f2fd08
commit f5b3e473fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 40 additions and 0 deletions

View file

@ -179,6 +179,7 @@ impl Zed1ThemeConverter {
.container
.background_color
.map(zed1_color_to_hsla),
drop_target_background: convert(self.theme.workspace.drop_target_overlay_color),
toolbar_background: toolbar.container.background_color.map(zed1_color_to_hsla),
editor_foreground: convert(editor.text_color),
editor_background: convert(editor.background),