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
|
@ -25,7 +25,7 @@ pub fn ayu() -> UserThemeFamily {
|
|||
border_selected: Some(rgba(0x6b7d8f1f).into()),
|
||||
border_transparent: Some(rgba(0x6b7d8f1f).into()),
|
||||
border_disabled: Some(rgba(0x6b7d8f1f).into()),
|
||||
elevated_surface_background: Some(rgba(0xf8f9faff).into()),
|
||||
elevated_surface_background: Some(rgba(0xfcfcfcff).into()),
|
||||
surface_background: Some(rgba(0xf8f9faff).into()),
|
||||
background: Some(rgba(0xf8f9faff).into()),
|
||||
element_background: Some(rgba(0xffaa33ff).into()),
|
||||
|
@ -324,7 +324,7 @@ pub fn ayu() -> UserThemeFamily {
|
|||
border_selected: Some(rgba(0x171b24ff).into()),
|
||||
border_transparent: Some(rgba(0x171b24ff).into()),
|
||||
border_disabled: Some(rgba(0x171b24ff).into()),
|
||||
elevated_surface_background: Some(rgba(0x1f2430ff).into()),
|
||||
elevated_surface_background: Some(rgba(0x242936ff).into()),
|
||||
surface_background: Some(rgba(0x1f2430ff).into()),
|
||||
background: Some(rgba(0x1f2430ff).into()),
|
||||
element_background: Some(rgba(0xffcc66ff).into()),
|
||||
|
@ -623,7 +623,7 @@ pub fn ayu() -> UserThemeFamily {
|
|||
border_selected: Some(rgba(0x1e232bff).into()),
|
||||
border_transparent: Some(rgba(0x1e232bff).into()),
|
||||
border_disabled: Some(rgba(0x1e232bff).into()),
|
||||
elevated_surface_background: Some(rgba(0x0b0e14ff).into()),
|
||||
elevated_surface_background: Some(rgba(0x0d1017ff).into()),
|
||||
surface_background: Some(rgba(0x0b0e14ff).into()),
|
||||
background: Some(rgba(0x0b0e14ff).into()),
|
||||
element_background: Some(rgba(0xe6b450ff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue