Set background colors for title and status bars
This commit is contained in:
parent
f272881a6b
commit
a88372dc99
12 changed files with 78 additions and 0 deletions
|
@ -34,6 +34,8 @@ pub fn andromeda() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3a404eff).into()),
|
||||
ghost_element_hover: Some(rgba(0x23262eff).into()),
|
||||
text: Some(rgba(0xd5ced9ff).into()),
|
||||
status_bar_background: Some(rgba(0x23262eff).into()),
|
||||
title_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()),
|
||||
|
@ -192,6 +194,8 @@ pub fn andromeda() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3a404eff).into()),
|
||||
ghost_element_hover: Some(rgba(0x23262eff).into()),
|
||||
text: Some(rgba(0xd5ced9ff).into()),
|
||||
status_bar_background: Some(rgba(0x23262eff).into()),
|
||||
title_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