Start work on allowing variables in themes

This commit is contained in:
Max Brunsfeld 2021-07-30 17:22:59 -07:00
parent 5ac0a1985e
commit 92353b6967
9 changed files with 349 additions and 110 deletions

View file

@ -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")
}