This commit is contained in:
Max Brunsfeld 2023-11-03 12:04:28 -07:00
parent 2a672e2126
commit 436dc93441
9 changed files with 221 additions and 210 deletions

View file

@ -1,4 +1,4 @@
use gpui::Hsla;
use gpui::{HighlightStyle, Hsla};
use refineable::Refineable;
use crate::SyntaxTheme;
@ -117,6 +117,8 @@ pub struct ThemeStyles {
pub git: GitStatusColors,
pub player: PlayerColors,
pub syntax: SyntaxTheme,
pub inlay_highlight_style: HighlightStyle,
pub suggestion_highlight_style: HighlightStyle,
}
#[cfg(test)]