rippleui
Version:
Cleanest, modern and beatifull Tailwind CSS library.
1 lines • 808 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.darkTheme=void 0;const prefix_1=require("../utils/prefix"),colors_1=require("../colors"),slate_1=require("../colors/slate"),pallete=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},colors_1.blueDark),colors_1.greenDark),colors_1.purpleDark),colors_1.yellowDark),colors_1.redDark),colors_1.cyanDark),colors_1.pinkDark),colors_1.grayDark),slate_1.slateDark),colors=Object.assign(Object.assign(Object.assign(Object.assign({},colors_1.backgroundDark),colors_1.textDark),colors_1.baseColorsDark),pallete);exports.darkTheme={themeName:"dark",colorScheme:"dark",prefersColorScheme:!0,colors:Object.assign({},(0,prefix_1.addPrefix)(Object.assign({},colors)))};