Use breadcrumb.background
from VS Code for toolbar background (#3559)
This PR changes the color we use for the toolbar background from the VS Code theme to `breadcrumb.background`. If this value isn't set then we fall back to the `editor.background`. Release Notes: - N/A
This commit is contained in:
parent
1d35a815a6
commit
1c850f495c
9 changed files with 37 additions and 31 deletions
|
@ -594,7 +594,7 @@ 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()),
|
||||
toolbar_background: Some(rgba(0x292d3eff).into()),
|
||||
tab_bar_background: Some(rgba(0x31364aff).into()),
|
||||
tab_inactive_background: Some(rgba(0x31364aff).into()),
|
||||
tab_active_background: Some(rgba(0x25293aff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue