@@ -3,10 +3,6 @@ export interface IThemeGenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface IColorSet {
|
export interface IColorSet {
|
||||||
ansi?: {
|
|
||||||
normal?: IAnsiColorSet;
|
|
||||||
bright?: IAnsiColorSet;
|
|
||||||
}
|
|
||||||
syntax?: {
|
syntax?: {
|
||||||
functionCall?: string;
|
functionCall?: string;
|
||||||
identifier?: string;
|
identifier?: string;
|
||||||
@@ -23,14 +19,3 @@ export interface IColorSet {
|
|||||||
foreground?: string;
|
foreground?: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IAnsiColorSet {
|
|
||||||
black?: string;
|
|
||||||
red?: string;
|
|
||||||
green?: string;
|
|
||||||
yellow?: string;
|
|
||||||
blue?: string;
|
|
||||||
magenta?: string;
|
|
||||||
cyan?: string;
|
|
||||||
white?: string;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user