UNPKG

rippleui

Version:

Cleanest, modern and beatifull Tailwind CSS library.

1 lines 764 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.lightTheme=void 0;const colors_1=require("../colors"),slate_1=require("../colors/slate"),prefix_1=require("../utils/prefix"),pallete=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},colors_1.blue),colors_1.purple),colors_1.green),colors_1.yellow),colors_1.red),colors_1.cyan),colors_1.pink),colors_1.gray),slate_1.slate),colors=Object.assign(Object.assign(Object.assign(Object.assign({},colors_1.background),colors_1.text),colors_1.baseColors),pallete);exports.lightTheme={themeName:"light",colorScheme:"light",prefersColorScheme:!1,colors:Object.assign({},(0,prefix_1.addPrefix)(Object.assign({},colors)))};