Set tab bar and toolbar backgrounds
This commit is contained in:
parent
a88372dc99
commit
efb4ff816a
9 changed files with 60 additions and 0 deletions
|
@ -36,6 +36,8 @@ pub fn andromeda() -> UserThemeFamily {
|
|||
text: Some(rgba(0xd5ced9ff).into()),
|
||||
status_bar_background: Some(rgba(0x23262eff).into()),
|
||||
title_bar_background: Some(rgba(0x23262eff).into()),
|
||||
toolbar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_bar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x23262eff).into()),
|
||||
tab_active_background: Some(rgba(0x23262eff).into()),
|
||||
editor_background: Some(rgba(0x23262eff).into()),
|
||||
|
@ -196,6 +198,8 @@ pub fn andromeda() -> UserThemeFamily {
|
|||
text: Some(rgba(0xd5ced9ff).into()),
|
||||
status_bar_background: Some(rgba(0x23262eff).into()),
|
||||
title_bar_background: Some(rgba(0x23262eff).into()),
|
||||
toolbar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_bar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x23262eff).into()),
|
||||
tab_active_background: Some(rgba(0x262a33ff).into()),
|
||||
editor_background: Some(rgba(0x262a33ff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue