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:
parent
6b14f2fd08
commit
f5b3e473fc
10 changed files with 40 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue