Work on light theme, update tab
This commit is contained in:
parent
c10d8a8110
commit
5bdaf0e074
6 changed files with 125 additions and 110 deletions
|
@ -7,7 +7,7 @@ use refineable::Refineable;
|
|||
|
||||
use crate::{
|
||||
one_themes::one_family, Appearance, PlayerColors, StatusColors, SyntaxTheme, SystemColors,
|
||||
Theme, ThemeColors, ThemeFamily, ThemeStyles, UserTheme, UserThemeFamily,
|
||||
Theme, ThemeColors, ThemeFamily, ThemeStyles, UserTheme, UserThemeFamily, zed_pro_family,
|
||||
};
|
||||
|
||||
pub struct ThemeRegistry {
|
||||
|
@ -117,7 +117,7 @@ impl Default for ThemeRegistry {
|
|||
themes: HashMap::default(),
|
||||
};
|
||||
|
||||
this.insert_theme_families([one_family()]);
|
||||
this.insert_theme_families([zed_pro_family(), one_family()]);
|
||||
|
||||
this
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue