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

@ -35,6 +35,8 @@ pub fn dracula() -> UserThemeFamily {
text: Some(rgba(0xf8f8f2ff).into()),
status_bar_background: Some(rgba(0x191a21ff).into()),
title_bar_background: Some(rgba(0x21222cff).into()),
toolbar_background: Some(rgba(0x282a36ff).into()),
tab_bar_background: Some(rgba(0x282a36ff).into()),
tab_inactive_background: Some(rgba(0x21222cff).into()),
tab_active_background: Some(rgba(0x282a36ff).into()),
editor_background: Some(rgba(0x282a36ff).into()),