|
| 1 | +import type { CustomThemeConfig } from '@skeletonlabs/tw-plugin'; |
| 2 | + |
| 3 | +export const discreetlyTheme: CustomThemeConfig = { |
| 4 | + name: 'discreetly-theme', |
| 5 | + properties: { |
| 6 | + '--theme-font-family-base': |
| 7 | + "'Space Grotesk', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'", |
| 8 | + '--theme-font-family-heading': |
| 9 | + '\'Nippo\', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace', |
| 10 | + '--theme-font-color-base': 'var(--color-surface-900)', |
| 11 | + '--theme-font-color-dark': 'var(--color-surface-50)', |
| 12 | + '--theme-rounded-base': '4px', |
| 13 | + '--theme-rounded-container': '6px', |
| 14 | + '--theme-border-base': '1px', |
| 15 | + '--on-primary': '0 0 0', |
| 16 | + '--on-secondary': '255 255 255', |
| 17 | + '--on-tertiary': '0 0 0', |
| 18 | + '--on-success': '0 0 0', |
| 19 | + '--on-warning': '0 0 0', |
| 20 | + '--on-error': '255 255 255', |
| 21 | + '--on-surface': '255 255 255', |
| 22 | + '--color-primary-50': '254 231 231', |
| 23 | + '--color-primary-100': '254 223 223', |
| 24 | + '--color-primary-200': '254 215 215', |
| 25 | + '--color-primary-300': '253 191 191', |
| 26 | + '--color-primary-400': '252 143 143', |
| 27 | + '--color-primary-500': '250 95 95', |
| 28 | + '--color-primary-600': '225 86 86', |
| 29 | + '--color-primary-700': '188 71 71', |
| 30 | + '--color-primary-800': '150 57 57', |
| 31 | + '--color-primary-900': '123 47 47', |
| 32 | + '--color-secondary-50': '240 244 244', |
| 33 | + '--color-secondary-100': '235 240 241', |
| 34 | + '--color-secondary-200': '230 237 237', |
| 35 | + '--color-secondary-300': '214 225 227', |
| 36 | + '--color-secondary-400': '184 203 205', |
| 37 | + '--color-secondary-500': '153 181 184', |
| 38 | + '--color-secondary-600': '138 163 166', |
| 39 | + '--color-secondary-700': '115 136 138', |
| 40 | + '--color-secondary-800': '92 109 110', |
| 41 | + '--color-secondary-900': '75 89 90', |
| 42 | + '--color-tertiary-50': '220 237 239', |
| 43 | + '--color-tertiary-100': '208 231 233', |
| 44 | + '--color-tertiary-200': '197 226 228', |
| 45 | + '--color-tertiary-300': '161 208 212', |
| 46 | + '--color-tertiary-400': '91 172 179', |
| 47 | + '--color-tertiary-500': '21 137 147', |
| 48 | + '--color-tertiary-600': '19 123 132', |
| 49 | + '--color-tertiary-700': '16 103 110', |
| 50 | + '--color-tertiary-800': '13 82 88', |
| 51 | + '--color-tertiary-900': '10 67 72', |
| 52 | + '--color-success-50': '227 241 232', |
| 53 | + '--color-success-100': '218 236 224', |
| 54 | + '--color-success-200': '209 232 216', |
| 55 | + '--color-success-300': '181 217 193', |
| 56 | + '--color-success-400': '125 189 147', |
| 57 | + '--color-success-500': '69 161 100', |
| 58 | + '--color-success-600': '62 145 90', |
| 59 | + '--color-success-700': '52 121 75', |
| 60 | + '--color-success-800': '41 97 60', |
| 61 | + '--color-success-900': '34 79 49', |
| 62 | + '--color-warning-50': '248 244 231', |
| 63 | + '--color-warning-100': '246 240 222', |
| 64 | + '--color-warning-200': '244 236 214', |
| 65 | + '--color-warning-300': '237 225 190', |
| 66 | + '--color-warning-400': '224 203 141', |
| 67 | + '--color-warning-500': '210 180 92', |
| 68 | + '--color-warning-600': '189 162 83', |
| 69 | + '--color-warning-700': '158 135 69', |
| 70 | + '--color-warning-800': '126 108 55', |
| 71 | + '--color-warning-900': '103 88 45', |
| 72 | + '--color-error-50': '254 231 231', |
| 73 | + '--color-error-100': '254 223 223', |
| 74 | + '--color-error-200': '254 215 215', |
| 75 | + '--color-error-300': '253 191 191', |
| 76 | + '--color-error-400': '252 143 143', |
| 77 | + '--color-error-500': '250 95 95', |
| 78 | + '--color-error-600': '225 86 86', |
| 79 | + '--color-error-700': '188 71 71', |
| 80 | + '--color-error-800': '150 57 57', |
| 81 | + '--color-error-900': '123 47 47', |
| 82 | + '--color-surface-50': '223 225 225', |
| 83 | + '--color-surface-100': '213 214 214', |
| 84 | + '--color-surface-200': '202 204 204', |
| 85 | + '--color-surface-300': '171 174 174', |
| 86 | + '--color-surface-400': '107 113 113', |
| 87 | + '--color-surface-500': '44 52 52', |
| 88 | + '--color-surface-600': '40 47 47', |
| 89 | + '--color-surface-700': '33 39 39', |
| 90 | + '--color-surface-800': '26 31 31', |
| 91 | + '--color-surface-900': '22 25 25' |
| 92 | + } |
| 93 | +}; |
0 commit comments