Import elevated surface color from hover popover
This commit is contained in:
parent
a2b0f14dc1
commit
02f7e681a7
10 changed files with 44 additions and 40 deletions
|
@ -133,7 +133,11 @@ impl Zed1ThemeConverter {
|
|||
border: convert(active_tab.container.border.color),
|
||||
border_variant: convert(toolbar.container.border.color),
|
||||
background: convert(self.theme.workspace.background),
|
||||
elevated_surface_background: picker.container.background_color.map(zed1_color_to_hsla),
|
||||
elevated_surface_background: editor
|
||||
.hover_popover
|
||||
.container
|
||||
.background_color
|
||||
.map(zed1_color_to_hsla),
|
||||
title_bar_background: title_bar.container.background_color.map(zed1_color_to_hsla),
|
||||
status_bar_background: status_bar
|
||||
.container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue