Use dropdown.background
from VS Code for elevated surface background
This commit is contained in:
parent
1c850f495c
commit
77c8108f9b
10 changed files with 29 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue