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::{ use crate::{
default_color_scales,
one_themes::{one_dark, one_family}, one_themes::{one_dark, one_family},
Appearance, PlayerColors, StatusColors, SyntaxTheme, SystemColors, Theme, ThemeColors, Theme, ThemeFamily,
ThemeFamily, ThemeStyles,
}; };
// fn zed_pro_daylight() -> Theme { // fn zed_pro_daylight() -> Theme {