mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Type name
This commit is contained in:
parent
e990b46b9d
commit
1d42cbcf42
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ export interface Syntax {
|
|||
};
|
||||
|
||||
export default interface Theme {
|
||||
name: string;
|
||||
backgroundColor: {
|
||||
100: BackgroundColor;
|
||||
300: BackgroundColor;
|
||||
|
|
Loading…
Reference in a new issue