Set tab bar and toolbar backgrounds

This commit is contained in:
Marshall Bowers 2023-12-07 22:32:41 -05:00
parent a88372dc99
commit efb4ff816a
9 changed files with 60 additions and 0 deletions

View file

@ -36,6 +36,8 @@ pub fn palenight() -> UserThemeFamily {
text: Some(rgba(0xffffffff).into()),
status_bar_background: Some(rgba(0x282c3dff).into()),
title_bar_background: Some(rgba(0x292d3eff).into()),
toolbar_background: Some(rgba(0x292d3eff).into()),
tab_bar_background: Some(rgba(0x292d3eff).into()),
tab_inactive_background: Some(rgba(0x31364aff).into()),
tab_active_background: Some(rgba(0x292d3eff).into()),
editor_background: Some(rgba(0x292d3eff).into()),
@ -253,6 +255,8 @@ pub fn palenight() -> UserThemeFamily {
text: Some(rgba(0xffffffff).into()),
status_bar_background: Some(rgba(0x282c3dff).into()),
title_bar_background: Some(rgba(0x292d3eff).into()),
toolbar_background: Some(rgba(0x292d3eff).into()),
tab_bar_background: Some(rgba(0x292d3eff).into()),
tab_inactive_background: Some(rgba(0x31364aff).into()),
tab_active_background: Some(rgba(0x292d3eff).into()),
editor_background: Some(rgba(0x292d3eff).into()),
@ -470,6 +474,8 @@ pub fn palenight() -> UserThemeFamily {
text: Some(rgba(0xffffffff).into()),
status_bar_background: Some(rgba(0x25293aff).into()),
title_bar_background: Some(rgba(0x25293aff).into()),
toolbar_background: Some(rgba(0x25293aff).into()),
tab_bar_background: Some(rgba(0x25293aff).into()),
tab_inactive_background: Some(rgba(0x31364aff).into()),
tab_active_background: Some(rgba(0x25293aff).into()),
editor_background: Some(rgba(0x292d3eff).into()),