Parse VSCode theme files
This commit is contained in:
parent
058981350c
commit
e48332c81f
11 changed files with 118 additions and 85 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue