Remove unused imports

This commit is contained in:
Nate Butler 2023-11-13 17:54:22 -05:00
parent 701f954448
commit fea5436ba9

View file

@ -1,10 +1,6 @@
use std::sync::Arc;
use crate::{
default_color_scales,
one_themes::{one_dark, one_family},
Appearance, PlayerColors, StatusColors, SyntaxTheme, SystemColors, Theme, ThemeColors,
ThemeFamily, ThemeStyles,
Theme, ThemeFamily,
};
// fn zed_pro_daylight() -> Theme {