Parse VSCode theme files

This commit is contained in:
Marshall Bowers 2023-11-02 18:00:55 -04:00
parent 058981350c
commit e48332c81f
11 changed files with 118 additions and 85 deletions

View file

@ -49,8 +49,7 @@ pub struct ThemeFamily {
impl ThemeFamily {}
pub struct ThemeVariant {
#[allow(dead_code)]
pub(crate) id: String,
pub id: String,
pub name: SharedString,
pub appearance: Appearance,
pub styles: ThemeStyles,