export interface Theme { contentTextColor: string; titleTextColor: string; lightTextColor: string; themeColor: string; themeHoverColor: string; pageBgColor: string; urlBgColor: string; urlGroupBgColor: string; borderColor: string; iconColor: string; tableHeaderBgColor: string; tableHoverBgColor: string; popoverBgColor: string; tagGreenBgColor: string; tagGreenTextColor: string; tagBlueBgColor: string; tagBlueTextColor: string; tagRedBgColor: string; tagRedTextColor: string; tagOrangeBgColor: string; tagOrangeTextColor: string; tagGrayBgColor: string; tagGrayTextColor: string; codeBgColor: string; codeWhiteBgColor: string; codeTableBgColor: string; codeWhiteTableBgColor: string; codeTextColor: string; codeGreenTextColor: string; codeGreenBgColor: string; codeRedTextColor: string; codeRedBgColor: string; codeBlueTextColor: string; codeOrangeTextColor: string; codeGrayTextColor: string; scrollBarDarkTrack: string; scrollBarDarkThumb: string; scrollBarWhiteTrack: string; scrollBarWhiteThumb: string; } export declare enum LANGUAGE_TYPE { en = "en", zh = "zh-cn", ja = "ja", tw = "zh-hant", id = "id" }