@mini-markdown-rc/editor
Version:
23 lines (22 loc) • 591 B
TypeScript
export declare const lightTheme: {
background: string;
color: string;
borderColor: string;
silderHelpTitleColor: string;
silderHelpTextColor: string;
statusColor: string;
toolbarHoverBg: string;
scrollbarThumbBgColor: string;
scrollbarTrackBgColor: string;
};
export declare const darkTheme: {
background: string;
color: string;
borderColor: string;
silderHelpTitleColor: string;
silderHelpTextColor: string;
statusColor: string;
toolbarHoverBg: string;
scrollbarThumbBgColor: string;
scrollbarTrackBgColor: string;
};