Use dropdown.background from VS Code for elevated surface background

This commit is contained in:
Marshall Bowers 2023-12-08 14:13:50 -05:00
parent 1c850f495c
commit 77c8108f9b
10 changed files with 29 additions and 20 deletions

View file

@ -153,7 +153,7 @@ impl VsCodeThemeConverter {
.as_ref()
.traverse(|color| try_parse_color(&color))?,
elevated_surface_background: vscode_colors
.panel_background
.dropdown_background
.as_ref()
.traverse(|color| try_parse_color(&color))?,
surface_background: vscode_colors