UNPKG

docz-theme-default

Version:

The default theme of docz

75 lines (74 loc) 1.82 kB
export declare const light: { primary: string; text: string; link: string; footerText: string; sidebarBg: string; sidebarText: string; sidebarHighlight: null; sidebarBorder: string; background: string; border: string; theadColor: string; theadBg: string; tableColor: string; tooltipBg: string; tooltipColor: string; codeBg: string; codeColor: string; preBg: string; blockquoteBg: string; blockquoteBorder: string; blockquoteColor: string; propsText: string; propsBg: string; white: "#FFFFFF"; grayUltraLight: "#FCFBFA"; grayExtraLight: "#F5F6F7"; grayLight: "#CED4DE"; gray: "#7D899C"; grayDark: "#2D3747"; grayExtraDark: "#1D2330"; dark: "#13161F"; blueLight: "#e9f2fa"; blue: "#0B5FFF"; skyBlue: "#1FB6FF"; negative: "#EB4D4B"; }; export declare const dark: { primary: string; text: string; link: string; footerText: string; sidebarBg: string; sidebarText: string; sidebarHighlight: null; sidebarBorder: string; background: string; border: string; theadColor: string; theadBg: string; tableColor: string; tooltipBg: string; tooltipColor: string; codeBg: string; codeColor: string; preBg: string; blockquoteBg: string; blockquoteBorder: string; blockquoteColor: string; propsText: string; propsBg: string; white: "#FFFFFF"; grayUltraLight: "#FCFBFA"; grayExtraLight: "#F5F6F7"; grayLight: "#CED4DE"; gray: "#7D899C"; grayDark: "#2D3747"; grayExtraDark: "#1D2330"; dark: "#13161F"; blueLight: "#e9f2fa"; blue: "#0B5FFF"; skyBlue: "#1FB6FF"; negative: "#EB4D4B"; };