First bits of polish

This commit is contained in:
Mikayla Maki 2022-06-27 18:31:42 -07:00
parent 2b1fa07e89
commit 24d671ed3f
4 changed files with 361 additions and 314 deletions

View file

@ -36,6 +36,7 @@ use std::{
thread,
time::Duration,
};
use terminal;
use theme::{ThemeRegistry, DEFAULT_THEME_NAME};
use util::{ResultExt, TryFutureExt};
use workspace::{self, AppState, NewFile, OpenPaths};