UNPKG

react-native-ruler-view

Version:

⚡ Lightning-fast and customizable Ruler Picker component for React Native

60 lines 2.09 kB
export declare const PRESET_THEMES: { readonly light: { readonly indicatorColor: "#000000"; readonly shortStepColor: "#E0E0E0"; readonly longStepColor: "#808080"; readonly textColor: "#000000"; readonly backgroundColor: "#FFFFFF"; }; readonly dark: { readonly indicatorColor: "#FFFFFF"; readonly shortStepColor: "#404040"; readonly longStepColor: "#808080"; readonly textColor: "#FFFFFF"; readonly backgroundColor: "#000000"; }; readonly neon: { readonly indicatorColor: "#00FF00"; readonly shortStepColor: "#FF00FF"; readonly longStepColor: "#00FFFF"; readonly textColor: "#FFFFFF"; readonly backgroundColor: "#000000"; }; readonly minimal: { readonly indicatorColor: "#333333"; readonly shortStepColor: "#DDDDDD"; readonly longStepColor: "#999999"; readonly textColor: "#333333"; readonly backgroundColor: "#FFFFFF"; }; readonly nature: { readonly indicatorColor: "#2E7D32"; readonly shortStepColor: "#A5D6A7"; readonly longStepColor: "#4CAF50"; readonly textColor: "#2E7D32"; readonly backgroundColor: "#F1F8E9"; }; readonly ocean: { readonly indicatorColor: "#1565C0"; readonly shortStepColor: "#90CAF9"; readonly longStepColor: "#2196F3"; readonly textColor: "#1565C0"; readonly backgroundColor: "#E3F2FD"; }; readonly sunset: { readonly indicatorColor: "#E64A19"; readonly shortStepColor: "#FFCCBC"; readonly longStepColor: "#FF5722"; readonly textColor: "#E64A19"; readonly backgroundColor: "#FBE9E7"; }; readonly monochrome: { readonly indicatorColor: "#000000"; readonly shortStepColor: "#CCCCCC"; readonly longStepColor: "#666666"; readonly textColor: "#000000"; readonly backgroundColor: "#FFFFFF"; }; }; export type ThemeName = keyof typeof PRESET_THEMES; //# sourceMappingURL=theme.d.ts.map