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 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()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue