Checkpoint

This commit is contained in:
Nate Butler 2023-11-13 12:09:31 -05:00
parent 521972ed9e
commit 5361a499ae
6 changed files with 49 additions and 24 deletions

View file

@ -13,7 +13,7 @@ fn zed_pro_daylight() -> Theme {
styles: ThemeStyles {
system: SystemColors::default(),
colors: ThemeColors::default_light(),
status: StatusColors::default(),
status: StatusColors::light(),
player: PlayerColors::default_light(),
syntax: Arc::new(SyntaxTheme::default_light()),
},
@ -28,7 +28,7 @@ pub(crate) fn zed_pro_moonlight() -> Theme {
styles: ThemeStyles {
system: SystemColors::default(),
colors: ThemeColors::default_dark(),
status: StatusColors::default(),
status: StatusColors::dark(),
player: PlayerColors::default(),
syntax: Arc::new(SyntaxTheme::default_dark()),
},