@oxyhq/bloom 0.35.8 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.js +148 -0
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js +166 -0
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/index.js +13 -0
- package/lib/commonjs/frosted-icon-button/index.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/index.web.js +13 -0
- package/lib/commonjs/frosted-icon-button/index.web.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/shared.js +112 -0
- package/lib/commonjs/frosted-icon-button/shared.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/types.js +6 -0
- package/lib/commonjs/frosted-icon-button/types.js.map +1 -0
- package/lib/commonjs/index.js +10 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/index.web.js +46 -37
- package/lib/commonjs/index.web.js.map +1 -1
- package/lib/commonjs/theme/build-theme.js +31 -43
- package/lib/commonjs/theme/build-theme.js.map +1 -1
- package/lib/commonjs/theme/color-engine/cam16.js +161 -0
- package/lib/commonjs/theme/color-engine/cam16.js.map +1 -0
- package/lib/commonjs/theme/color-engine/color-role.js +183 -0
- package/lib/commonjs/theme/color-engine/color-role.js.map +1 -0
- package/lib/commonjs/theme/color-engine/color-roles.js +416 -0
- package/lib/commonjs/theme/color-engine/color-roles.js.map +1 -0
- package/lib/commonjs/theme/color-engine/color-utils.js +157 -0
- package/lib/commonjs/theme/color-engine/color-utils.js.map +1 -0
- package/lib/commonjs/theme/color-engine/contrast-curve.js +32 -0
- package/lib/commonjs/theme/color-engine/contrast-curve.js.map +1 -0
- package/lib/commonjs/theme/color-engine/contrast.js +70 -0
- package/lib/commonjs/theme/color-engine/contrast.js.map +1 -0
- package/lib/commonjs/theme/color-engine/dislike-analyzer.js +26 -0
- package/lib/commonjs/theme/color-engine/dislike-analyzer.js.map +1 -0
- package/lib/commonjs/theme/color-engine/dynamic-scheme.js +70 -0
- package/lib/commonjs/theme/color-engine/dynamic-scheme.js.map +1 -0
- package/lib/commonjs/theme/color-engine/hct-solver.js +236 -0
- package/lib/commonjs/theme/color-engine/hct-solver.js.map +1 -0
- package/lib/commonjs/theme/color-engine/hct.js +67 -0
- package/lib/commonjs/theme/color-engine/hct.js.map +1 -0
- package/lib/commonjs/theme/color-engine/index.js +173 -0
- package/lib/commonjs/theme/color-engine/index.js.map +1 -0
- package/lib/commonjs/theme/color-engine/lab-point-provider.js +32 -0
- package/lib/commonjs/theme/color-engine/lab-point-provider.js.map +1 -0
- package/lib/commonjs/theme/color-engine/math-utils.js +77 -0
- package/lib/commonjs/theme/color-engine/math-utils.js.map +1 -0
- package/lib/commonjs/theme/color-engine/quantizer-map.js +24 -0
- package/lib/commonjs/theme/color-engine/quantizer-map.js.map +1 -0
- package/lib/commonjs/theme/color-engine/quantizer-wu.js +266 -0
- package/lib/commonjs/theme/color-engine/quantizer-wu.js.map +1 -0
- package/lib/commonjs/theme/color-engine/scheme-variants.js +102 -0
- package/lib/commonjs/theme/color-engine/scheme-variants.js.map +1 -0
- package/lib/commonjs/theme/color-engine/score.js +80 -0
- package/lib/commonjs/theme/color-engine/score.js.map +1 -0
- package/lib/commonjs/theme/color-engine/seed-from-image.js +73 -0
- package/lib/commonjs/theme/color-engine/seed-from-image.js.map +1 -0
- package/lib/commonjs/theme/color-engine/tonal-palette.js +95 -0
- package/lib/commonjs/theme/color-engine/tonal-palette.js.map +1 -0
- package/lib/commonjs/theme/color-engine/tone-delta-pair.js +26 -0
- package/lib/commonjs/theme/color-engine/tone-delta-pair.js.map +1 -0
- package/lib/commonjs/theme/color-engine/variant.js +26 -0
- package/lib/commonjs/theme/color-engine/variant.js.map +1 -0
- package/lib/commonjs/theme/color-engine/viewing-conditions.js +61 -0
- package/lib/commonjs/theme/color-engine/viewing-conditions.js.map +1 -0
- package/lib/commonjs/theme/color-presets.js +44 -572
- package/lib/commonjs/theme/color-presets.js.map +1 -1
- package/lib/commonjs/theme/preset-vars.js +64 -47
- package/lib/commonjs/theme/preset-vars.js.map +1 -1
- package/lib/module/frosted-icon-button/FrostedIconButton.js +143 -0
- package/lib/module/frosted-icon-button/FrostedIconButton.js.map +1 -0
- package/lib/module/frosted-icon-button/FrostedIconButton.web.js +161 -0
- package/lib/module/frosted-icon-button/FrostedIconButton.web.js.map +1 -0
- package/lib/module/frosted-icon-button/index.js +4 -0
- package/lib/module/frosted-icon-button/index.js.map +1 -0
- package/lib/module/frosted-icon-button/index.web.js +11 -0
- package/lib/module/frosted-icon-button/index.web.js.map +1 -0
- package/lib/module/frosted-icon-button/shared.js +107 -0
- package/lib/module/frosted-icon-button/shared.js.map +1 -0
- package/lib/module/frosted-icon-button/types.js +4 -0
- package/lib/module/frosted-icon-button/types.js.map +1 -0
- package/lib/module/index.js +1 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/index.web.js +1 -0
- package/lib/module/index.web.js.map +1 -1
- package/lib/module/theme/build-theme.js +32 -44
- package/lib/module/theme/build-theme.js.map +1 -1
- package/lib/module/theme/color-engine/cam16.js +155 -0
- package/lib/module/theme/color-engine/cam16.js.map +1 -0
- package/lib/module/theme/color-engine/color-role.js +177 -0
- package/lib/module/theme/color-engine/color-role.js.map +1 -0
- package/lib/module/theme/color-engine/color-roles.js +411 -0
- package/lib/module/theme/color-engine/color-roles.js.map +1 -0
- package/lib/module/theme/color-engine/color-utils.js +135 -0
- package/lib/module/theme/color-engine/color-utils.js.map +1 -0
- package/lib/module/theme/color-engine/contrast-curve.js +26 -0
- package/lib/module/theme/color-engine/contrast-curve.js.map +1 -0
- package/lib/module/theme/color-engine/contrast.js +61 -0
- package/lib/module/theme/color-engine/contrast.js.map +1 -0
- package/lib/module/theme/color-engine/dislike-analyzer.js +20 -0
- package/lib/module/theme/color-engine/dislike-analyzer.js.map +1 -0
- package/lib/module/theme/color-engine/dynamic-scheme.js +65 -0
- package/lib/module/theme/color-engine/dynamic-scheme.js.map +1 -0
- package/lib/module/theme/color-engine/hct-solver.js +231 -0
- package/lib/module/theme/color-engine/hct-solver.js.map +1 -0
- package/lib/module/theme/color-engine/hct.js +61 -0
- package/lib/module/theme/color-engine/hct.js.map +1 -0
- package/lib/module/theme/color-engine/index.js +57 -0
- package/lib/module/theme/color-engine/index.js.map +1 -0
- package/lib/module/theme/color-engine/lab-point-provider.js +25 -0
- package/lib/module/theme/color-engine/lab-point-provider.js.map +1 -0
- package/lib/module/theme/color-engine/math-utils.js +65 -0
- package/lib/module/theme/color-engine/math-utils.js.map +1 -0
- package/lib/module/theme/color-engine/quantizer-map.js +20 -0
- package/lib/module/theme/color-engine/quantizer-map.js.map +1 -0
- package/lib/module/theme/color-engine/quantizer-wu.js +261 -0
- package/lib/module/theme/color-engine/quantizer-wu.js.map +1 -0
- package/lib/module/theme/color-engine/scheme-variants.js +93 -0
- package/lib/module/theme/color-engine/scheme-variants.js.map +1 -0
- package/lib/module/theme/color-engine/score.js +75 -0
- package/lib/module/theme/color-engine/score.js.map +1 -0
- package/lib/module/theme/color-engine/seed-from-image.js +67 -0
- package/lib/module/theme/color-engine/seed-from-image.js.map +1 -0
- package/lib/module/theme/color-engine/tonal-palette.js +89 -0
- package/lib/module/theme/color-engine/tonal-palette.js.map +1 -0
- package/lib/module/theme/color-engine/tone-delta-pair.js +21 -0
- package/lib/module/theme/color-engine/tone-delta-pair.js.map +1 -0
- package/lib/module/theme/color-engine/variant.js +22 -0
- package/lib/module/theme/color-engine/variant.js.map +1 -0
- package/lib/module/theme/color-engine/viewing-conditions.js +55 -0
- package/lib/module/theme/color-engine/viewing-conditions.js.map +1 -0
- package/lib/module/theme/color-presets.js +44 -572
- package/lib/module/theme/color-presets.js.map +1 -1
- package/lib/module/theme/preset-vars.js +64 -46
- package/lib/module/theme/preset-vars.js.map +1 -1
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.d.ts +5 -0
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.web.d.ts +5 -0
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/index.d.ts +3 -0
- package/lib/typescript/commonjs/frosted-icon-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/frosted-icon-button/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/shared.d.ts +60 -0
- package/lib/typescript/commonjs/frosted-icon-button/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/types.d.ts +69 -0
- package/lib/typescript/commonjs/frosted-icon-button/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +2 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.web.d.ts +2 -0
- package/lib/typescript/commonjs/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-engine/cam16.d.ts +26 -0
- package/lib/typescript/commonjs/theme/color-engine/cam16.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/color-role.d.ts +36 -0
- package/lib/typescript/commonjs/theme/color-engine/color-role.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/color-roles.d.ts +58 -0
- package/lib/typescript/commonjs/theme/color-engine/color-roles.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts +32 -0
- package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/contrast-curve.d.ts +9 -0
- package/lib/typescript/commonjs/theme/color-engine/contrast-curve.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/contrast.d.ts +12 -0
- package/lib/typescript/commonjs/theme/color-engine/contrast.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/dislike-analyzer.d.ts +11 -0
- package/lib/typescript/commonjs/theme/color-engine/dislike-analyzer.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/dynamic-scheme.d.ts +47 -0
- package/lib/typescript/commonjs/theme/color-engine/dynamic-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/hct-solver.d.ts +6 -0
- package/lib/typescript/commonjs/theme/color-engine/hct-solver.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/hct.d.ts +20 -0
- package/lib/typescript/commonjs/theme/color-engine/hct.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/index.d.ts +44 -0
- package/lib/typescript/commonjs/theme/color-engine/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/lab-point-provider.d.ts +6 -0
- package/lib/typescript/commonjs/theme/color-engine/lab-point-provider.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/math-utils.d.ts +46 -0
- package/lib/typescript/commonjs/theme/color-engine/math-utils.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/quantizer-map.d.ts +3 -0
- package/lib/typescript/commonjs/theme/color-engine/quantizer-map.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/quantizer-wu.d.ts +3 -0
- package/lib/typescript/commonjs/theme/color-engine/quantizer-wu.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/scheme-variants.d.ts +23 -0
- package/lib/typescript/commonjs/theme/color-engine/scheme-variants.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/score.d.ts +8 -0
- package/lib/typescript/commonjs/theme/color-engine/score.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/seed-from-image.d.ts +13 -0
- package/lib/typescript/commonjs/theme/color-engine/seed-from-image.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/tonal-palette.d.ts +24 -0
- package/lib/typescript/commonjs/theme/color-engine/tonal-palette.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/tone-delta-pair.d.ts +19 -0
- package/lib/typescript/commonjs/theme/color-engine/tone-delta-pair.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/variant.d.ts +19 -0
- package/lib/typescript/commonjs/theme/color-engine/variant.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/viewing-conditions.d.ts +18 -0
- package/lib/typescript/commonjs/theme/color-engine/viewing-conditions.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-presets.d.ts +25 -20
- package/lib/typescript/commonjs/theme/color-presets.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/preset-vars.d.ts +16 -12
- package/lib/typescript/commonjs/theme/preset-vars.d.ts.map +1 -1
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.d.ts +5 -0
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.web.d.ts +5 -0
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/index.d.ts +3 -0
- package/lib/typescript/module/frosted-icon-button/index.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/index.web.d.ts +3 -0
- package/lib/typescript/module/frosted-icon-button/index.web.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/shared.d.ts +60 -0
- package/lib/typescript/module/frosted-icon-button/shared.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/types.d.ts +69 -0
- package/lib/typescript/module/frosted-icon-button/types.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +2 -0
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/index.web.d.ts +2 -0
- package/lib/typescript/module/index.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-engine/cam16.d.ts +26 -0
- package/lib/typescript/module/theme/color-engine/cam16.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/color-role.d.ts +36 -0
- package/lib/typescript/module/theme/color-engine/color-role.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/color-roles.d.ts +58 -0
- package/lib/typescript/module/theme/color-engine/color-roles.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/color-utils.d.ts +32 -0
- package/lib/typescript/module/theme/color-engine/color-utils.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/contrast-curve.d.ts +9 -0
- package/lib/typescript/module/theme/color-engine/contrast-curve.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/contrast.d.ts +12 -0
- package/lib/typescript/module/theme/color-engine/contrast.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/dislike-analyzer.d.ts +11 -0
- package/lib/typescript/module/theme/color-engine/dislike-analyzer.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/dynamic-scheme.d.ts +47 -0
- package/lib/typescript/module/theme/color-engine/dynamic-scheme.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/hct-solver.d.ts +6 -0
- package/lib/typescript/module/theme/color-engine/hct-solver.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/hct.d.ts +20 -0
- package/lib/typescript/module/theme/color-engine/hct.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/index.d.ts +44 -0
- package/lib/typescript/module/theme/color-engine/index.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/lab-point-provider.d.ts +6 -0
- package/lib/typescript/module/theme/color-engine/lab-point-provider.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/math-utils.d.ts +46 -0
- package/lib/typescript/module/theme/color-engine/math-utils.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/quantizer-map.d.ts +3 -0
- package/lib/typescript/module/theme/color-engine/quantizer-map.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/quantizer-wu.d.ts +3 -0
- package/lib/typescript/module/theme/color-engine/quantizer-wu.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/scheme-variants.d.ts +23 -0
- package/lib/typescript/module/theme/color-engine/scheme-variants.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/score.d.ts +8 -0
- package/lib/typescript/module/theme/color-engine/score.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/seed-from-image.d.ts +13 -0
- package/lib/typescript/module/theme/color-engine/seed-from-image.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/tonal-palette.d.ts +24 -0
- package/lib/typescript/module/theme/color-engine/tonal-palette.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/tone-delta-pair.d.ts +19 -0
- package/lib/typescript/module/theme/color-engine/tone-delta-pair.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/variant.d.ts +19 -0
- package/lib/typescript/module/theme/color-engine/variant.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/viewing-conditions.d.ts +18 -0
- package/lib/typescript/module/theme/color-engine/viewing-conditions.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-presets.d.ts +25 -20
- package/lib/typescript/module/theme/color-presets.d.ts.map +1 -1
- package/lib/typescript/module/theme/preset-vars.d.ts +16 -12
- package/lib/typescript/module/theme/preset-vars.d.ts.map +1 -1
- package/package.json +17 -1
- package/src/__tests__/BloomThemeProvider.test.tsx +9 -4
- package/src/__tests__/FrostedIconButton.test.tsx +137 -0
- package/src/__tests__/FrostedIconButton.web.test.tsx +246 -0
- package/src/__tests__/native-root-vars.test.ts +8 -4
- package/src/__tests__/preset-vars.test.ts +66 -37
- package/src/__tests__/theme.test.ts +20 -12
- package/src/frosted-icon-button/FrostedIconButton.stories.tsx +65 -0
- package/src/frosted-icon-button/FrostedIconButton.tsx +156 -0
- package/src/frosted-icon-button/FrostedIconButton.web.tsx +207 -0
- package/src/frosted-icon-button/index.ts +2 -0
- package/src/frosted-icon-button/index.web.ts +9 -0
- package/src/frosted-icon-button/shared.ts +118 -0
- package/src/frosted-icon-button/types.ts +81 -0
- package/src/index.ts +2 -0
- package/src/index.web.ts +2 -0
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +509 -509
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +613 -613
- package/src/theme/__tests__/color-engine-golden.test.ts +81 -0
- package/src/theme/__tests__/fixtures/color-engine-golden.json +1 -0
- package/src/theme/__tests__/golden-tokens.test.ts +6 -7
- package/src/theme/__tests__/runtime-contract.test.ts +8 -8
- package/src/theme/__tests__/theme-colors-parity.test.ts +44 -88
- package/src/theme/build-theme.ts +32 -44
- package/src/theme/color-engine/cam16.ts +179 -0
- package/src/theme/color-engine/color-role.ts +217 -0
- package/src/theme/color-engine/color-roles.ts +435 -0
- package/src/theme/color-engine/color-utils.ts +157 -0
- package/src/theme/color-engine/contrast-curve.ts +25 -0
- package/src/theme/color-engine/contrast.ts +59 -0
- package/src/theme/color-engine/dislike-analyzer.ts +19 -0
- package/src/theme/color-engine/dynamic-scheme.ts +90 -0
- package/src/theme/color-engine/hct-solver.ts +263 -0
- package/src/theme/color-engine/hct.ts +69 -0
- package/src/theme/color-engine/index.ts +73 -0
- package/src/theme/color-engine/lab-point-provider.ts +26 -0
- package/src/theme/color-engine/math-utils.ts +69 -0
- package/src/theme/color-engine/quantizer-map.ts +17 -0
- package/src/theme/color-engine/quantizer-wu.ts +320 -0
- package/src/theme/color-engine/scheme-variants.ts +113 -0
- package/src/theme/color-engine/score.ts +82 -0
- package/src/theme/color-engine/seed-from-image.ts +64 -0
- package/src/theme/color-engine/tonal-palette.ts +94 -0
- package/src/theme/color-engine/tone-delta-pair.ts +21 -0
- package/src/theme/color-engine/variant.ts +18 -0
- package/src/theme/color-engine/viewing-conditions.ts +77 -0
- package/src/theme/color-presets.ts +54 -631
- package/src/theme/preset-vars.ts +65 -49
|
@@ -1,574 +1,574 @@
|
|
|
1
1
|
{
|
|
2
2
|
"teal/light": {
|
|
3
|
-
"--background": "rgb(
|
|
4
|
-
"--foreground": "rgb(
|
|
5
|
-
"--primary": "rgb(0
|
|
3
|
+
"--background": "rgb(238 252 255)",
|
|
4
|
+
"--foreground": "rgb(17 29 32)",
|
|
5
|
+
"--primary": "rgb(0 104 117)",
|
|
6
6
|
"--primary-foreground": "rgb(255 255 255)",
|
|
7
|
-
"--secondary": "rgb(
|
|
8
|
-
"--secondary-foreground": "rgb(
|
|
9
|
-
"--muted": "rgb(
|
|
10
|
-
"--muted-foreground": "rgb(
|
|
11
|
-
"--accent": "rgb(
|
|
12
|
-
"--accent-foreground": "rgb(
|
|
13
|
-
"--destructive": "rgb(
|
|
14
|
-
"--border": "rgb(
|
|
15
|
-
"--input": "rgb(
|
|
16
|
-
"--ring": "rgb(0
|
|
17
|
-
"--popover": "rgb(
|
|
18
|
-
"--popover-foreground": "rgb(
|
|
19
|
-
"--surface": "rgb(
|
|
20
|
-
"--surface-foreground": "rgb(
|
|
21
|
-
"--card": "rgb(
|
|
22
|
-
"--card-foreground": "rgb(
|
|
7
|
+
"--secondary": "rgb(62 99 116)",
|
|
8
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
9
|
+
"--muted": "rgb(221 235 237)",
|
|
10
|
+
"--muted-foreground": "rgb(57 73 77)",
|
|
11
|
+
"--accent": "rgb(194 232 252)",
|
|
12
|
+
"--accent-foreground": "rgb(37 75 91)",
|
|
13
|
+
"--destructive": "rgb(186 26 26)",
|
|
14
|
+
"--border": "rgb(184 202 205)",
|
|
15
|
+
"--input": "rgb(184 202 205)",
|
|
16
|
+
"--ring": "rgb(0 104 117)",
|
|
17
|
+
"--popover": "rgb(227 240 243)",
|
|
18
|
+
"--popover-foreground": "rgb(17 29 32)",
|
|
19
|
+
"--surface": "rgb(233 246 249)",
|
|
20
|
+
"--surface-foreground": "rgb(17 29 32)",
|
|
21
|
+
"--card": "rgb(255 255 255)",
|
|
22
|
+
"--card-foreground": "rgb(17 29 32)"
|
|
23
23
|
},
|
|
24
24
|
"teal/dark": {
|
|
25
|
-
"--background": "rgb(
|
|
26
|
-
"--foreground": "rgb(
|
|
27
|
-
"--primary": "rgb(0
|
|
28
|
-
"--primary-foreground": "rgb(
|
|
29
|
-
"--secondary": "rgb(
|
|
30
|
-
"--secondary-foreground": "rgb(
|
|
31
|
-
"--muted": "rgb(
|
|
32
|
-
"--muted-foreground": "rgb(
|
|
33
|
-
"--accent": "rgb(
|
|
34
|
-
"--accent-foreground": "rgb(
|
|
35
|
-
"--destructive": "rgb(
|
|
36
|
-
"--border": "rgb(
|
|
37
|
-
"--input": "rgb(
|
|
38
|
-
"--ring": "rgb(0
|
|
39
|
-
"--popover": "rgb(
|
|
40
|
-
"--popover-foreground": "rgb(
|
|
41
|
-
"--surface": "rgb(
|
|
42
|
-
"--surface-foreground": "rgb(
|
|
43
|
-
"--card": "rgb(
|
|
44
|
-
"--card-foreground": "rgb(
|
|
25
|
+
"--background": "rgb(9 21 23)",
|
|
26
|
+
"--foreground": "rgb(215 229 232)",
|
|
27
|
+
"--primary": "rgb(0 218 242)",
|
|
28
|
+
"--primary-foreground": "rgb(0 54 61)",
|
|
29
|
+
"--secondary": "rgb(166 204 224)",
|
|
30
|
+
"--secondary-foreground": "rgb(9 53 68)",
|
|
31
|
+
"--muted": "rgb(32 44 46)",
|
|
32
|
+
"--muted-foreground": "rgb(184 202 205)",
|
|
33
|
+
"--accent": "rgb(37 75 91)",
|
|
34
|
+
"--accent-foreground": "rgb(194 232 252)",
|
|
35
|
+
"--destructive": "rgb(255 180 171)",
|
|
36
|
+
"--border": "rgb(57 73 77)",
|
|
37
|
+
"--input": "rgb(57 73 77)",
|
|
38
|
+
"--ring": "rgb(0 218 242)",
|
|
39
|
+
"--popover": "rgb(21 34 36)",
|
|
40
|
+
"--popover-foreground": "rgb(215 229 232)",
|
|
41
|
+
"--surface": "rgb(17 29 32)",
|
|
42
|
+
"--surface-foreground": "rgb(215 229 232)",
|
|
43
|
+
"--card": "rgb(5 16 18)",
|
|
44
|
+
"--card-foreground": "rgb(215 229 232)"
|
|
45
45
|
},
|
|
46
46
|
"blue/light": {
|
|
47
|
-
"--background": "rgb(
|
|
48
|
-
"--foreground": "rgb(
|
|
49
|
-
"--primary": "rgb(
|
|
47
|
+
"--background": "rgb(247 249 255)",
|
|
48
|
+
"--foreground": "rgb(21 28 36)",
|
|
49
|
+
"--primary": "rgb(0 98 157)",
|
|
50
50
|
"--primary-foreground": "rgb(255 255 255)",
|
|
51
|
-
"--secondary": "rgb(
|
|
52
|
-
"--secondary-foreground": "rgb(
|
|
53
|
-
"--muted": "rgb(
|
|
54
|
-
"--muted-foreground": "rgb(
|
|
55
|
-
"--accent": "rgb(
|
|
56
|
-
"--accent-foreground": "rgb(
|
|
57
|
-
"--destructive": "rgb(
|
|
58
|
-
"--border": "rgb(
|
|
59
|
-
"--input": "rgb(
|
|
60
|
-
"--ring": "rgb(
|
|
61
|
-
"--popover": "rgb(
|
|
62
|
-
"--popover-foreground": "rgb(
|
|
63
|
-
"--surface": "rgb(
|
|
64
|
-
"--surface-foreground": "rgb(
|
|
65
|
-
"--card": "rgb(
|
|
66
|
-
"--card-foreground": "rgb(
|
|
51
|
+
"--secondary": "rgb(81 94 125)",
|
|
52
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
53
|
+
"--muted": "rgb(226 233 244)",
|
|
54
|
+
"--muted-foreground": "rgb(62 72 82)",
|
|
55
|
+
"--accent": "rgb(217 226 255)",
|
|
56
|
+
"--accent-foreground": "rgb(58 70 100)",
|
|
57
|
+
"--destructive": "rgb(186 26 26)",
|
|
58
|
+
"--border": "rgb(190 199 212)",
|
|
59
|
+
"--input": "rgb(190 199 212)",
|
|
60
|
+
"--ring": "rgb(0 98 157)",
|
|
61
|
+
"--popover": "rgb(232 238 249)",
|
|
62
|
+
"--popover-foreground": "rgb(21 28 36)",
|
|
63
|
+
"--surface": "rgb(237 244 255)",
|
|
64
|
+
"--surface-foreground": "rgb(21 28 36)",
|
|
65
|
+
"--card": "rgb(255 255 255)",
|
|
66
|
+
"--card-foreground": "rgb(21 28 36)"
|
|
67
67
|
},
|
|
68
68
|
"blue/dark": {
|
|
69
|
-
"--background": "rgb(
|
|
70
|
-
"--foreground": "rgb(
|
|
71
|
-
"--primary": "rgb(
|
|
72
|
-
"--primary-foreground": "rgb(
|
|
73
|
-
"--secondary": "rgb(
|
|
74
|
-
"--secondary-foreground": "rgb(
|
|
75
|
-
"--muted": "rgb(
|
|
76
|
-
"--muted-foreground": "rgb(
|
|
77
|
-
"--accent": "rgb(
|
|
78
|
-
"--accent-foreground": "rgb(
|
|
79
|
-
"--destructive": "rgb(
|
|
80
|
-
"--border": "rgb(
|
|
81
|
-
"--input": "rgb(
|
|
82
|
-
"--ring": "rgb(
|
|
83
|
-
"--popover": "rgb(
|
|
84
|
-
"--popover-foreground": "rgb(
|
|
85
|
-
"--surface": "rgb(
|
|
86
|
-
"--surface-foreground": "rgb(
|
|
87
|
-
"--card": "rgb(
|
|
88
|
-
"--card-foreground": "rgb(
|
|
69
|
+
"--background": "rgb(13 20 27)",
|
|
70
|
+
"--foreground": "rgb(220 227 238)",
|
|
71
|
+
"--primary": "rgb(153 203 255)",
|
|
72
|
+
"--primary-foreground": "rgb(0 51 84)",
|
|
73
|
+
"--secondary": "rgb(185 198 234)",
|
|
74
|
+
"--secondary-foreground": "rgb(35 48 77)",
|
|
75
|
+
"--muted": "rgb(36 43 51)",
|
|
76
|
+
"--muted-foreground": "rgb(190 199 212)",
|
|
77
|
+
"--accent": "rgb(58 70 100)",
|
|
78
|
+
"--accent-foreground": "rgb(217 226 255)",
|
|
79
|
+
"--destructive": "rgb(255 180 171)",
|
|
80
|
+
"--border": "rgb(62 72 82)",
|
|
81
|
+
"--input": "rgb(62 72 82)",
|
|
82
|
+
"--ring": "rgb(153 203 255)",
|
|
83
|
+
"--popover": "rgb(25 32 40)",
|
|
84
|
+
"--popover-foreground": "rgb(220 227 238)",
|
|
85
|
+
"--surface": "rgb(21 28 36)",
|
|
86
|
+
"--surface-foreground": "rgb(220 227 238)",
|
|
87
|
+
"--card": "rgb(8 15 22)",
|
|
88
|
+
"--card-foreground": "rgb(220 227 238)"
|
|
89
89
|
},
|
|
90
90
|
"green/light": {
|
|
91
|
-
"--background": "rgb(
|
|
92
|
-
"--foreground": "rgb(
|
|
93
|
-
"--primary": "rgb(
|
|
91
|
+
"--background": "rgb(240 253 242)",
|
|
92
|
+
"--foreground": "rgb(19 30 24)",
|
|
93
|
+
"--primary": "rgb(0 108 73)",
|
|
94
94
|
"--primary-foreground": "rgb(255 255 255)",
|
|
95
|
-
"--secondary": "rgb(
|
|
96
|
-
"--secondary-foreground": "rgb(
|
|
97
|
-
"--muted": "rgb(
|
|
98
|
-
"--muted-foreground": "rgb(
|
|
99
|
-
"--accent": "rgb(
|
|
100
|
-
"--accent-foreground": "rgb(
|
|
101
|
-
"--destructive": "rgb(
|
|
102
|
-
"--border": "rgb(
|
|
103
|
-
"--input": "rgb(
|
|
104
|
-
"--ring": "rgb(
|
|
105
|
-
"--popover": "rgb(
|
|
106
|
-
"--popover-foreground": "rgb(
|
|
107
|
-
"--surface": "rgb(
|
|
108
|
-
"--surface-foreground": "rgb(
|
|
109
|
-
"--card": "rgb(
|
|
110
|
-
"--card-foreground": "rgb(
|
|
95
|
+
"--secondary": "rgb(59 102 92)",
|
|
96
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
97
|
+
"--muted": "rgb(222 235 225)",
|
|
98
|
+
"--muted-foreground": "rgb(59 74 65)",
|
|
99
|
+
"--accent": "rgb(189 236 223)",
|
|
100
|
+
"--accent-foreground": "rgb(34 78 69)",
|
|
101
|
+
"--destructive": "rgb(186 26 26)",
|
|
102
|
+
"--border": "rgb(186 203 191)",
|
|
103
|
+
"--input": "rgb(186 203 191)",
|
|
104
|
+
"--ring": "rgb(0 108 73)",
|
|
105
|
+
"--popover": "rgb(228 241 231)",
|
|
106
|
+
"--popover-foreground": "rgb(19 30 24)",
|
|
107
|
+
"--surface": "rgb(234 247 237)",
|
|
108
|
+
"--surface-foreground": "rgb(19 30 24)",
|
|
109
|
+
"--card": "rgb(255 255 255)",
|
|
110
|
+
"--card-foreground": "rgb(19 30 24)"
|
|
111
111
|
},
|
|
112
112
|
"green/dark": {
|
|
113
|
-
"--background": "rgb(
|
|
114
|
-
"--foreground": "rgb(
|
|
115
|
-
"--primary": "rgb(
|
|
116
|
-
"--primary-foreground": "rgb(
|
|
117
|
-
"--secondary": "rgb(
|
|
118
|
-
"--secondary-foreground": "rgb(
|
|
119
|
-
"--muted": "rgb(
|
|
120
|
-
"--muted-foreground": "rgb(
|
|
121
|
-
"--accent": "rgb(
|
|
122
|
-
"--accent-foreground": "rgb(
|
|
123
|
-
"--destructive": "rgb(
|
|
124
|
-
"--border": "rgb(
|
|
125
|
-
"--input": "rgb(
|
|
126
|
-
"--ring": "rgb(
|
|
127
|
-
"--popover": "rgb(
|
|
128
|
-
"--popover-foreground": "rgb(
|
|
129
|
-
"--surface": "rgb(
|
|
130
|
-
"--surface-foreground": "rgb(
|
|
131
|
-
"--card": "rgb(
|
|
132
|
-
"--card-foreground": "rgb(
|
|
113
|
+
"--background": "rgb(11 22 16)",
|
|
114
|
+
"--foreground": "rgb(217 230 220)",
|
|
115
|
+
"--primary": "rgb(0 226 157)",
|
|
116
|
+
"--primary-foreground": "rgb(0 56 36)",
|
|
117
|
+
"--secondary": "rgb(162 208 195)",
|
|
118
|
+
"--secondary-foreground": "rgb(5 55 46)",
|
|
119
|
+
"--muted": "rgb(33 44 38)",
|
|
120
|
+
"--muted-foreground": "rgb(186 203 191)",
|
|
121
|
+
"--accent": "rgb(34 78 69)",
|
|
122
|
+
"--accent-foreground": "rgb(189 236 223)",
|
|
123
|
+
"--destructive": "rgb(255 180 171)",
|
|
124
|
+
"--border": "rgb(59 74 65)",
|
|
125
|
+
"--input": "rgb(59 74 65)",
|
|
126
|
+
"--ring": "rgb(0 226 157)",
|
|
127
|
+
"--popover": "rgb(23 34 28)",
|
|
128
|
+
"--popover-foreground": "rgb(217 230 220)",
|
|
129
|
+
"--surface": "rgb(19 30 24)",
|
|
130
|
+
"--surface-foreground": "rgb(217 230 220)",
|
|
131
|
+
"--card": "rgb(6 16 11)",
|
|
132
|
+
"--card-foreground": "rgb(217 230 220)"
|
|
133
133
|
},
|
|
134
134
|
"amber/light": {
|
|
135
|
-
"--background": "rgb(
|
|
136
|
-
"--foreground": "rgb(
|
|
137
|
-
"--primary": "rgb(
|
|
138
|
-
"--primary-foreground": "rgb(
|
|
139
|
-
"--secondary": "rgb(
|
|
140
|
-
"--secondary-foreground": "rgb(
|
|
141
|
-
"--muted": "rgb(
|
|
142
|
-
"--muted-foreground": "rgb(
|
|
143
|
-
"--accent": "rgb(
|
|
144
|
-
"--accent-foreground": "rgb(
|
|
145
|
-
"--destructive": "rgb(
|
|
146
|
-
"--border": "rgb(
|
|
147
|
-
"--input": "rgb(
|
|
148
|
-
"--ring": "rgb(
|
|
149
|
-
"--popover": "rgb(
|
|
150
|
-
"--popover-foreground": "rgb(
|
|
151
|
-
"--surface": "rgb(
|
|
152
|
-
"--surface-foreground": "rgb(
|
|
153
|
-
"--card": "rgb(
|
|
154
|
-
"--card-foreground": "rgb(
|
|
135
|
+
"--background": "rgb(255 248 244)",
|
|
136
|
+
"--foreground": "rgb(36 26 14)",
|
|
137
|
+
"--primary": "rgb(133 83 0)",
|
|
138
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
139
|
+
"--secondary": "rgb(115 90 46)",
|
|
140
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
141
|
+
"--muted": "rgb(249 229 209)",
|
|
142
|
+
"--muted-foreground": "rgb(84 68 50)",
|
|
143
|
+
"--accent": "rgb(255 222 170)",
|
|
144
|
+
"--accent-foreground": "rgb(90 67 25)",
|
|
145
|
+
"--destructive": "rgb(186 26 26)",
|
|
146
|
+
"--border": "rgb(217 195 171)",
|
|
147
|
+
"--input": "rgb(217 195 171)",
|
|
148
|
+
"--ring": "rgb(133 83 0)",
|
|
149
|
+
"--popover": "rgb(255 234 215)",
|
|
150
|
+
"--popover-foreground": "rgb(36 26 14)",
|
|
151
|
+
"--surface": "rgb(255 241 229)",
|
|
152
|
+
"--surface-foreground": "rgb(36 26 14)",
|
|
153
|
+
"--card": "rgb(255 255 255)",
|
|
154
|
+
"--card-foreground": "rgb(36 26 14)"
|
|
155
155
|
},
|
|
156
156
|
"amber/dark": {
|
|
157
|
-
"--background": "rgb(
|
|
158
|
-
"--foreground": "rgb(
|
|
159
|
-
"--primary": "rgb(
|
|
160
|
-
"--primary-foreground": "rgb(
|
|
161
|
-
"--secondary": "rgb(
|
|
162
|
-
"--secondary-foreground": "rgb(
|
|
163
|
-
"--muted": "rgb(
|
|
164
|
-
"--muted-foreground": "rgb(
|
|
165
|
-
"--accent": "rgb(
|
|
166
|
-
"--accent-foreground": "rgb(
|
|
167
|
-
"--destructive": "rgb(
|
|
168
|
-
"--border": "rgb(
|
|
169
|
-
"--input": "rgb(
|
|
170
|
-
"--ring": "rgb(
|
|
171
|
-
"--popover": "rgb(
|
|
172
|
-
"--popover-foreground": "rgb(
|
|
173
|
-
"--surface": "rgb(
|
|
174
|
-
"--surface-foreground": "rgb(
|
|
175
|
-
"--card": "rgb(
|
|
176
|
-
"--card-foreground": "rgb(
|
|
157
|
+
"--background": "rgb(27 18 6)",
|
|
158
|
+
"--foreground": "rgb(244 223 203)",
|
|
159
|
+
"--primary": "rgb(255 185 95)",
|
|
160
|
+
"--primary-foreground": "rgb(71 42 0)",
|
|
161
|
+
"--secondary": "rgb(227 194 140)",
|
|
162
|
+
"--secondary-foreground": "rgb(65 45 5)",
|
|
163
|
+
"--muted": "rgb(51 40 27)",
|
|
164
|
+
"--muted-foreground": "rgb(217 195 171)",
|
|
165
|
+
"--accent": "rgb(90 67 25)",
|
|
166
|
+
"--accent-foreground": "rgb(255 222 170)",
|
|
167
|
+
"--destructive": "rgb(255 180 171)",
|
|
168
|
+
"--border": "rgb(84 68 50)",
|
|
169
|
+
"--input": "rgb(84 68 50)",
|
|
170
|
+
"--ring": "rgb(255 185 95)",
|
|
171
|
+
"--popover": "rgb(40 30 17)",
|
|
172
|
+
"--popover-foreground": "rgb(244 223 203)",
|
|
173
|
+
"--surface": "rgb(36 26 14)",
|
|
174
|
+
"--surface-foreground": "rgb(244 223 203)",
|
|
175
|
+
"--card": "rgb(21 12 3)",
|
|
176
|
+
"--card-foreground": "rgb(244 223 203)"
|
|
177
177
|
},
|
|
178
178
|
"yellow/light": {
|
|
179
|
-
"--background": "rgb(
|
|
180
|
-
"--foreground": "rgb(
|
|
181
|
-
"--primary": "rgb(
|
|
182
|
-
"--primary-foreground": "rgb(
|
|
183
|
-
"--secondary": "rgb(
|
|
184
|
-
"--secondary-foreground": "rgb(
|
|
185
|
-
"--muted": "rgb(
|
|
186
|
-
"--muted-foreground": "rgb(
|
|
187
|
-
"--accent": "rgb(
|
|
188
|
-
"--accent-foreground": "rgb(
|
|
189
|
-
"--destructive": "rgb(
|
|
190
|
-
"--border": "rgb(
|
|
191
|
-
"--input": "rgb(
|
|
192
|
-
"--ring": "rgb(
|
|
193
|
-
"--popover": "rgb(
|
|
194
|
-
"--popover-foreground": "rgb(
|
|
195
|
-
"--surface": "rgb(
|
|
196
|
-
"--surface-foreground": "rgb(
|
|
197
|
-
"--card": "rgb(
|
|
198
|
-
"--card-foreground": "rgb(
|
|
179
|
+
"--background": "rgb(255 248 242)",
|
|
180
|
+
"--foreground": "rgb(33 27 13)",
|
|
181
|
+
"--primary": "rgb(120 90 0)",
|
|
182
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
183
|
+
"--secondary": "rgb(106 94 47)",
|
|
184
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
185
|
+
"--muted": "rgb(244 231 208)",
|
|
186
|
+
"--muted-foreground": "rgb(79 70 49)",
|
|
187
|
+
"--accent": "rgb(243 226 167)",
|
|
188
|
+
"--accent-foreground": "rgb(81 70 26)",
|
|
189
|
+
"--destructive": "rgb(186 26 26)",
|
|
190
|
+
"--border": "rgb(211 197 170)",
|
|
191
|
+
"--input": "rgb(211 197 170)",
|
|
192
|
+
"--ring": "rgb(120 90 0)",
|
|
193
|
+
"--popover": "rgb(250 236 213)",
|
|
194
|
+
"--popover-foreground": "rgb(33 27 13)",
|
|
195
|
+
"--surface": "rgb(255 242 221)",
|
|
196
|
+
"--surface-foreground": "rgb(33 27 13)",
|
|
197
|
+
"--card": "rgb(255 255 255)",
|
|
198
|
+
"--card-foreground": "rgb(33 27 13)"
|
|
199
199
|
},
|
|
200
200
|
"yellow/dark": {
|
|
201
|
-
"--background": "rgb(19
|
|
202
|
-
"--foreground": "rgb(
|
|
203
|
-
"--primary": "rgb(
|
|
204
|
-
"--primary-foreground": "rgb(
|
|
205
|
-
"--secondary": "rgb(
|
|
206
|
-
"--secondary-foreground": "rgb(
|
|
207
|
-
"--muted": "rgb(
|
|
208
|
-
"--muted-foreground": "rgb(
|
|
209
|
-
"--accent": "rgb(
|
|
210
|
-
"--accent-foreground": "rgb(
|
|
211
|
-
"--destructive": "rgb(
|
|
212
|
-
"--border": "rgb(
|
|
213
|
-
"--input": "rgb(
|
|
214
|
-
"--ring": "rgb(
|
|
215
|
-
"--popover": "rgb(
|
|
216
|
-
"--popover-foreground": "rgb(
|
|
217
|
-
"--surface": "rgb(
|
|
218
|
-
"--surface-foreground": "rgb(
|
|
219
|
-
"--card": "rgb(
|
|
220
|
-
"--card-foreground": "rgb(
|
|
201
|
+
"--background": "rgb(24 19 6)",
|
|
202
|
+
"--foreground": "rgb(238 225 202)",
|
|
203
|
+
"--primary": "rgb(248 190 0)",
|
|
204
|
+
"--primary-foreground": "rgb(63 46 0)",
|
|
205
|
+
"--secondary": "rgb(214 198 141)",
|
|
206
|
+
"--secondary-foreground": "rgb(57 48 5)",
|
|
207
|
+
"--muted": "rgb(48 41 26)",
|
|
208
|
+
"--muted-foreground": "rgb(211 197 170)",
|
|
209
|
+
"--accent": "rgb(81 70 26)",
|
|
210
|
+
"--accent-foreground": "rgb(243 226 167)",
|
|
211
|
+
"--destructive": "rgb(255 180 171)",
|
|
212
|
+
"--border": "rgb(79 70 49)",
|
|
213
|
+
"--input": "rgb(79 70 49)",
|
|
214
|
+
"--ring": "rgb(248 190 0)",
|
|
215
|
+
"--popover": "rgb(37 31 17)",
|
|
216
|
+
"--popover-foreground": "rgb(238 225 202)",
|
|
217
|
+
"--surface": "rgb(33 27 13)",
|
|
218
|
+
"--surface-foreground": "rgb(238 225 202)",
|
|
219
|
+
"--card": "rgb(19 13 3)",
|
|
220
|
+
"--card-foreground": "rgb(238 225 202)"
|
|
221
221
|
},
|
|
222
222
|
"red/light": {
|
|
223
|
-
"--background": "rgb(
|
|
224
|
-
"--foreground": "rgb(
|
|
225
|
-
"--primary": "rgb(
|
|
223
|
+
"--background": "rgb(255 248 247)",
|
|
224
|
+
"--foreground": "rgb(39 24 23)",
|
|
225
|
+
"--primary": "rgb(192 0 29)",
|
|
226
226
|
"--primary-foreground": "rgb(255 255 255)",
|
|
227
|
-
"--secondary": "rgb(
|
|
228
|
-
"--secondary-foreground": "rgb(
|
|
229
|
-
"--muted": "rgb(
|
|
230
|
-
"--muted-foreground": "rgb(
|
|
231
|
-
"--accent": "rgb(
|
|
232
|
-
"--accent-foreground": "rgb(
|
|
233
|
-
"--destructive": "rgb(
|
|
234
|
-
"--border": "rgb(
|
|
235
|
-
"--input": "rgb(
|
|
236
|
-
"--ring": "rgb(
|
|
237
|
-
"--popover": "rgb(
|
|
238
|
-
"--popover-foreground": "rgb(
|
|
239
|
-
"--surface": "rgb(
|
|
240
|
-
"--surface-foreground": "rgb(
|
|
241
|
-
"--card": "rgb(
|
|
242
|
-
"--card-foreground": "rgb(
|
|
227
|
+
"--secondary": "rgb(129 83 65)",
|
|
228
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
229
|
+
"--muted": "rgb(254 226 223)",
|
|
230
|
+
"--muted-foreground": "rgb(88 65 63)",
|
|
231
|
+
"--accent": "rgb(255 219 206)",
|
|
232
|
+
"--accent-foreground": "rgb(102 60 43)",
|
|
233
|
+
"--destructive": "rgb(186 26 26)",
|
|
234
|
+
"--border": "rgb(223 191 188)",
|
|
235
|
+
"--input": "rgb(223 191 188)",
|
|
236
|
+
"--ring": "rgb(192 0 29)",
|
|
237
|
+
"--popover": "rgb(255 233 231)",
|
|
238
|
+
"--popover-foreground": "rgb(39 24 23)",
|
|
239
|
+
"--surface": "rgb(255 240 239)",
|
|
240
|
+
"--surface-foreground": "rgb(39 24 23)",
|
|
241
|
+
"--card": "rgb(255 255 255)",
|
|
242
|
+
"--card-foreground": "rgb(39 24 23)"
|
|
243
243
|
},
|
|
244
244
|
"red/dark": {
|
|
245
|
-
"--background": "rgb(
|
|
246
|
-
"--foreground": "rgb(
|
|
247
|
-
"--primary": "rgb(
|
|
248
|
-
"--primary-foreground": "rgb(
|
|
249
|
-
"--secondary": "rgb(
|
|
250
|
-
"--secondary-foreground": "rgb(
|
|
251
|
-
"--muted": "rgb(
|
|
252
|
-
"--muted-foreground": "rgb(
|
|
253
|
-
"--accent": "rgb(60
|
|
254
|
-
"--accent-foreground": "rgb(
|
|
255
|
-
"--destructive": "rgb(
|
|
256
|
-
"--border": "rgb(
|
|
257
|
-
"--input": "rgb(65
|
|
258
|
-
"--ring": "rgb(
|
|
259
|
-
"--popover": "rgb(
|
|
260
|
-
"--popover-foreground": "rgb(
|
|
261
|
-
"--surface": "rgb(
|
|
262
|
-
"--surface-foreground": "rgb(
|
|
263
|
-
"--card": "rgb(
|
|
264
|
-
"--card-foreground": "rgb(
|
|
245
|
+
"--background": "rgb(30 16 15)",
|
|
246
|
+
"--foreground": "rgb(249 220 217)",
|
|
247
|
+
"--primary": "rgb(255 179 173)",
|
|
248
|
+
"--primary-foreground": "rgb(104 0 10)",
|
|
249
|
+
"--secondary": "rgb(245 185 162)",
|
|
250
|
+
"--secondary-foreground": "rgb(75 39 23)",
|
|
251
|
+
"--muted": "rgb(54 38 37)",
|
|
252
|
+
"--muted-foreground": "rgb(223 191 188)",
|
|
253
|
+
"--accent": "rgb(102 60 43)",
|
|
254
|
+
"--accent-foreground": "rgb(255 219 206)",
|
|
255
|
+
"--destructive": "rgb(255 180 171)",
|
|
256
|
+
"--border": "rgb(88 65 63)",
|
|
257
|
+
"--input": "rgb(88 65 63)",
|
|
258
|
+
"--ring": "rgb(255 179 173)",
|
|
259
|
+
"--popover": "rgb(43 28 26)",
|
|
260
|
+
"--popover-foreground": "rgb(249 220 217)",
|
|
261
|
+
"--surface": "rgb(39 24 23)",
|
|
262
|
+
"--surface-foreground": "rgb(249 220 217)",
|
|
263
|
+
"--card": "rgb(24 11 10)",
|
|
264
|
+
"--card-foreground": "rgb(249 220 217)"
|
|
265
265
|
},
|
|
266
266
|
"purple/light": {
|
|
267
|
-
"--background": "rgb(
|
|
268
|
-
"--foreground": "rgb(
|
|
269
|
-
"--primary": "rgb(
|
|
267
|
+
"--background": "rgb(254 247 255)",
|
|
268
|
+
"--foreground": "rgb(29 26 36)",
|
|
269
|
+
"--primary": "rgb(113 20 255)",
|
|
270
270
|
"--primary-foreground": "rgb(255 255 255)",
|
|
271
|
-
"--secondary": "rgb(
|
|
272
|
-
"--secondary-foreground": "rgb(
|
|
273
|
-
"--muted": "rgb(
|
|
274
|
-
"--muted-foreground": "rgb(
|
|
275
|
-
"--accent": "rgb(
|
|
276
|
-
"--accent-foreground": "rgb(
|
|
277
|
-
"--destructive": "rgb(
|
|
278
|
-
"--border": "rgb(
|
|
279
|
-
"--input": "rgb(
|
|
280
|
-
"--ring": "rgb(
|
|
281
|
-
"--popover": "rgb(
|
|
282
|
-
"--popover-foreground": "rgb(
|
|
283
|
-
"--surface": "rgb(
|
|
284
|
-
"--surface-foreground": "rgb(
|
|
285
|
-
"--card": "rgb(
|
|
286
|
-
"--card-foreground": "rgb(
|
|
271
|
+
"--secondary": "rgb(107 87 120)",
|
|
272
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
273
|
+
"--muted": "rgb(237 229 244)",
|
|
274
|
+
"--muted-foreground": "rgb(73 68 83)",
|
|
275
|
+
"--accent": "rgb(243 218 255)",
|
|
276
|
+
"--accent-foreground": "rgb(83 63 95)",
|
|
277
|
+
"--destructive": "rgb(186 26 26)",
|
|
278
|
+
"--border": "rgb(203 195 213)",
|
|
279
|
+
"--input": "rgb(203 195 213)",
|
|
280
|
+
"--ring": "rgb(113 20 255)",
|
|
281
|
+
"--popover": "rgb(243 235 250)",
|
|
282
|
+
"--popover-foreground": "rgb(29 26 36)",
|
|
283
|
+
"--surface": "rgb(248 241 255)",
|
|
284
|
+
"--surface-foreground": "rgb(29 26 36)",
|
|
285
|
+
"--card": "rgb(255 255 255)",
|
|
286
|
+
"--card-foreground": "rgb(29 26 36)"
|
|
287
287
|
},
|
|
288
288
|
"purple/dark": {
|
|
289
|
-
"--background": "rgb(
|
|
290
|
-
"--foreground": "rgb(
|
|
291
|
-
"--primary": "rgb(
|
|
292
|
-
"--primary-foreground": "rgb(
|
|
293
|
-
"--secondary": "rgb(
|
|
294
|
-
"--secondary-foreground": "rgb(
|
|
295
|
-
"--muted": "rgb(
|
|
296
|
-
"--muted-foreground": "rgb(
|
|
297
|
-
"--accent": "rgb(
|
|
298
|
-
"--accent-foreground": "rgb(
|
|
299
|
-
"--destructive": "rgb(
|
|
300
|
-
"--border": "rgb(
|
|
301
|
-
"--input": "rgb(
|
|
302
|
-
"--ring": "rgb(
|
|
303
|
-
"--popover": "rgb(
|
|
304
|
-
"--popover-foreground": "rgb(
|
|
305
|
-
"--surface": "rgb(
|
|
306
|
-
"--surface-foreground": "rgb(
|
|
307
|
-
"--card": "rgb(
|
|
308
|
-
"--card-foreground": "rgb(
|
|
289
|
+
"--background": "rgb(21 18 28)",
|
|
290
|
+
"--foreground": "rgb(231 224 238)",
|
|
291
|
+
"--primary": "rgb(208 188 255)",
|
|
292
|
+
"--primary-foreground": "rgb(60 0 145)",
|
|
293
|
+
"--secondary": "rgb(215 189 228)",
|
|
294
|
+
"--secondary-foreground": "rgb(59 41 71)",
|
|
295
|
+
"--muted": "rgb(44 40 51)",
|
|
296
|
+
"--muted-foreground": "rgb(203 195 213)",
|
|
297
|
+
"--accent": "rgb(83 63 95)",
|
|
298
|
+
"--accent-foreground": "rgb(243 218 255)",
|
|
299
|
+
"--destructive": "rgb(255 180 171)",
|
|
300
|
+
"--border": "rgb(73 68 83)",
|
|
301
|
+
"--input": "rgb(73 68 83)",
|
|
302
|
+
"--ring": "rgb(208 188 255)",
|
|
303
|
+
"--popover": "rgb(33 30 40)",
|
|
304
|
+
"--popover-foreground": "rgb(231 224 238)",
|
|
305
|
+
"--surface": "rgb(29 26 36)",
|
|
306
|
+
"--surface-foreground": "rgb(231 224 238)",
|
|
307
|
+
"--card": "rgb(16 13 22)",
|
|
308
|
+
"--card-foreground": "rgb(231 224 238)"
|
|
309
309
|
},
|
|
310
310
|
"pink/light": {
|
|
311
|
-
"--background": "rgb(
|
|
312
|
-
"--foreground": "rgb(
|
|
313
|
-
"--primary": "rgb(
|
|
311
|
+
"--background": "rgb(255 248 248)",
|
|
312
|
+
"--foreground": "rgb(37 24 29)",
|
|
313
|
+
"--primary": "rgb(183 0 110)",
|
|
314
314
|
"--primary-foreground": "rgb(255 255 255)",
|
|
315
|
-
"--secondary": "rgb(
|
|
316
|
-
"--secondary-foreground": "rgb(
|
|
317
|
-
"--muted": "rgb(
|
|
318
|
-
"--muted-foreground": "rgb(
|
|
319
|
-
"--accent": "rgb(
|
|
320
|
-
"--accent-foreground": "rgb(
|
|
321
|
-
"--destructive": "rgb(
|
|
322
|
-
"--border": "rgb(
|
|
323
|
-
"--input": "rgb(
|
|
324
|
-
"--ring": "rgb(
|
|
325
|
-
"--popover": "rgb(
|
|
326
|
-
"--popover-foreground": "rgb(
|
|
327
|
-
"--surface": "rgb(
|
|
328
|
-
"--surface-foreground": "rgb(
|
|
329
|
-
"--card": "rgb(
|
|
330
|
-
"--card-foreground": "rgb(
|
|
315
|
+
"--secondary": "rgb(128 81 89)",
|
|
316
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
317
|
+
"--muted": "rgb(251 226 233)",
|
|
318
|
+
"--muted-foreground": "rgb(85 65 72)",
|
|
319
|
+
"--accent": "rgb(255 217 222)",
|
|
320
|
+
"--accent-foreground": "rgb(101 59 66)",
|
|
321
|
+
"--destructive": "rgb(186 26 26)",
|
|
322
|
+
"--border": "rgb(219 191 200)",
|
|
323
|
+
"--input": "rgb(219 191 200)",
|
|
324
|
+
"--ring": "rgb(183 0 110)",
|
|
325
|
+
"--popover": "rgb(255 232 238)",
|
|
326
|
+
"--popover-foreground": "rgb(37 24 29)",
|
|
327
|
+
"--surface": "rgb(255 240 243)",
|
|
328
|
+
"--surface-foreground": "rgb(37 24 29)",
|
|
329
|
+
"--card": "rgb(255 255 255)",
|
|
330
|
+
"--card-foreground": "rgb(37 24 29)"
|
|
331
331
|
},
|
|
332
332
|
"pink/dark": {
|
|
333
|
-
"--background": "rgb(
|
|
334
|
-
"--foreground": "rgb(
|
|
335
|
-
"--primary": "rgb(
|
|
336
|
-
"--primary-foreground": "rgb(
|
|
337
|
-
"--secondary": "rgb(
|
|
338
|
-
"--secondary-foreground": "rgb(
|
|
339
|
-
"--muted": "rgb(
|
|
340
|
-
"--muted-foreground": "rgb(
|
|
341
|
-
"--accent": "rgb(
|
|
342
|
-
"--accent-foreground": "rgb(
|
|
343
|
-
"--destructive": "rgb(
|
|
344
|
-
"--border": "rgb(
|
|
345
|
-
"--input": "rgb(65
|
|
346
|
-
"--ring": "rgb(
|
|
347
|
-
"--popover": "rgb(
|
|
348
|
-
"--popover-foreground": "rgb(
|
|
349
|
-
"--surface": "rgb(
|
|
350
|
-
"--surface-foreground": "rgb(
|
|
351
|
-
"--card": "rgb(
|
|
352
|
-
"--card-foreground": "rgb(
|
|
333
|
+
"--background": "rgb(28 16 20)",
|
|
334
|
+
"--foreground": "rgb(245 220 227)",
|
|
335
|
+
"--primary": "rgb(255 176 205)",
|
|
336
|
+
"--primary-foreground": "rgb(100 0 57)",
|
|
337
|
+
"--secondary": "rgb(242 183 192)",
|
|
338
|
+
"--secondary-foreground": "rgb(75 37 44)",
|
|
339
|
+
"--muted": "rgb(53 38 43)",
|
|
340
|
+
"--muted-foreground": "rgb(219 191 200)",
|
|
341
|
+
"--accent": "rgb(101 59 66)",
|
|
342
|
+
"--accent-foreground": "rgb(255 217 222)",
|
|
343
|
+
"--destructive": "rgb(255 180 171)",
|
|
344
|
+
"--border": "rgb(85 65 72)",
|
|
345
|
+
"--input": "rgb(85 65 72)",
|
|
346
|
+
"--ring": "rgb(255 176 205)",
|
|
347
|
+
"--popover": "rgb(41 28 33)",
|
|
348
|
+
"--popover-foreground": "rgb(245 220 227)",
|
|
349
|
+
"--surface": "rgb(37 24 29)",
|
|
350
|
+
"--surface-foreground": "rgb(245 220 227)",
|
|
351
|
+
"--card": "rgb(23 11 15)",
|
|
352
|
+
"--card-foreground": "rgb(245 220 227)"
|
|
353
353
|
},
|
|
354
354
|
"sky/light": {
|
|
355
|
-
"--background": "rgb(
|
|
356
|
-
"--foreground": "rgb(
|
|
357
|
-
"--primary": "rgb(
|
|
355
|
+
"--background": "rgb(246 250 255)",
|
|
356
|
+
"--foreground": "rgb(20 29 35)",
|
|
357
|
+
"--primary": "rgb(0 101 145)",
|
|
358
358
|
"--primary-foreground": "rgb(255 255 255)",
|
|
359
|
-
"--secondary": "rgb(
|
|
360
|
-
"--secondary-foreground": "rgb(
|
|
361
|
-
"--muted": "rgb(
|
|
362
|
-
"--muted-foreground": "rgb(
|
|
363
|
-
"--accent": "rgb(
|
|
364
|
-
"--accent-foreground": "rgb(
|
|
365
|
-
"--destructive": "rgb(
|
|
366
|
-
"--border": "rgb(
|
|
367
|
-
"--input": "rgb(
|
|
368
|
-
"--ring": "rgb(
|
|
369
|
-
"--popover": "rgb(
|
|
370
|
-
"--popover-foreground": "rgb(
|
|
371
|
-
"--surface": "rgb(
|
|
372
|
-
"--surface-foreground": "rgb(
|
|
373
|
-
"--card": "rgb(
|
|
374
|
-
"--card-foreground": "rgb(
|
|
359
|
+
"--secondary": "rgb(76 95 124)",
|
|
360
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
361
|
+
"--muted": "rgb(224 233 242)",
|
|
362
|
+
"--muted-foreground": "rgb(61 72 81)",
|
|
363
|
+
"--accent": "rgb(212 227 255)",
|
|
364
|
+
"--accent-foreground": "rgb(52 72 99)",
|
|
365
|
+
"--destructive": "rgb(186 26 26)",
|
|
366
|
+
"--border": "rgb(188 200 211)",
|
|
367
|
+
"--input": "rgb(188 200 211)",
|
|
368
|
+
"--ring": "rgb(0 101 145)",
|
|
369
|
+
"--popover": "rgb(230 239 248)",
|
|
370
|
+
"--popover-foreground": "rgb(20 29 35)",
|
|
371
|
+
"--surface": "rgb(236 245 254)",
|
|
372
|
+
"--surface-foreground": "rgb(20 29 35)",
|
|
373
|
+
"--card": "rgb(255 255 255)",
|
|
374
|
+
"--card-foreground": "rgb(20 29 35)"
|
|
375
375
|
},
|
|
376
376
|
"sky/dark": {
|
|
377
|
-
"--background": "rgb(
|
|
378
|
-
"--foreground": "rgb(
|
|
379
|
-
"--primary": "rgb(
|
|
380
|
-
"--primary-foreground": "rgb(
|
|
381
|
-
"--secondary": "rgb(
|
|
382
|
-
"--secondary-foreground": "rgb(
|
|
383
|
-
"--muted": "rgb(
|
|
384
|
-
"--muted-foreground": "rgb(
|
|
385
|
-
"--accent": "rgb(
|
|
386
|
-
"--accent-foreground": "rgb(
|
|
387
|
-
"--destructive": "rgb(
|
|
388
|
-
"--border": "rgb(
|
|
389
|
-
"--input": "rgb(
|
|
390
|
-
"--ring": "rgb(
|
|
391
|
-
"--popover": "rgb(
|
|
392
|
-
"--popover-foreground": "rgb(
|
|
393
|
-
"--surface": "rgb(
|
|
394
|
-
"--surface-foreground": "rgb(
|
|
395
|
-
"--card": "rgb(
|
|
396
|
-
"--card-foreground": "rgb(
|
|
377
|
+
"--background": "rgb(12 20 27)",
|
|
378
|
+
"--foreground": "rgb(219 227 237)",
|
|
379
|
+
"--primary": "rgb(137 206 255)",
|
|
380
|
+
"--primary-foreground": "rgb(0 52 77)",
|
|
381
|
+
"--secondary": "rgb(180 200 233)",
|
|
382
|
+
"--secondary-foreground": "rgb(29 49 76)",
|
|
383
|
+
"--muted": "rgb(34 43 50)",
|
|
384
|
+
"--muted-foreground": "rgb(188 200 211)",
|
|
385
|
+
"--accent": "rgb(52 72 99)",
|
|
386
|
+
"--accent-foreground": "rgb(212 227 255)",
|
|
387
|
+
"--destructive": "rgb(255 180 171)",
|
|
388
|
+
"--border": "rgb(61 72 81)",
|
|
389
|
+
"--input": "rgb(61 72 81)",
|
|
390
|
+
"--ring": "rgb(137 206 255)",
|
|
391
|
+
"--popover": "rgb(24 33 39)",
|
|
392
|
+
"--popover-foreground": "rgb(219 227 237)",
|
|
393
|
+
"--surface": "rgb(20 29 35)",
|
|
394
|
+
"--surface-foreground": "rgb(219 227 237)",
|
|
395
|
+
"--card": "rgb(7 15 21)",
|
|
396
|
+
"--card-foreground": "rgb(219 227 237)"
|
|
397
397
|
},
|
|
398
398
|
"orange/light": {
|
|
399
|
-
"--background": "rgb(
|
|
400
|
-
"--foreground": "rgb(
|
|
401
|
-
"--primary": "rgb(
|
|
399
|
+
"--background": "rgb(255 248 246)",
|
|
400
|
+
"--foreground": "rgb(38 24 17)",
|
|
401
|
+
"--primary": "rgb(157 67 0)",
|
|
402
402
|
"--primary-foreground": "rgb(255 255 255)",
|
|
403
|
-
"--secondary": "rgb(
|
|
404
|
-
"--secondary-foreground": "rgb(
|
|
405
|
-
"--muted": "rgb(
|
|
406
|
-
"--muted-foreground": "rgb(
|
|
407
|
-
"--accent": "rgb(
|
|
408
|
-
"--accent-foreground": "rgb(
|
|
409
|
-
"--destructive": "rgb(
|
|
410
|
-
"--border": "rgb(
|
|
411
|
-
"--input": "rgb(
|
|
412
|
-
"--ring": "rgb(
|
|
413
|
-
"--popover": "rgb(
|
|
414
|
-
"--popover-foreground": "rgb(
|
|
415
|
-
"--surface": "rgb(
|
|
416
|
-
"--surface-foreground": "rgb(
|
|
417
|
-
"--card": "rgb(
|
|
418
|
-
"--card-foreground": "rgb(
|
|
403
|
+
"--secondary": "rgb(124 86 52)",
|
|
404
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
405
|
+
"--muted": "rgb(254 227 214)",
|
|
406
|
+
"--muted-foreground": "rgb(87 66 56)",
|
|
407
|
+
"--accent": "rgb(255 220 192)",
|
|
408
|
+
"--accent-foreground": "rgb(97 63 31)",
|
|
409
|
+
"--destructive": "rgb(186 26 26)",
|
|
410
|
+
"--border": "rgb(223 192 178)",
|
|
411
|
+
"--input": "rgb(223 192 178)",
|
|
412
|
+
"--ring": "rgb(157 67 0)",
|
|
413
|
+
"--popover": "rgb(255 234 224)",
|
|
414
|
+
"--popover-foreground": "rgb(38 24 17)",
|
|
415
|
+
"--surface": "rgb(255 241 235)",
|
|
416
|
+
"--surface-foreground": "rgb(38 24 17)",
|
|
417
|
+
"--card": "rgb(255 255 255)",
|
|
418
|
+
"--card-foreground": "rgb(38 24 17)"
|
|
419
419
|
},
|
|
420
420
|
"orange/dark": {
|
|
421
|
-
"--background": "rgb(
|
|
422
|
-
"--foreground": "rgb(
|
|
423
|
-
"--primary": "rgb(
|
|
424
|
-
"--primary-foreground": "rgb(
|
|
425
|
-
"--secondary": "rgb(
|
|
426
|
-
"--secondary-foreground": "rgb(
|
|
427
|
-
"--muted": "rgb(
|
|
428
|
-
"--muted-foreground": "rgb(
|
|
429
|
-
"--accent": "rgb(
|
|
430
|
-
"--accent-foreground": "rgb(
|
|
431
|
-
"--destructive": "rgb(
|
|
432
|
-
"--border": "rgb(
|
|
433
|
-
"--input": "rgb(
|
|
434
|
-
"--ring": "rgb(
|
|
435
|
-
"--popover": "rgb(
|
|
436
|
-
"--popover-foreground": "rgb(
|
|
437
|
-
"--surface": "rgb(
|
|
438
|
-
"--surface-foreground": "rgb(
|
|
439
|
-
"--card": "rgb(
|
|
440
|
-
"--card-foreground": "rgb(
|
|
421
|
+
"--background": "rgb(29 16 9)",
|
|
422
|
+
"--foreground": "rgb(248 221 209)",
|
|
423
|
+
"--primary": "rgb(255 182 144)",
|
|
424
|
+
"--primary-foreground": "rgb(85 33 0)",
|
|
425
|
+
"--secondary": "rgb(238 189 147)",
|
|
426
|
+
"--secondary-foreground": "rgb(71 41 11)",
|
|
427
|
+
"--muted": "rgb(54 39 31)",
|
|
428
|
+
"--muted-foreground": "rgb(223 192 178)",
|
|
429
|
+
"--accent": "rgb(97 63 31)",
|
|
430
|
+
"--accent-foreground": "rgb(255 220 192)",
|
|
431
|
+
"--destructive": "rgb(255 180 171)",
|
|
432
|
+
"--border": "rgb(87 66 56)",
|
|
433
|
+
"--input": "rgb(87 66 56)",
|
|
434
|
+
"--ring": "rgb(255 182 144)",
|
|
435
|
+
"--popover": "rgb(43 28 21)",
|
|
436
|
+
"--popover-foreground": "rgb(248 221 209)",
|
|
437
|
+
"--surface": "rgb(38 24 17)",
|
|
438
|
+
"--surface-foreground": "rgb(248 221 209)",
|
|
439
|
+
"--card": "rgb(23 11 5)",
|
|
440
|
+
"--card-foreground": "rgb(248 221 209)"
|
|
441
441
|
},
|
|
442
442
|
"mint/light": {
|
|
443
|
-
"--background": "rgb(
|
|
444
|
-
"--foreground": "rgb(
|
|
445
|
-
"--primary": "rgb(
|
|
443
|
+
"--background": "rgb(238 253 248)",
|
|
444
|
+
"--foreground": "rgb(17 30 28)",
|
|
445
|
+
"--primary": "rgb(0 107 95)",
|
|
446
446
|
"--primary-foreground": "rgb(255 255 255)",
|
|
447
|
-
"--secondary": "rgb(
|
|
448
|
-
"--secondary-foreground": "rgb(
|
|
449
|
-
"--muted": "rgb(
|
|
450
|
-
"--muted-foreground": "rgb(
|
|
451
|
-
"--accent": "rgb(
|
|
452
|
-
"--accent-foreground": "rgb(
|
|
453
|
-
"--destructive": "rgb(
|
|
454
|
-
"--border": "rgb(
|
|
455
|
-
"--input": "rgb(
|
|
456
|
-
"--ring": "rgb(
|
|
457
|
-
"--popover": "rgb(
|
|
458
|
-
"--popover-foreground": "rgb(
|
|
459
|
-
"--surface": "rgb(
|
|
460
|
-
"--surface-foreground": "rgb(
|
|
461
|
-
"--card": "rgb(
|
|
462
|
-
"--card-foreground": "rgb(
|
|
447
|
+
"--secondary": "rgb(56 101 105)",
|
|
448
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
449
|
+
"--muted": "rgb(221 235 231)",
|
|
450
|
+
"--muted-foreground": "rgb(57 74 71)",
|
|
451
|
+
"--accent": "rgb(188 235 238)",
|
|
452
|
+
"--accent-foreground": "rgb(30 77 81)",
|
|
453
|
+
"--destructive": "rgb(186 26 26)",
|
|
454
|
+
"--border": "rgb(184 202 198)",
|
|
455
|
+
"--input": "rgb(184 202 198)",
|
|
456
|
+
"--ring": "rgb(0 107 95)",
|
|
457
|
+
"--popover": "rgb(226 241 237)",
|
|
458
|
+
"--popover-foreground": "rgb(17 30 28)",
|
|
459
|
+
"--surface": "rgb(232 247 242)",
|
|
460
|
+
"--surface-foreground": "rgb(17 30 28)",
|
|
461
|
+
"--card": "rgb(255 255 255)",
|
|
462
|
+
"--card-foreground": "rgb(17 30 28)"
|
|
463
463
|
},
|
|
464
464
|
"mint/dark": {
|
|
465
|
-
"--background": "rgb(
|
|
466
|
-
"--foreground": "rgb(
|
|
467
|
-
"--primary": "rgb(
|
|
468
|
-
"--primary-foreground": "rgb(
|
|
469
|
-
"--secondary": "rgb(
|
|
470
|
-
"--secondary-foreground": "rgb(
|
|
471
|
-
"--muted": "rgb(
|
|
472
|
-
"--muted-foreground": "rgb(
|
|
473
|
-
"--accent": "rgb(
|
|
474
|
-
"--accent-foreground": "rgb(
|
|
475
|
-
"--destructive": "rgb(
|
|
476
|
-
"--border": "rgb(
|
|
477
|
-
"--input": "rgb(
|
|
478
|
-
"--ring": "rgb(
|
|
479
|
-
"--popover": "rgb(
|
|
480
|
-
"--popover-foreground": "rgb(
|
|
481
|
-
"--surface": "rgb(
|
|
482
|
-
"--surface-foreground": "rgb(
|
|
483
|
-
"--card": "rgb(
|
|
484
|
-
"--card-foreground": "rgb(
|
|
465
|
+
"--background": "rgb(9 22 19)",
|
|
466
|
+
"--foreground": "rgb(215 230 225)",
|
|
467
|
+
"--primary": "rgb(0 222 201)",
|
|
468
|
+
"--primary-foreground": "rgb(0 55 49)",
|
|
469
|
+
"--secondary": "rgb(160 207 210)",
|
|
470
|
+
"--secondary-foreground": "rgb(0 55 58)",
|
|
471
|
+
"--muted": "rgb(32 44 42)",
|
|
472
|
+
"--muted-foreground": "rgb(184 202 198)",
|
|
473
|
+
"--accent": "rgb(30 77 81)",
|
|
474
|
+
"--accent-foreground": "rgb(188 235 238)",
|
|
475
|
+
"--destructive": "rgb(255 180 171)",
|
|
476
|
+
"--border": "rgb(57 74 71)",
|
|
477
|
+
"--input": "rgb(57 74 71)",
|
|
478
|
+
"--ring": "rgb(0 222 201)",
|
|
479
|
+
"--popover": "rgb(21 34 32)",
|
|
480
|
+
"--popover-foreground": "rgb(215 230 225)",
|
|
481
|
+
"--surface": "rgb(17 30 28)",
|
|
482
|
+
"--surface-foreground": "rgb(215 230 225)",
|
|
483
|
+
"--card": "rgb(5 16 14)",
|
|
484
|
+
"--card-foreground": "rgb(215 230 225)"
|
|
485
485
|
},
|
|
486
486
|
"oxy/light": {
|
|
487
|
-
"--background": "rgb(
|
|
488
|
-
"--foreground": "rgb(
|
|
489
|
-
"--primary": "rgb(
|
|
487
|
+
"--background": "rgb(255 247 251)",
|
|
488
|
+
"--foreground": "rgb(33 25 34)",
|
|
489
|
+
"--primary": "rgb(156 0 200)",
|
|
490
490
|
"--primary-foreground": "rgb(255 255 255)",
|
|
491
|
-
"--secondary": "rgb(
|
|
492
|
-
"--secondary-foreground": "rgb(
|
|
493
|
-
"--muted": "rgb(
|
|
494
|
-
"--muted-foreground": "rgb(
|
|
495
|
-
"--accent": "rgb(
|
|
496
|
-
"--accent-foreground": "rgb(
|
|
497
|
-
"--destructive": "rgb(
|
|
498
|
-
"--border": "rgb(
|
|
499
|
-
"--input": "rgb(
|
|
500
|
-
"--ring": "rgb(
|
|
501
|
-
"--popover": "rgb(
|
|
502
|
-
"--popover-foreground": "rgb(
|
|
503
|
-
"--surface": "rgb(
|
|
504
|
-
"--surface-foreground": "rgb(
|
|
505
|
-
"--card": "rgb(
|
|
506
|
-
"--card-foreground": "rgb(
|
|
491
|
+
"--secondary": "rgb(117 84 111)",
|
|
492
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
493
|
+
"--muted": "rgb(243 228 241)",
|
|
494
|
+
"--muted-foreground": "rgb(79 67 80)",
|
|
495
|
+
"--accent": "rgb(255 215 245)",
|
|
496
|
+
"--accent-foreground": "rgb(91 61 87)",
|
|
497
|
+
"--destructive": "rgb(186 26 26)",
|
|
498
|
+
"--border": "rgb(210 193 210)",
|
|
499
|
+
"--input": "rgb(210 193 210)",
|
|
500
|
+
"--ring": "rgb(156 0 200)",
|
|
501
|
+
"--popover": "rgb(249 233 247)",
|
|
502
|
+
"--popover-foreground": "rgb(33 25 34)",
|
|
503
|
+
"--surface": "rgb(255 239 253)",
|
|
504
|
+
"--surface-foreground": "rgb(33 25 34)",
|
|
505
|
+
"--card": "rgb(255 255 255)",
|
|
506
|
+
"--card-foreground": "rgb(33 25 34)"
|
|
507
507
|
},
|
|
508
508
|
"oxy/dark": {
|
|
509
|
-
"--background": "rgb(
|
|
510
|
-
"--foreground": "rgb(237
|
|
511
|
-
"--primary": "rgb(
|
|
512
|
-
"--primary-foreground": "rgb(
|
|
513
|
-
"--secondary": "rgb(
|
|
514
|
-
"--secondary-foreground": "rgb(
|
|
515
|
-
"--muted": "rgb(
|
|
516
|
-
"--muted-foreground": "rgb(
|
|
517
|
-
"--accent": "rgb(
|
|
518
|
-
"--accent-foreground": "rgb(
|
|
519
|
-
"--destructive": "rgb(
|
|
520
|
-
"--border": "rgb(
|
|
521
|
-
"--input": "rgb(
|
|
522
|
-
"--ring": "rgb(
|
|
523
|
-
"--popover": "rgb(
|
|
524
|
-
"--popover-foreground": "rgb(237
|
|
525
|
-
"--surface": "rgb(
|
|
526
|
-
"--surface-foreground": "rgb(237
|
|
527
|
-
"--card": "rgb(
|
|
528
|
-
"--card-foreground": "rgb(237
|
|
509
|
+
"--background": "rgb(24 17 26)",
|
|
510
|
+
"--foreground": "rgb(237 222 235)",
|
|
511
|
+
"--primary": "rgb(240 176 255)",
|
|
512
|
+
"--primary-foreground": "rgb(84 0 109)",
|
|
513
|
+
"--secondary": "rgb(227 186 218)",
|
|
514
|
+
"--secondary-foreground": "rgb(67 39 63)",
|
|
515
|
+
"--muted": "rgb(48 39 49)",
|
|
516
|
+
"--muted-foreground": "rgb(210 193 210)",
|
|
517
|
+
"--accent": "rgb(91 61 87)",
|
|
518
|
+
"--accent-foreground": "rgb(255 215 245)",
|
|
519
|
+
"--destructive": "rgb(255 180 171)",
|
|
520
|
+
"--border": "rgb(79 67 80)",
|
|
521
|
+
"--input": "rgb(79 67 80)",
|
|
522
|
+
"--ring": "rgb(240 176 255)",
|
|
523
|
+
"--popover": "rgb(37 29 38)",
|
|
524
|
+
"--popover-foreground": "rgb(237 222 235)",
|
|
525
|
+
"--surface": "rgb(33 25 34)",
|
|
526
|
+
"--surface-foreground": "rgb(237 222 235)",
|
|
527
|
+
"--card": "rgb(19 12 20)",
|
|
528
|
+
"--card-foreground": "rgb(237 222 235)"
|
|
529
529
|
},
|
|
530
530
|
"faircoin/light": {
|
|
531
|
-
"--background": "rgb(
|
|
532
|
-
"--foreground": "rgb(
|
|
533
|
-
"--primary": "rgb(
|
|
531
|
+
"--background": "rgb(246 252 233)",
|
|
532
|
+
"--foreground": "rgb(24 29 18)",
|
|
533
|
+
"--primary": "rgb(55 107 0)",
|
|
534
534
|
"--primary-foreground": "rgb(255 255 255)",
|
|
535
|
-
"--secondary": "rgb(
|
|
536
|
-
"--secondary-foreground": "rgb(
|
|
537
|
-
"--muted": "rgb(
|
|
538
|
-
"--muted-foreground": "rgb(
|
|
539
|
-
"--accent": "rgb(
|
|
540
|
-
"--accent-foreground": "rgb(
|
|
541
|
-
"--destructive": "rgb(
|
|
542
|
-
"--border": "rgb(
|
|
543
|
-
"--input": "rgb(
|
|
544
|
-
"--ring": "rgb(
|
|
545
|
-
"--popover": "rgb(
|
|
546
|
-
"--popover-foreground": "rgb(
|
|
547
|
-
"--surface": "rgb(
|
|
548
|
-
"--surface-foreground": "rgb(
|
|
549
|
-
"--card": "rgb(
|
|
550
|
-
"--card-foreground": "rgb(
|
|
535
|
+
"--secondary": "rgb(72 101 73)",
|
|
536
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
537
|
+
"--muted": "rgb(228 235 216)",
|
|
538
|
+
"--muted-foreground": "rgb(65 73 57)",
|
|
539
|
+
"--accent": "rgb(201 235 199)",
|
|
540
|
+
"--accent-foreground": "rgb(49 77 51)",
|
|
541
|
+
"--destructive": "rgb(186 26 26)",
|
|
542
|
+
"--border": "rgb(193 202 180)",
|
|
543
|
+
"--input": "rgb(193 202 180)",
|
|
544
|
+
"--ring": "rgb(55 107 0)",
|
|
545
|
+
"--popover": "rgb(234 240 222)",
|
|
546
|
+
"--popover-foreground": "rgb(24 29 18)",
|
|
547
|
+
"--surface": "rgb(240 246 227)",
|
|
548
|
+
"--surface-foreground": "rgb(24 29 18)",
|
|
549
|
+
"--card": "rgb(255 255 255)",
|
|
550
|
+
"--card-foreground": "rgb(24 29 18)"
|
|
551
551
|
},
|
|
552
552
|
"faircoin/dark": {
|
|
553
|
-
"--background": "rgb(
|
|
554
|
-
"--foreground": "rgb(
|
|
555
|
-
"--primary": "rgb(
|
|
556
|
-
"--primary-foreground": "rgb(
|
|
557
|
-
"--secondary": "rgb(
|
|
558
|
-
"--secondary-foreground": "rgb(
|
|
559
|
-
"--muted": "rgb(
|
|
560
|
-
"--muted-foreground": "rgb(
|
|
561
|
-
"--accent": "rgb(
|
|
562
|
-
"--accent-foreground": "rgb(
|
|
563
|
-
"--destructive": "rgb(
|
|
564
|
-
"--border": "rgb(
|
|
565
|
-
"--input": "rgb(
|
|
566
|
-
"--ring": "rgb(
|
|
567
|
-
"--popover": "rgb(
|
|
568
|
-
"--popover-foreground": "rgb(
|
|
569
|
-
"--surface": "rgb(
|
|
570
|
-
"--surface-foreground": "rgb(
|
|
571
|
-
"--card": "rgb(
|
|
572
|
-
"--card-foreground": "rgb(
|
|
553
|
+
"--background": "rgb(16 21 10)",
|
|
554
|
+
"--foreground": "rgb(223 229 211)",
|
|
555
|
+
"--primary": "rgb(120 223 0)",
|
|
556
|
+
"--primary-foreground": "rgb(26 55 0)",
|
|
557
|
+
"--secondary": "rgb(174 207 172)",
|
|
558
|
+
"--secondary-foreground": "rgb(26 54 30)",
|
|
559
|
+
"--muted": "rgb(38 44 32)",
|
|
560
|
+
"--muted-foreground": "rgb(193 202 180)",
|
|
561
|
+
"--accent": "rgb(49 77 51)",
|
|
562
|
+
"--accent-foreground": "rgb(201 235 199)",
|
|
563
|
+
"--destructive": "rgb(255 180 171)",
|
|
564
|
+
"--border": "rgb(65 73 57)",
|
|
565
|
+
"--input": "rgb(65 73 57)",
|
|
566
|
+
"--ring": "rgb(120 223 0)",
|
|
567
|
+
"--popover": "rgb(28 33 22)",
|
|
568
|
+
"--popover-foreground": "rgb(223 229 211)",
|
|
569
|
+
"--surface": "rgb(24 29 18)",
|
|
570
|
+
"--surface-foreground": "rgb(223 229 211)",
|
|
571
|
+
"--card": "rgb(10 16 6)",
|
|
572
|
+
"--card-foreground": "rgb(223 229 211)"
|
|
573
573
|
}
|
|
574
574
|
}
|