Remove unused imports
This commit is contained in:
parent
701f954448
commit
fea5436ba9
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue