Variable colorschemenightConst
colorschemenight: (
| {
css: {
"background-color"?: undefined;
"border-color": string;
color: string;
"line-color"?: undefined;
"mid-target-arrow-color"?: undefined;
};
selector: string;
}
| {
css: {
"background-color": string;
"border-color"?: undefined;
color?: undefined;
"line-color"?: undefined;
"mid-target-arrow-color"?: undefined;
};
selector: string;
}
| {
css: {
"background-color"?: undefined;
"border-color": string;
color?: undefined;
"line-color"?: undefined;
"mid-target-arrow-color"?: undefined;
};
selector: string;
}
| {
css: {
"background-color"?: undefined;
"border-color"?: undefined;
color: string;
"line-color"?: undefined;
"mid-target-arrow-color"?: undefined;
};
selector: string;
}
| {
css: {
"background-color"?: undefined;
"border-color"?: undefined;
color?: undefined;
"line-color": (edge: any) => "rgb(255,255,190)" | "rgb(252,252,252)";
"mid-target-arrow-color"?: undefined;
};
selector: string;
}
| {
css: {
"background-color"?: undefined;
"border-color"?: undefined;
color: string;
"line-color"?: undefined;
"mid-target-arrow-color": string;
};
selector: string;
}
| {
css: {
"background-color"?: undefined;
"border-color"?: undefined;
color: string;
"line-color": string;
"mid-target-arrow-color": string;
};
selector: string;
}
)[] = ...