Merge branch 'main' into document-theme

This commit is contained in:
Nate Butler 2023-11-07 13:36:08 -05:00
commit eb5fe3a3b9
38 changed files with 1125 additions and 585 deletions

View file

@ -1,3 +1,5 @@
use std::sync::Arc;
use gpui::Hsla;
use refineable::Refineable;
@ -237,7 +239,7 @@ pub struct ThemeStyles {
pub status: StatusColors,
pub git: GitStatusColors,
pub player: PlayerColors,
pub syntax: SyntaxTheme,
pub syntax: Arc<SyntaxTheme>,
}
#[cfg(test)]