WIP
This commit is contained in:
parent
9f8aaa4cdb
commit
09866ec3e9
11 changed files with 842 additions and 11 deletions
|
@ -177,6 +177,10 @@ impl Workspace {
|
|||
pub fn render(&mut self, cx: &mut ViewContext<Self>) -> impl Element<ViewState = Self> {
|
||||
let theme = theme(cx).clone();
|
||||
|
||||
let color = ThemeColor::new(cx);
|
||||
|
||||
dbg!(color);
|
||||
|
||||
// HACK: This should happen inside of `debug_toggle_user_settings`, but
|
||||
// we don't have `cx.global::<FakeSettings>()` in event handlers at the moment.
|
||||
// Need to talk with Nathan/Antonio about this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue