Set tab bar and toolbar backgrounds
This commit is contained in:
parent
a88372dc99
commit
efb4ff816a
9 changed files with 60 additions and 0 deletions
|
@ -35,6 +35,8 @@ pub fn ayu() -> UserThemeFamily {
|
|||
text: Some(rgba(0x8a9199ff).into()),
|
||||
status_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
title_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
toolbar_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_active_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_background: Some(rgba(0xf8f9faff).into()),
|
||||
|
@ -308,6 +310,8 @@ pub fn ayu() -> UserThemeFamily {
|
|||
text: Some(rgba(0x707a8cff).into()),
|
||||
status_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
title_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
toolbar_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_active_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_background: Some(rgba(0x1f2430ff).into()),
|
||||
|
@ -581,6 +585,8 @@ pub fn ayu() -> UserThemeFamily {
|
|||
text: Some(rgba(0x565b66ff).into()),
|
||||
status_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
title_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
toolbar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_active_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_background: Some(rgba(0x0b0e14ff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue