Start work on allowing variables in themes
This commit is contained in:
parent
5ac0a1985e
commit
92353b6967
9 changed files with 349 additions and 110 deletions
|
@ -887,7 +887,7 @@ impl View for Workspace {
|
|||
.with_children(self.modal.as_ref().map(|m| ChildView::new(m.id()).boxed()))
|
||||
.boxed(),
|
||||
)
|
||||
.with_background_color(settings.theme.editor.background)
|
||||
.with_background_color(settings.theme.ui.background)
|
||||
.named("workspace")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue