export declare const accentForeground: string; export declare const disableForeground: string; export declare const iconSecondaryForeground: string; export declare const errorIconForeground: string; export declare const errorBackground: string; /** * 备注: 为保障对 vscode theme 插件的最大程度兼容 * 这里 [warning/error/info]IconForeground * 皆 fallback 到 vscode token 中 notificationsIcon 相关的默认值 * 即全部 fallback 搭配 editorForeground 色值 */ export declare const warningIconForeground: string; export declare const warningBackground: string; export declare const succesIconForeground: string; export declare const successBackground: string; export declare const infoIconForeground: string; export declare const infoBackground: string; export declare const hintIconForeground: string; export declare const hintBackground: string; //# sourceMappingURL=base.d.ts.map