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

@ -583,7 +583,7 @@ pub fn palenight() -> UserThemeFamily {
border_selected: Some(rgba(0x2c2f40ff).into()),
border_transparent: Some(rgba(0x2c2f40ff).into()),
border_disabled: Some(rgba(0x2c2f40ff).into()),
elevated_surface_background: Some(rgba(0x25293aff).into()),
elevated_surface_background: Some(rgba(0x292d3eff).into()),
surface_background: Some(rgba(0x25293aff).into()),
background: Some(rgba(0x292d3eff).into()),
element_background: Some(rgba(0x7e57c2cc).into()),