Extract theme into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 11:14:30 +02:00
parent 0022c6b828
commit 2087c4731f
16 changed files with 62 additions and 38 deletions

View file

@ -1,6 +1,5 @@
use crate::{
project::{self, Project, ProjectEntry, ProjectPath},
theme,
workspace::Workspace,
Settings,
};