UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

68 lines 1.72 kB
export declare type Color = string; export declare type Theme = { name: string; anchor: Color; anchorVisited: Color; borderDark: Color; borderDarkest: Color; borderLight: Color; borderLightest: Color; canvas: Color; canvasText: Color; canvasTextDisabled: Color; canvasTextDisabledShadow: Color; canvasTextInvert: Color; checkmark: Color; checkmarkDisabled: Color; desktopBackground: Color; flatDark: Color; flatLight: Color; focusSecondary: Color; headerBackground: Color; headerNotActiveBackground: Color; headerNotActiveText: Color; headerText: Color; hoverBackground: Color; material: Color; materialDark: Color; materialText: Color; materialTextDisabled: Color; materialTextDisabledShadow: Color; materialTextInvert: Color; progress: Color; tooltip: Color; }; export declare type WindowsTheme = { ActiveBorder: Color; ActiveTitle: Color; AppWorkspace: Color; Background: Color; ButtonAlternateFace: Color; ButtonDkShadow: Color; ButtonFace: Color; ButtonHilight: Color; ButtonLight: Color; ButtonShadow: Color; ButtonText: Color; GradientActiveTitle: Color; GradientInactiveTitle: Color; GrayText: Color; Hilight: Color; HilightText: Color; HotTrackingColor: Color; InactiveBorder: Color; InactiveTitle: Color; InactiveTitleText: Color; InfoText: Color; InfoWindow: Color; Menu: Color; MenuBar: Color; MenuHilight: Color; MenuText: Color; Scrollbar: Color; TitleText: Color; Window: Color; WindowFrame: Color; WindowText: Color; }; //# sourceMappingURL=types.d.ts.map