@oxyhq/bloom 1.0.2 → 1.0.4
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/docs/button.mdx +19 -17
- package/docs/design-tokens.mdx +12 -10
- package/docs/dropdown-menu.mdx +26 -3
- package/lib/commonjs/context-menu/ContextMenu.js +2 -0
- package/lib/commonjs/context-menu/ContextMenu.js.map +1 -1
- package/lib/commonjs/context-menu/ContextMenu.web.js +2 -0
- package/lib/commonjs/context-menu/ContextMenu.web.js.map +1 -1
- package/lib/commonjs/design-tokens/tokens.json +11040 -0
- package/lib/commonjs/dialog/SheetShell.js +6 -1
- package/lib/commonjs/dialog/SheetShell.js.map +1 -1
- package/lib/commonjs/dropdown-menu/DropdownMenu.js +7 -1
- package/lib/commonjs/dropdown-menu/DropdownMenu.js.map +1 -1
- package/lib/commonjs/dropdown-menu/DropdownMenu.web.js +2 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.web.js.map +1 -1
- package/lib/commonjs/floating/TriggerSlot.js +3 -1
- package/lib/commonjs/floating/TriggerSlot.js.map +1 -1
- package/lib/commonjs/floating/constants.js +4 -1
- package/lib/commonjs/floating/constants.js.map +1 -1
- package/lib/commonjs/floating/menu-rows.js +28 -22
- package/lib/commonjs/floating/menu-rows.js.map +1 -1
- package/lib/commonjs/floating/menu-sub-flyout.js +18 -5
- package/lib/commonjs/floating/menu-sub-flyout.js.map +1 -1
- package/lib/commonjs/floating/menu-sub-inline.js +5 -1
- package/lib/commonjs/floating/menu-sub-inline.js.map +1 -1
- package/lib/commonjs/floating/shared.js +2 -2
- package/lib/commonjs/floating/shared.js.map +1 -1
- package/lib/commonjs/popover/Popover.js +2 -0
- package/lib/commonjs/popover/Popover.js.map +1 -1
- package/lib/commonjs/popover/Popover.web.js +2 -0
- package/lib/commonjs/popover/Popover.web.js.map +1 -1
- package/lib/commonjs/theme/color-policy.js +1 -1
- package/lib/commonjs/theme/color-presets.js +331 -1
- package/lib/commonjs/theme/color-presets.js.map +1 -1
- package/lib/commonjs/theme/glass-colors.js +22 -19
- package/lib/commonjs/theme/glass-colors.js.map +1 -1
- package/lib/module/context-menu/ContextMenu.js +2 -0
- package/lib/module/context-menu/ContextMenu.js.map +1 -1
- package/lib/module/context-menu/ContextMenu.web.js +2 -0
- package/lib/module/context-menu/ContextMenu.web.js.map +1 -1
- package/lib/module/design-tokens/tokens.json +11040 -0
- package/lib/module/dialog/SheetShell.js +6 -1
- package/lib/module/dialog/SheetShell.js.map +1 -1
- package/lib/module/dropdown-menu/DropdownMenu.js +7 -1
- package/lib/module/dropdown-menu/DropdownMenu.js.map +1 -1
- package/lib/module/dropdown-menu/DropdownMenu.web.js +2 -0
- package/lib/module/dropdown-menu/DropdownMenu.web.js.map +1 -1
- package/lib/module/floating/TriggerSlot.js +5 -3
- package/lib/module/floating/TriggerSlot.js.map +1 -1
- package/lib/module/floating/constants.js +3 -0
- package/lib/module/floating/constants.js.map +1 -1
- package/lib/module/floating/menu-rows.js +29 -23
- package/lib/module/floating/menu-rows.js.map +1 -1
- package/lib/module/floating/menu-sub-flyout.js +18 -5
- package/lib/module/floating/menu-sub-flyout.js.map +1 -1
- package/lib/module/floating/menu-sub-inline.js +5 -1
- package/lib/module/floating/menu-sub-inline.js.map +1 -1
- package/lib/module/floating/shared.js +3 -3
- package/lib/module/floating/shared.js.map +1 -1
- package/lib/module/popover/Popover.js +2 -0
- package/lib/module/popover/Popover.js.map +1 -1
- package/lib/module/popover/Popover.web.js +2 -0
- package/lib/module/popover/Popover.web.js.map +1 -1
- package/lib/module/theme/color-policy.js +1 -1
- package/lib/module/theme/color-presets.js +331 -1
- package/lib/module/theme/color-presets.js.map +1 -1
- package/lib/module/theme/glass-colors.js +22 -19
- package/lib/module/theme/glass-colors.js.map +1 -1
- package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts +1 -1
- package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts +1 -1
- package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/types.d.ts +2 -0
- package/lib/typescript/commonjs/context-menu/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/SheetShell.d.ts +4 -1
- package/lib/typescript/commonjs/dialog/SheetShell.d.ts.map +1 -1
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts +2 -2
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts.map +1 -1
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts +1 -1
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/TriggerSlot.d.ts +3 -1
- package/lib/typescript/commonjs/floating/TriggerSlot.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/constants.d.ts +2 -0
- package/lib/typescript/commonjs/floating/constants.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/menu-rows.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/shared.d.ts +2 -2
- package/lib/typescript/commonjs/floating/shared.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/types.d.ts +29 -3
- package/lib/typescript/commonjs/floating/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/Popover.d.ts +1 -1
- package/lib/typescript/commonjs/popover/Popover.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/Popover.web.d.ts +1 -1
- package/lib/typescript/commonjs/popover/Popover.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-presets.d.ts +331 -1
- package/lib/typescript/commonjs/theme/color-presets.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/glass-colors.d.ts +22 -19
- package/lib/typescript/commonjs/theme/glass-colors.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/ContextMenu.d.ts +1 -1
- package/lib/typescript/module/context-menu/ContextMenu.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/ContextMenu.web.d.ts +1 -1
- package/lib/typescript/module/context-menu/ContextMenu.web.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/types.d.ts +2 -0
- package/lib/typescript/module/context-menu/types.d.ts.map +1 -1
- package/lib/typescript/module/dialog/SheetShell.d.ts +4 -1
- package/lib/typescript/module/dialog/SheetShell.d.ts.map +1 -1
- package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts +2 -2
- package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts.map +1 -1
- package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts +1 -1
- package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts.map +1 -1
- package/lib/typescript/module/floating/TriggerSlot.d.ts +3 -1
- package/lib/typescript/module/floating/TriggerSlot.d.ts.map +1 -1
- package/lib/typescript/module/floating/constants.d.ts +2 -0
- package/lib/typescript/module/floating/constants.d.ts.map +1 -1
- package/lib/typescript/module/floating/menu-rows.d.ts.map +1 -1
- package/lib/typescript/module/floating/menu-sub-flyout.d.ts.map +1 -1
- package/lib/typescript/module/floating/menu-sub-inline.d.ts.map +1 -1
- package/lib/typescript/module/floating/shared.d.ts +2 -2
- package/lib/typescript/module/floating/shared.d.ts.map +1 -1
- package/lib/typescript/module/floating/types.d.ts +29 -3
- package/lib/typescript/module/floating/types.d.ts.map +1 -1
- package/lib/typescript/module/popover/Popover.d.ts +1 -1
- package/lib/typescript/module/popover/Popover.d.ts.map +1 -1
- package/lib/typescript/module/popover/Popover.web.d.ts +1 -1
- package/lib/typescript/module/popover/Popover.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-presets.d.ts +331 -1
- package/lib/typescript/module/theme/color-presets.d.ts.map +1 -1
- package/lib/typescript/module/theme/glass-colors.d.ts +22 -19
- package/lib/typescript/module/theme/glass-colors.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/context-menu/ContextMenu.tsx +2 -0
- package/src/context-menu/ContextMenu.web.tsx +2 -0
- package/src/context-menu/types.ts +2 -0
- package/src/design-tokens/tokens.json +11040 -0
- package/src/dialog/SheetShell.tsx +10 -2
- package/src/dropdown-menu/DropdownMenu.tsx +11 -1
- package/src/dropdown-menu/DropdownMenu.web.tsx +2 -0
- package/src/floating/TriggerSlot.tsx +7 -3
- package/src/floating/constants.ts +3 -1
- package/src/floating/menu-rows.tsx +36 -25
- package/src/floating/menu-sub-flyout.tsx +22 -5
- package/src/floating/menu-sub-inline.tsx +12 -2
- package/src/floating/shared.tsx +11 -4
- package/src/floating/types.ts +29 -3
- package/src/popover/Popover.tsx +2 -0
- package/src/popover/Popover.web.tsx +2 -0
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +3600 -0
- package/src/theme/color-policy.ts +1 -1
- package/src/theme/color-presets.ts +361 -1
- package/src/theme/glass-colors.ts +22 -19
|
@@ -4078,5 +4078,3605 @@
|
|
|
4078
4078
|
"--info-foreground": "rgb(255 255 255)",
|
|
4079
4079
|
"--info-text": "rgb(173 198 255)",
|
|
4080
4080
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4081
|
+
},
|
|
4082
|
+
"forest-fire/light": {
|
|
4083
|
+
"--background": "rgb(243 244 239)",
|
|
4084
|
+
"--foreground": "rgb(20 30 23)",
|
|
4085
|
+
"--surface": "rgb(231 233 228)",
|
|
4086
|
+
"--surface-foreground": "rgb(20 30 23)",
|
|
4087
|
+
"--popover": "rgb(220 221 217)",
|
|
4088
|
+
"--popover-foreground": "rgb(20 30 23)",
|
|
4089
|
+
"--primary": "rgb(36 111 70)",
|
|
4090
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4091
|
+
"--secondary": "rgb(186 24 74)",
|
|
4092
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4093
|
+
"--tertiary": "rgb(254 179 0)",
|
|
4094
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4095
|
+
"--muted": "rgb(208 210 206)",
|
|
4096
|
+
"--muted-foreground": "rgb(60 74 63)",
|
|
4097
|
+
"--accent": "rgb(208 210 206)",
|
|
4098
|
+
"--accent-foreground": "rgb(60 74 63)",
|
|
4099
|
+
"--destructive": "rgb(186 26 26)",
|
|
4100
|
+
"--border": "rgb(187 202 189)",
|
|
4101
|
+
"--input": "rgb(187 202 189)",
|
|
4102
|
+
"--ring": "rgb(0 109 63)",
|
|
4103
|
+
"--sidebar": "rgb(231 233 228)",
|
|
4104
|
+
"--card": "rgb(255 255 255)",
|
|
4105
|
+
"--card-foreground": "rgb(20 30 23)",
|
|
4106
|
+
"--chart-1": "rgb(0 131 76)",
|
|
4107
|
+
"--chart-2": "rgb(0 123 160)",
|
|
4108
|
+
"--chart-3": "rgb(130 91 207)",
|
|
4109
|
+
"--chart-4": "rgb(193 73 88)",
|
|
4110
|
+
"--chart-5": "rgb(145 108 0)",
|
|
4111
|
+
"--content-area": "rgb(241 253 240)",
|
|
4112
|
+
"--sidebar-foreground": "rgb(20 30 23)",
|
|
4113
|
+
"--sidebar-primary": "rgb(0 109 63)",
|
|
4114
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4115
|
+
"--sidebar-accent": "rgb(255 217 221)",
|
|
4116
|
+
"--sidebar-accent-foreground": "rgb(143 8 53)",
|
|
4117
|
+
"--sidebar-border": "rgb(187 202 189)",
|
|
4118
|
+
"--sidebar-ring": "rgb(0 109 63)",
|
|
4119
|
+
"--primary-text": "rgb(0 109 63)",
|
|
4120
|
+
"--primary-subtle": "rgba(0, 166, 98, 0.13)",
|
|
4121
|
+
"--secondary-text": "rgb(167 53 79)",
|
|
4122
|
+
"--secondary-subtle": "rgba(255, 78, 120, 0.13)",
|
|
4123
|
+
"--tertiary-text": "rgb(126 87 0)",
|
|
4124
|
+
"--tertiary-subtle": "rgba(191, 134, 0, 0.13)",
|
|
4125
|
+
"--success": "rgb(0 121 82)",
|
|
4126
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4127
|
+
"--success-text": "rgb(0 108 73)",
|
|
4128
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4129
|
+
"--error": "rgb(191 31 39)",
|
|
4130
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4131
|
+
"--error-text": "rgb(167 55 53)",
|
|
4132
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4133
|
+
"--warning": "rgb(148 93 0)",
|
|
4134
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4135
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4136
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4137
|
+
"--info": "rgb(0 100 213)",
|
|
4138
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4139
|
+
"--info-text": "rgb(1 90 194)",
|
|
4140
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4141
|
+
},
|
|
4142
|
+
"forest-fire/dark": {
|
|
4143
|
+
"--background": "rgb(12 15 12)",
|
|
4144
|
+
"--foreground": "rgb(218 230 218)",
|
|
4145
|
+
"--surface": "rgb(25 28 26)",
|
|
4146
|
+
"--surface-foreground": "rgb(218 230 218)",
|
|
4147
|
+
"--popover": "rgb(33 36 34)",
|
|
4148
|
+
"--popover-foreground": "rgb(218 230 218)",
|
|
4149
|
+
"--primary": "rgb(162 238 186)",
|
|
4150
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4151
|
+
"--secondary": "rgb(203 40 86)",
|
|
4152
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4153
|
+
"--tertiary": "rgb(254 179 0)",
|
|
4154
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4155
|
+
"--muted": "rgb(42 45 42)",
|
|
4156
|
+
"--muted-foreground": "rgb(187 202 189)",
|
|
4157
|
+
"--accent": "rgb(42 45 42)",
|
|
4158
|
+
"--accent-foreground": "rgb(187 202 189)",
|
|
4159
|
+
"--destructive": "rgb(255 180 171)",
|
|
4160
|
+
"--border": "rgb(60 74 63)",
|
|
4161
|
+
"--input": "rgb(60 74 63)",
|
|
4162
|
+
"--ring": "rgb(0 227 136)",
|
|
4163
|
+
"--sidebar": "rgb(25 28 26)",
|
|
4164
|
+
"--card": "rgb(45 55 47)",
|
|
4165
|
+
"--card-foreground": "rgb(218 230 218)",
|
|
4166
|
+
"--chart-1": "rgb(58 200 126)",
|
|
4167
|
+
"--chart-2": "rgb(0 190 246)",
|
|
4168
|
+
"--chart-3": "rgb(192 160 255)",
|
|
4169
|
+
"--chart-4": "rgb(255 144 154)",
|
|
4170
|
+
"--chart-5": "rgb(223 168 0)",
|
|
4171
|
+
"--content-area": "rgb(12 22 15)",
|
|
4172
|
+
"--sidebar-foreground": "rgb(218 230 218)",
|
|
4173
|
+
"--sidebar-primary": "rgb(0 227 136)",
|
|
4174
|
+
"--sidebar-primary-foreground": "rgb(0 57 30)",
|
|
4175
|
+
"--sidebar-accent": "rgb(143 8 53)",
|
|
4176
|
+
"--sidebar-accent-foreground": "rgb(255 217 221)",
|
|
4177
|
+
"--sidebar-border": "rgb(60 74 63)",
|
|
4178
|
+
"--sidebar-ring": "rgb(0 227 136)",
|
|
4179
|
+
"--primary-text": "rgb(0 227 136)",
|
|
4180
|
+
"--primary-subtle": "rgba(0, 166, 98, 0.24)",
|
|
4181
|
+
"--secondary-text": "rgb(255 178 188)",
|
|
4182
|
+
"--secondary-subtle": "rgba(255, 78, 120, 0.24)",
|
|
4183
|
+
"--tertiary-text": "rgb(255 186 53)",
|
|
4184
|
+
"--tertiary-subtle": "rgba(191, 134, 0, 0.24)",
|
|
4185
|
+
"--success": "rgb(0 135 92)",
|
|
4186
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4187
|
+
"--success-text": "rgb(59 224 161)",
|
|
4188
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4189
|
+
"--error": "rgb(209 45 50)",
|
|
4190
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4191
|
+
"--error-text": "rgb(255 179 173)",
|
|
4192
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4193
|
+
"--warning": "rgb(165 104 0)",
|
|
4194
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4195
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4196
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4197
|
+
"--info": "rgb(33 112 228)",
|
|
4198
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4199
|
+
"--info-text": "rgb(173 198 255)",
|
|
4200
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4201
|
+
},
|
|
4202
|
+
"malachite-rush/light": {
|
|
4203
|
+
"--background": "rgb(242 244 239)",
|
|
4204
|
+
"--foreground": "rgb(19 30 23)",
|
|
4205
|
+
"--surface": "rgb(231 233 228)",
|
|
4206
|
+
"--surface-foreground": "rgb(19 30 23)",
|
|
4207
|
+
"--popover": "rgb(219 221 217)",
|
|
4208
|
+
"--popover-foreground": "rgb(19 30 23)",
|
|
4209
|
+
"--primary": "rgb(0 121 74)",
|
|
4210
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4211
|
+
"--secondary": "rgb(182 69 0)",
|
|
4212
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4213
|
+
"--tertiary": "rgb(0 86 255)",
|
|
4214
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
4215
|
+
"--muted": "rgb(208 210 206)",
|
|
4216
|
+
"--muted-foreground": "rgb(60 74 64)",
|
|
4217
|
+
"--accent": "rgb(208 210 206)",
|
|
4218
|
+
"--accent-foreground": "rgb(60 74 64)",
|
|
4219
|
+
"--destructive": "rgb(186 26 26)",
|
|
4220
|
+
"--border": "rgb(187 202 189)",
|
|
4221
|
+
"--input": "rgb(187 202 189)",
|
|
4222
|
+
"--ring": "rgb(0 109 66)",
|
|
4223
|
+
"--sidebar": "rgb(231 233 228)",
|
|
4224
|
+
"--card": "rgb(255 255 255)",
|
|
4225
|
+
"--card-foreground": "rgb(19 30 23)",
|
|
4226
|
+
"--chart-1": "rgb(0 131 80)",
|
|
4227
|
+
"--chart-2": "rgb(0 123 162)",
|
|
4228
|
+
"--chart-3": "rgb(133 90 206)",
|
|
4229
|
+
"--chart-4": "rgb(193 73 84)",
|
|
4230
|
+
"--chart-5": "rgb(143 109 0)",
|
|
4231
|
+
"--content-area": "rgb(240 253 241)",
|
|
4232
|
+
"--sidebar-foreground": "rgb(19 30 23)",
|
|
4233
|
+
"--sidebar-primary": "rgb(0 109 66)",
|
|
4234
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4235
|
+
"--sidebar-accent": "rgb(255 219 205)",
|
|
4236
|
+
"--sidebar-accent-foreground": "rgb(125 45 0)",
|
|
4237
|
+
"--sidebar-border": "rgb(187 202 189)",
|
|
4238
|
+
"--sidebar-ring": "rgb(0 109 66)",
|
|
4239
|
+
"--primary-text": "rgb(0 109 66)",
|
|
4240
|
+
"--primary-subtle": "rgba(0, 166, 103, 0.13)",
|
|
4241
|
+
"--secondary-text": "rgb(163 62 3)",
|
|
4242
|
+
"--secondary-subtle": "rgba(247, 96, 0, 0.13)",
|
|
4243
|
+
"--tertiary-text": "rgb(51 86 196)",
|
|
4244
|
+
"--tertiary-subtle": "rgba(104, 137, 255, 0.13)",
|
|
4245
|
+
"--success": "rgb(0 121 82)",
|
|
4246
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4247
|
+
"--success-text": "rgb(0 108 73)",
|
|
4248
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4249
|
+
"--error": "rgb(191 31 39)",
|
|
4250
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4251
|
+
"--error-text": "rgb(167 55 53)",
|
|
4252
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4253
|
+
"--warning": "rgb(148 93 0)",
|
|
4254
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4255
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4256
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4257
|
+
"--info": "rgb(0 100 213)",
|
|
4258
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4259
|
+
"--info-text": "rgb(1 90 194)",
|
|
4260
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4261
|
+
},
|
|
4262
|
+
"malachite-rush/dark": {
|
|
4263
|
+
"--background": "rgb(12 15 13)",
|
|
4264
|
+
"--foreground": "rgb(217 230 218)",
|
|
4265
|
+
"--surface": "rgb(25 28 26)",
|
|
4266
|
+
"--surface-foreground": "rgb(217 230 218)",
|
|
4267
|
+
"--popover": "rgb(33 36 34)",
|
|
4268
|
+
"--popover-foreground": "rgb(217 230 218)",
|
|
4269
|
+
"--primary": "rgb(136 245 182)",
|
|
4270
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4271
|
+
"--secondary": "rgb(203 77 0)",
|
|
4272
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4273
|
+
"--tertiary": "rgb(95 131 255)",
|
|
4274
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4275
|
+
"--muted": "rgb(42 45 42)",
|
|
4276
|
+
"--muted-foreground": "rgb(187 202 189)",
|
|
4277
|
+
"--accent": "rgb(42 45 42)",
|
|
4278
|
+
"--accent-foreground": "rgb(187 202 189)",
|
|
4279
|
+
"--destructive": "rgb(255 180 171)",
|
|
4280
|
+
"--border": "rgb(60 74 64)",
|
|
4281
|
+
"--input": "rgb(60 74 64)",
|
|
4282
|
+
"--ring": "rgb(0 227 143)",
|
|
4283
|
+
"--sidebar": "rgb(25 28 26)",
|
|
4284
|
+
"--card": "rgb(44 55 48)",
|
|
4285
|
+
"--card-foreground": "rgb(217 230 218)",
|
|
4286
|
+
"--chart-1": "rgb(48 200 130)",
|
|
4287
|
+
"--chart-2": "rgb(0 190 249)",
|
|
4288
|
+
"--chart-3": "rgb(195 159 255)",
|
|
4289
|
+
"--chart-4": "rgb(255 145 150)",
|
|
4290
|
+
"--chart-5": "rgb(220 169 0)",
|
|
4291
|
+
"--content-area": "rgb(11 22 15)",
|
|
4292
|
+
"--sidebar-foreground": "rgb(217 230 218)",
|
|
4293
|
+
"--sidebar-primary": "rgb(0 227 143)",
|
|
4294
|
+
"--sidebar-primary-foreground": "rgb(0 57 32)",
|
|
4295
|
+
"--sidebar-accent": "rgb(125 45 0)",
|
|
4296
|
+
"--sidebar-accent-foreground": "rgb(255 219 205)",
|
|
4297
|
+
"--sidebar-border": "rgb(60 74 64)",
|
|
4298
|
+
"--sidebar-ring": "rgb(0 227 143)",
|
|
4299
|
+
"--primary-text": "rgb(0 227 143)",
|
|
4300
|
+
"--primary-subtle": "rgba(0, 166, 103, 0.24)",
|
|
4301
|
+
"--secondary-text": "rgb(255 181 151)",
|
|
4302
|
+
"--secondary-subtle": "rgba(247, 96, 0, 0.24)",
|
|
4303
|
+
"--tertiary-text": "rgb(182 196 255)",
|
|
4304
|
+
"--tertiary-subtle": "rgba(104, 137, 255, 0.24)",
|
|
4305
|
+
"--success": "rgb(0 135 92)",
|
|
4306
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4307
|
+
"--success-text": "rgb(59 224 161)",
|
|
4308
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4309
|
+
"--error": "rgb(209 45 50)",
|
|
4310
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4311
|
+
"--error-text": "rgb(255 179 173)",
|
|
4312
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4313
|
+
"--warning": "rgb(165 104 0)",
|
|
4314
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4315
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4316
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4317
|
+
"--info": "rgb(33 112 228)",
|
|
4318
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4319
|
+
"--info-text": "rgb(173 198 255)",
|
|
4320
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4321
|
+
},
|
|
4322
|
+
"moss-voltage/light": {
|
|
4323
|
+
"--background": "rgb(245 244 235)",
|
|
4324
|
+
"--foreground": "rgb(26 29 16)",
|
|
4325
|
+
"--surface": "rgb(234 232 224)",
|
|
4326
|
+
"--surface-foreground": "rgb(26 29 16)",
|
|
4327
|
+
"--popover": "rgb(222 221 213)",
|
|
4328
|
+
"--popover-foreground": "rgb(26 29 16)",
|
|
4329
|
+
"--primary": "rgb(80 102 4)",
|
|
4330
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4331
|
+
"--secondary": "rgb(0 117 128)",
|
|
4332
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4333
|
+
"--tertiary": "rgb(228 85 220)",
|
|
4334
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4335
|
+
"--muted": "rgb(211 210 202)",
|
|
4336
|
+
"--muted-foreground": "rgb(68 73 54)",
|
|
4337
|
+
"--accent": "rgb(211 210 202)",
|
|
4338
|
+
"--accent-foreground": "rgb(68 73 54)",
|
|
4339
|
+
"--destructive": "rgb(186 26 26)",
|
|
4340
|
+
"--border": "rgb(197 201 177)",
|
|
4341
|
+
"--input": "rgb(197 201 177)",
|
|
4342
|
+
"--ring": "rgb(80 102 0)",
|
|
4343
|
+
"--sidebar": "rgb(234 232 224)",
|
|
4344
|
+
"--card": "rgb(255 255 255)",
|
|
4345
|
+
"--card-foreground": "rgb(26 29 16)",
|
|
4346
|
+
"--chart-1": "rgb(97 123 0)",
|
|
4347
|
+
"--chart-2": "rgb(0 127 127)",
|
|
4348
|
+
"--chart-3": "rgb(52 110 216)",
|
|
4349
|
+
"--chart-4": "rgb(177 75 156)",
|
|
4350
|
+
"--chart-5": "rgb(181 88 0)",
|
|
4351
|
+
"--content-area": "rgb(249 251 230)",
|
|
4352
|
+
"--sidebar-foreground": "rgb(26 29 16)",
|
|
4353
|
+
"--sidebar-primary": "rgb(80 102 0)",
|
|
4354
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4355
|
+
"--sidebar-accent": "rgb(157 240 252)",
|
|
4356
|
+
"--sidebar-accent-foreground": "rgb(0 79 87)",
|
|
4357
|
+
"--sidebar-border": "rgb(197 201 177)",
|
|
4358
|
+
"--sidebar-ring": "rgb(80 102 0)",
|
|
4359
|
+
"--primary-text": "rgb(80 102 0)",
|
|
4360
|
+
"--primary-subtle": "rgba(124, 156, 0, 0.13)",
|
|
4361
|
+
"--secondary-text": "rgb(0 105 115)",
|
|
4362
|
+
"--secondary-subtle": "rgba(0, 160, 175, 0.13)",
|
|
4363
|
+
"--tertiary-text": "rgb(149 56 143)",
|
|
4364
|
+
"--tertiary-subtle": "rgba(254, 0, 252, 0.13)",
|
|
4365
|
+
"--success": "rgb(0 121 82)",
|
|
4366
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4367
|
+
"--success-text": "rgb(0 108 73)",
|
|
4368
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4369
|
+
"--error": "rgb(191 31 39)",
|
|
4370
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4371
|
+
"--error-text": "rgb(167 55 53)",
|
|
4372
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4373
|
+
"--warning": "rgb(148 93 0)",
|
|
4374
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4375
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4376
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4377
|
+
"--info": "rgb(0 100 213)",
|
|
4378
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4379
|
+
"--info-text": "rgb(1 90 194)",
|
|
4380
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4381
|
+
},
|
|
4382
|
+
"moss-voltage/dark": {
|
|
4383
|
+
"--background": "rgb(14 15 10)",
|
|
4384
|
+
"--foreground": "rgb(226 228 208)",
|
|
4385
|
+
"--surface": "rgb(27 28 23)",
|
|
4386
|
+
"--surface-foreground": "rgb(226 228 208)",
|
|
4387
|
+
"--popover": "rgb(35 36 31)",
|
|
4388
|
+
"--popover-foreground": "rgb(226 228 208)",
|
|
4389
|
+
"--primary": "rgb(216 243 136)",
|
|
4390
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4391
|
+
"--secondary": "rgb(0 231 252)",
|
|
4392
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
4393
|
+
"--tertiary": "rgb(228 85 220)",
|
|
4394
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4395
|
+
"--muted": "rgb(44 44 39)",
|
|
4396
|
+
"--muted-foreground": "rgb(197 201 177)",
|
|
4397
|
+
"--accent": "rgb(44 44 39)",
|
|
4398
|
+
"--accent-foreground": "rgb(197 201 177)",
|
|
4399
|
+
"--destructive": "rgb(255 180 171)",
|
|
4400
|
+
"--border": "rgb(68 73 54)",
|
|
4401
|
+
"--input": "rgb(68 73 54)",
|
|
4402
|
+
"--ring": "rgb(170 214 0)",
|
|
4403
|
+
"--sidebar": "rgb(27 28 23)",
|
|
4404
|
+
"--card": "rgb(51 54 40)",
|
|
4405
|
+
"--card-foreground": "rgb(226 228 208)",
|
|
4406
|
+
"--chart-1": "rgb(156 189 53)",
|
|
4407
|
+
"--chart-2": "rgb(0 196 196)",
|
|
4408
|
+
"--chart-3": "rgb(141 175 255)",
|
|
4409
|
+
"--chart-4": "rgb(250 138 223)",
|
|
4410
|
+
"--chart-5": "rgb(255 150 75)",
|
|
4411
|
+
"--content-area": "rgb(18 21 9)",
|
|
4412
|
+
"--sidebar-foreground": "rgb(226 228 208)",
|
|
4413
|
+
"--sidebar-primary": "rgb(170 214 0)",
|
|
4414
|
+
"--sidebar-primary-foreground": "rgb(40 53 0)",
|
|
4415
|
+
"--sidebar-accent": "rgb(0 79 87)",
|
|
4416
|
+
"--sidebar-accent-foreground": "rgb(157 240 252)",
|
|
4417
|
+
"--sidebar-border": "rgb(68 73 54)",
|
|
4418
|
+
"--sidebar-ring": "rgb(170 214 0)",
|
|
4419
|
+
"--primary-text": "rgb(170 214 0)",
|
|
4420
|
+
"--primary-subtle": "rgba(124, 156, 0, 0.24)",
|
|
4421
|
+
"--secondary-text": "rgb(0 219 239)",
|
|
4422
|
+
"--secondary-subtle": "rgba(0, 160, 175, 0.24)",
|
|
4423
|
+
"--tertiary-text": "rgb(255 171 242)",
|
|
4424
|
+
"--tertiary-subtle": "rgba(254, 0, 252, 0.24)",
|
|
4425
|
+
"--success": "rgb(0 135 92)",
|
|
4426
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4427
|
+
"--success-text": "rgb(59 224 161)",
|
|
4428
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4429
|
+
"--error": "rgb(209 45 50)",
|
|
4430
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4431
|
+
"--error-text": "rgb(255 179 173)",
|
|
4432
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4433
|
+
"--warning": "rgb(165 104 0)",
|
|
4434
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4435
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4436
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4437
|
+
"--info": "rgb(33 112 228)",
|
|
4438
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4439
|
+
"--info-text": "rgb(173 198 255)",
|
|
4440
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4441
|
+
},
|
|
4442
|
+
"viridian-orbit/light": {
|
|
4443
|
+
"--background": "rgb(242 244 241)",
|
|
4444
|
+
"--foreground": "rgb(18 30 26)",
|
|
4445
|
+
"--surface": "rgb(230 233 230)",
|
|
4446
|
+
"--surface-foreground": "rgb(18 30 26)",
|
|
4447
|
+
"--popover": "rgb(219 221 219)",
|
|
4448
|
+
"--popover-foreground": "rgb(18 30 26)",
|
|
4449
|
+
"--primary": "rgb(19 115 94)",
|
|
4450
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4451
|
+
"--secondary": "rgb(128 55 238)",
|
|
4452
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4453
|
+
"--tertiary": "rgb(255 138 0)",
|
|
4454
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4455
|
+
"--muted": "rgb(208 210 207)",
|
|
4456
|
+
"--muted-foreground": "rgb(58 74 68)",
|
|
4457
|
+
"--accent": "rgb(208 210 207)",
|
|
4458
|
+
"--accent-foreground": "rgb(58 74 68)",
|
|
4459
|
+
"--destructive": "rgb(186 26 26)",
|
|
4460
|
+
"--border": "rgb(184 203 195)",
|
|
4461
|
+
"--input": "rgb(184 203 195)",
|
|
4462
|
+
"--ring": "rgb(0 107 87)",
|
|
4463
|
+
"--sidebar": "rgb(230 233 230)",
|
|
4464
|
+
"--card": "rgb(255 255 255)",
|
|
4465
|
+
"--card-foreground": "rgb(18 30 26)",
|
|
4466
|
+
"--chart-1": "rgb(0 129 106)",
|
|
4467
|
+
"--chart-2": "rgb(0 119 185)",
|
|
4468
|
+
"--chart-3": "rgb(156 82 188)",
|
|
4469
|
+
"--chart-4": "rgb(192 77 49)",
|
|
4470
|
+
"--chart-5": "rgb(126 115 0)",
|
|
4471
|
+
"--content-area": "rgb(238 253 246)",
|
|
4472
|
+
"--sidebar-foreground": "rgb(18 30 26)",
|
|
4473
|
+
"--sidebar-primary": "rgb(0 107 87)",
|
|
4474
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4475
|
+
"--sidebar-accent": "rgb(235 220 255)",
|
|
4476
|
+
"--sidebar-accent-foreground": "rgb(92 0 195)",
|
|
4477
|
+
"--sidebar-border": "rgb(184 203 195)",
|
|
4478
|
+
"--sidebar-ring": "rgb(0 107 87)",
|
|
4479
|
+
"--primary-text": "rgb(0 107 87)",
|
|
4480
|
+
"--primary-subtle": "rgba(0, 164, 134, 0.13)",
|
|
4481
|
+
"--secondary-text": "rgb(112 70 185)",
|
|
4482
|
+
"--secondary-subtle": "rgba(167, 117, 255, 0.13)",
|
|
4483
|
+
"--tertiary-text": "rgb(145 76 0)",
|
|
4484
|
+
"--tertiary-subtle": "rgba(220, 118, 0, 0.13)",
|
|
4485
|
+
"--success": "rgb(0 121 82)",
|
|
4486
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4487
|
+
"--success-text": "rgb(0 108 73)",
|
|
4488
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4489
|
+
"--error": "rgb(191 31 39)",
|
|
4490
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4491
|
+
"--error-text": "rgb(167 55 53)",
|
|
4492
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4493
|
+
"--warning": "rgb(148 93 0)",
|
|
4494
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4495
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4496
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4497
|
+
"--info": "rgb(0 100 213)",
|
|
4498
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4499
|
+
"--info-text": "rgb(1 90 194)",
|
|
4500
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4501
|
+
},
|
|
4502
|
+
"viridian-orbit/dark": {
|
|
4503
|
+
"--background": "rgb(11 15 14)",
|
|
4504
|
+
"--foreground": "rgb(216 230 223)",
|
|
4505
|
+
"--surface": "rgb(25 28 27)",
|
|
4506
|
+
"--surface-foreground": "rgb(216 230 223)",
|
|
4507
|
+
"--popover": "rgb(33 36 35)",
|
|
4508
|
+
"--popover-foreground": "rgb(216 230 223)",
|
|
4509
|
+
"--primary": "rgb(158 243 217)",
|
|
4510
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4511
|
+
"--secondary": "rgb(141 71 252)",
|
|
4512
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4513
|
+
"--tertiary": "rgb(255 138 0)",
|
|
4514
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4515
|
+
"--muted": "rgb(41 45 43)",
|
|
4516
|
+
"--muted-foreground": "rgb(184 203 195)",
|
|
4517
|
+
"--accent": "rgb(41 45 43)",
|
|
4518
|
+
"--accent-foreground": "rgb(184 203 195)",
|
|
4519
|
+
"--destructive": "rgb(255 180 171)",
|
|
4520
|
+
"--border": "rgb(58 74 68)",
|
|
4521
|
+
"--input": "rgb(58 74 68)",
|
|
4522
|
+
"--ring": "rgb(0 224 184)",
|
|
4523
|
+
"--sidebar": "rgb(25 28 27)",
|
|
4524
|
+
"--card": "rgb(43 55 51)",
|
|
4525
|
+
"--card-foreground": "rgb(216 230 223)",
|
|
4526
|
+
"--chart-1": "rgb(0 199 164)",
|
|
4527
|
+
"--chart-2": "rgb(97 183 255)",
|
|
4528
|
+
"--chart-3": "rgb(224 146 255)",
|
|
4529
|
+
"--chart-4": "rgb(255 147 121)",
|
|
4530
|
+
"--chart-5": "rgb(195 179 0)",
|
|
4531
|
+
"--content-area": "rgb(9 22 18)",
|
|
4532
|
+
"--sidebar-foreground": "rgb(216 230 223)",
|
|
4533
|
+
"--sidebar-primary": "rgb(0 224 184)",
|
|
4534
|
+
"--sidebar-primary-foreground": "rgb(0 56 44)",
|
|
4535
|
+
"--sidebar-accent": "rgb(92 0 195)",
|
|
4536
|
+
"--sidebar-accent-foreground": "rgb(235 220 255)",
|
|
4537
|
+
"--sidebar-border": "rgb(58 74 68)",
|
|
4538
|
+
"--sidebar-ring": "rgb(0 224 184)",
|
|
4539
|
+
"--primary-text": "rgb(0 224 184)",
|
|
4540
|
+
"--primary-subtle": "rgba(0, 164, 134, 0.24)",
|
|
4541
|
+
"--secondary-text": "rgb(212 187 255)",
|
|
4542
|
+
"--secondary-subtle": "rgba(167, 117, 255, 0.24)",
|
|
4543
|
+
"--tertiary-text": "rgb(255 183 127)",
|
|
4544
|
+
"--tertiary-subtle": "rgba(220, 118, 0, 0.24)",
|
|
4545
|
+
"--success": "rgb(0 135 92)",
|
|
4546
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4547
|
+
"--success-text": "rgb(59 224 161)",
|
|
4548
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4549
|
+
"--error": "rgb(209 45 50)",
|
|
4550
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4551
|
+
"--error-text": "rgb(255 179 173)",
|
|
4552
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4553
|
+
"--warning": "rgb(165 104 0)",
|
|
4554
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4555
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4556
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4557
|
+
"--info": "rgb(33 112 228)",
|
|
4558
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4559
|
+
"--info-text": "rgb(173 198 255)",
|
|
4560
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4561
|
+
},
|
|
4562
|
+
"acid-canopy/light": {
|
|
4563
|
+
"--background": "rgb(245 244 236)",
|
|
4564
|
+
"--foreground": "rgb(25 29 17)",
|
|
4565
|
+
"--surface": "rgb(234 232 224)",
|
|
4566
|
+
"--surface-foreground": "rgb(25 29 17)",
|
|
4567
|
+
"--popover": "rgb(222 221 213)",
|
|
4568
|
+
"--popover-foreground": "rgb(25 29 17)",
|
|
4569
|
+
"--primary": "rgb(83 115 0)",
|
|
4570
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4571
|
+
"--secondary": "rgb(0 77 234)",
|
|
4572
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4573
|
+
"--tertiary": "rgb(233 72 172)",
|
|
4574
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4575
|
+
"--muted": "rgb(211 210 202)",
|
|
4576
|
+
"--muted-foreground": "rgb(68 73 55)",
|
|
4577
|
+
"--accent": "rgb(211 210 202)",
|
|
4578
|
+
"--accent-foreground": "rgb(68 73 55)",
|
|
4579
|
+
"--destructive": "rgb(186 26 26)",
|
|
4580
|
+
"--border": "rgb(196 201 178)",
|
|
4581
|
+
"--input": "rgb(196 201 178)",
|
|
4582
|
+
"--ring": "rgb(74 103 0)",
|
|
4583
|
+
"--sidebar": "rgb(234 232 224)",
|
|
4584
|
+
"--card": "rgb(255 255 255)",
|
|
4585
|
+
"--card-foreground": "rgb(25 29 17)",
|
|
4586
|
+
"--chart-1": "rgb(90 125 0)",
|
|
4587
|
+
"--chart-2": "rgb(0 127 130)",
|
|
4588
|
+
"--chart-3": "rgb(63 108 217)",
|
|
4589
|
+
"--chart-4": "rgb(179 75 151)",
|
|
4590
|
+
"--chart-5": "rgb(177 91 0)",
|
|
4591
|
+
"--content-area": "rgb(248 251 231)",
|
|
4592
|
+
"--sidebar-foreground": "rgb(25 29 17)",
|
|
4593
|
+
"--sidebar-primary": "rgb(74 103 0)",
|
|
4594
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4595
|
+
"--sidebar-accent": "rgb(220 225 255)",
|
|
4596
|
+
"--sidebar-accent-foreground": "rgb(0 57 180)",
|
|
4597
|
+
"--sidebar-border": "rgb(196 201 178)",
|
|
4598
|
+
"--sidebar-ring": "rgb(74 103 0)",
|
|
4599
|
+
"--primary-text": "rgb(74 103 0)",
|
|
4600
|
+
"--primary-subtle": "rgba(115, 158, 0, 0.13)",
|
|
4601
|
+
"--secondary-text": "rgb(51 85 196)",
|
|
4602
|
+
"--secondary-subtle": "rgba(104, 137, 255, 0.13)",
|
|
4603
|
+
"--tertiary-text": "rgb(159 53 118)",
|
|
4604
|
+
"--tertiary-subtle": "rgba(255, 61, 186, 0.13)",
|
|
4605
|
+
"--success": "rgb(0 121 82)",
|
|
4606
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4607
|
+
"--success-text": "rgb(0 108 73)",
|
|
4608
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4609
|
+
"--error": "rgb(191 31 39)",
|
|
4610
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4611
|
+
"--error-text": "rgb(167 55 53)",
|
|
4612
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4613
|
+
"--warning": "rgb(148 93 0)",
|
|
4614
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4615
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4616
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4617
|
+
"--info": "rgb(0 100 213)",
|
|
4618
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4619
|
+
"--info-text": "rgb(1 90 194)",
|
|
4620
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4621
|
+
},
|
|
4622
|
+
"acid-canopy/dark": {
|
|
4623
|
+
"--background": "rgb(14 15 10)",
|
|
4624
|
+
"--foreground": "rgb(225 228 208)",
|
|
4625
|
+
"--surface": "rgb(27 28 23)",
|
|
4626
|
+
"--surface-foreground": "rgb(225 228 208)",
|
|
4627
|
+
"--popover": "rgb(35 36 31)",
|
|
4628
|
+
"--popover-foreground": "rgb(225 228 208)",
|
|
4629
|
+
"--primary": "rgb(204 247 118)",
|
|
4630
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4631
|
+
"--secondary": "rgb(20 89 255)",
|
|
4632
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4633
|
+
"--tertiary": "rgb(236 75 175)",
|
|
4634
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4635
|
+
"--muted": "rgb(44 45 40)",
|
|
4636
|
+
"--muted-foreground": "rgb(196 201 178)",
|
|
4637
|
+
"--accent": "rgb(44 45 40)",
|
|
4638
|
+
"--accent-foreground": "rgb(196 201 178)",
|
|
4639
|
+
"--destructive": "rgb(255 180 171)",
|
|
4640
|
+
"--border": "rgb(68 73 55)",
|
|
4641
|
+
"--input": "rgb(68 73 55)",
|
|
4642
|
+
"--ring": "rgb(159 216 0)",
|
|
4643
|
+
"--sidebar": "rgb(27 28 23)",
|
|
4644
|
+
"--card": "rgb(50 54 41)",
|
|
4645
|
+
"--card-foreground": "rgb(225 228 208)",
|
|
4646
|
+
"--chart-1": "rgb(149 190 61)",
|
|
4647
|
+
"--chart-2": "rgb(0 196 200)",
|
|
4648
|
+
"--chart-3": "rgb(146 174 255)",
|
|
4649
|
+
"--chart-4": "rgb(253 137 217)",
|
|
4650
|
+
"--chart-5": "rgb(255 151 64)",
|
|
4651
|
+
"--content-area": "rgb(17 21 9)",
|
|
4652
|
+
"--sidebar-foreground": "rgb(225 228 208)",
|
|
4653
|
+
"--sidebar-primary": "rgb(159 216 0)",
|
|
4654
|
+
"--sidebar-primary-foreground": "rgb(37 54 0)",
|
|
4655
|
+
"--sidebar-accent": "rgb(0 57 180)",
|
|
4656
|
+
"--sidebar-accent-foreground": "rgb(220 225 255)",
|
|
4657
|
+
"--sidebar-border": "rgb(68 73 55)",
|
|
4658
|
+
"--sidebar-ring": "rgb(159 216 0)",
|
|
4659
|
+
"--primary-text": "rgb(159 216 0)",
|
|
4660
|
+
"--primary-subtle": "rgba(115, 158, 0, 0.24)",
|
|
4661
|
+
"--secondary-text": "rgb(183 196 255)",
|
|
4662
|
+
"--secondary-subtle": "rgba(104, 137, 255, 0.24)",
|
|
4663
|
+
"--tertiary-text": "rgb(255 175 215)",
|
|
4664
|
+
"--tertiary-subtle": "rgba(255, 61, 186, 0.24)",
|
|
4665
|
+
"--success": "rgb(0 135 92)",
|
|
4666
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4667
|
+
"--success-text": "rgb(59 224 161)",
|
|
4668
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4669
|
+
"--error": "rgb(209 45 50)",
|
|
4670
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4671
|
+
"--error-text": "rgb(255 179 173)",
|
|
4672
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4673
|
+
"--warning": "rgb(165 104 0)",
|
|
4674
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4675
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4676
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4677
|
+
"--info": "rgb(33 112 228)",
|
|
4678
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4679
|
+
"--info-text": "rgb(173 198 255)",
|
|
4680
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4681
|
+
},
|
|
4682
|
+
"pacific-flare/light": {
|
|
4683
|
+
"--background": "rgb(243 243 246)",
|
|
4684
|
+
"--foreground": "rgb(19 29 35)",
|
|
4685
|
+
"--surface": "rgb(231 232 234)",
|
|
4686
|
+
"--surface-foreground": "rgb(19 29 35)",
|
|
4687
|
+
"--popover": "rgb(220 221 223)",
|
|
4688
|
+
"--popover-foreground": "rgb(19 29 35)",
|
|
4689
|
+
"--primary": "rgb(30 113 148)",
|
|
4690
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4691
|
+
"--secondary": "rgb(161 86 0)",
|
|
4692
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4693
|
+
"--tertiary": "rgb(82 57 244)",
|
|
4694
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
4695
|
+
"--muted": "rgb(208 210 212)",
|
|
4696
|
+
"--muted-foreground": "rgb(60 72 80)",
|
|
4697
|
+
"--accent": "rgb(208 210 212)",
|
|
4698
|
+
"--accent-foreground": "rgb(60 72 80)",
|
|
4699
|
+
"--destructive": "rgb(186 26 26)",
|
|
4700
|
+
"--border": "rgb(187 200 210)",
|
|
4701
|
+
"--input": "rgb(187 200 210)",
|
|
4702
|
+
"--ring": "rgb(0 102 137)",
|
|
4703
|
+
"--sidebar": "rgb(231 232 234)",
|
|
4704
|
+
"--card": "rgb(255 255 255)",
|
|
4705
|
+
"--card-foreground": "rgb(19 29 35)",
|
|
4706
|
+
"--chart-1": "rgb(0 123 165)",
|
|
4707
|
+
"--chart-2": "rgb(136 89 204)",
|
|
4708
|
+
"--chart-3": "rgb(194 73 80)",
|
|
4709
|
+
"--chart-4": "rgb(141 110 0)",
|
|
4710
|
+
"--chart-5": "rgb(0 131 84)",
|
|
4711
|
+
"--content-area": "rgb(245 250 255)",
|
|
4712
|
+
"--sidebar-foreground": "rgb(19 29 35)",
|
|
4713
|
+
"--sidebar-primary": "rgb(0 102 137)",
|
|
4714
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4715
|
+
"--sidebar-accent": "rgb(255 220 195)",
|
|
4716
|
+
"--sidebar-accent-foreground": "rgb(110 57 0)",
|
|
4717
|
+
"--sidebar-border": "rgb(187 200 210)",
|
|
4718
|
+
"--sidebar-ring": "rgb(0 102 137)",
|
|
4719
|
+
"--primary-text": "rgb(0 102 137)",
|
|
4720
|
+
"--primary-subtle": "rgba(0, 155, 208, 0.13)",
|
|
4721
|
+
"--secondary-text": "rgb(145 76 0)",
|
|
4722
|
+
"--secondary-subtle": "rgba(219, 118, 0, 0.13)",
|
|
4723
|
+
"--tertiary-text": "rgb(87 77 193)",
|
|
4724
|
+
"--tertiary-subtle": "rgba(138, 128, 255, 0.13)",
|
|
4725
|
+
"--success": "rgb(0 121 82)",
|
|
4726
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4727
|
+
"--success-text": "rgb(0 108 73)",
|
|
4728
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4729
|
+
"--error": "rgb(191 31 39)",
|
|
4730
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4731
|
+
"--error-text": "rgb(167 55 53)",
|
|
4732
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4733
|
+
"--warning": "rgb(148 93 0)",
|
|
4734
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4735
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4736
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4737
|
+
"--info": "rgb(0 100 213)",
|
|
4738
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4739
|
+
"--info-text": "rgb(1 90 194)",
|
|
4740
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4741
|
+
},
|
|
4742
|
+
"pacific-flare/dark": {
|
|
4743
|
+
"--background": "rgb(12 15 16)",
|
|
4744
|
+
"--foreground": "rgb(218 228 236)",
|
|
4745
|
+
"--surface": "rgb(25 28 30)",
|
|
4746
|
+
"--surface-foreground": "rgb(218 228 236)",
|
|
4747
|
+
"--popover": "rgb(33 36 38)",
|
|
4748
|
+
"--popover-foreground": "rgb(218 228 236)",
|
|
4749
|
+
"--primary": "rgb(117 188 227)",
|
|
4750
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4751
|
+
"--secondary": "rgb(180 96 0)",
|
|
4752
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4753
|
+
"--tertiary": "rgb(132 122 255)",
|
|
4754
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4755
|
+
"--muted": "rgb(42 44 46)",
|
|
4756
|
+
"--muted-foreground": "rgb(187 200 210)",
|
|
4757
|
+
"--accent": "rgb(42 44 46)",
|
|
4758
|
+
"--accent-foreground": "rgb(187 200 210)",
|
|
4759
|
+
"--destructive": "rgb(255 180 171)",
|
|
4760
|
+
"--border": "rgb(60 72 80)",
|
|
4761
|
+
"--input": "rgb(60 72 80)",
|
|
4762
|
+
"--ring": "rgb(121 209 255)",
|
|
4763
|
+
"--sidebar": "rgb(25 28 30)",
|
|
4764
|
+
"--card": "rgb(44 54 60)",
|
|
4765
|
+
"--card-foreground": "rgb(218 228 236)",
|
|
4766
|
+
"--chart-1": "rgb(0 190 252)",
|
|
4767
|
+
"--chart-2": "rgb(198 158 255)",
|
|
4768
|
+
"--chart-3": "rgb(255 145 147)",
|
|
4769
|
+
"--chart-4": "rgb(217 170 0)",
|
|
4770
|
+
"--chart-5": "rgb(37 201 134)",
|
|
4771
|
+
"--content-area": "rgb(11 21 26)",
|
|
4772
|
+
"--sidebar-foreground": "rgb(218 228 236)",
|
|
4773
|
+
"--sidebar-primary": "rgb(121 209 255)",
|
|
4774
|
+
"--sidebar-primary-foreground": "rgb(0 53 73)",
|
|
4775
|
+
"--sidebar-accent": "rgb(110 57 0)",
|
|
4776
|
+
"--sidebar-accent-foreground": "rgb(255 220 195)",
|
|
4777
|
+
"--sidebar-border": "rgb(60 72 80)",
|
|
4778
|
+
"--sidebar-ring": "rgb(121 209 255)",
|
|
4779
|
+
"--primary-text": "rgb(121 209 255)",
|
|
4780
|
+
"--primary-subtle": "rgba(0, 155, 208, 0.24)",
|
|
4781
|
+
"--secondary-text": "rgb(255 183 126)",
|
|
4782
|
+
"--secondary-subtle": "rgba(219, 118, 0, 0.24)",
|
|
4783
|
+
"--tertiary-text": "rgb(197 192 255)",
|
|
4784
|
+
"--tertiary-subtle": "rgba(138, 128, 255, 0.24)",
|
|
4785
|
+
"--success": "rgb(0 135 92)",
|
|
4786
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4787
|
+
"--success-text": "rgb(59 224 161)",
|
|
4788
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4789
|
+
"--error": "rgb(209 45 50)",
|
|
4790
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4791
|
+
"--error-text": "rgb(255 179 173)",
|
|
4792
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4793
|
+
"--warning": "rgb(165 104 0)",
|
|
4794
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4795
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4796
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4797
|
+
"--info": "rgb(33 112 228)",
|
|
4798
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4799
|
+
"--info-text": "rgb(173 198 255)",
|
|
4800
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4801
|
+
},
|
|
4802
|
+
"reef-pulse/light": {
|
|
4803
|
+
"--background": "rgb(242 244 244)",
|
|
4804
|
+
"--foreground": "rgb(17 29 31)",
|
|
4805
|
+
"--surface": "rgb(230 232 233)",
|
|
4806
|
+
"--surface-foreground": "rgb(17 29 31)",
|
|
4807
|
+
"--popover": "rgb(219 221 222)",
|
|
4808
|
+
"--popover-foreground": "rgb(17 29 31)",
|
|
4809
|
+
"--primary": "rgb(0 115 127)",
|
|
4810
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4811
|
+
"--secondary": "rgb(173 77 0)",
|
|
4812
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4813
|
+
"--tertiary": "rgb(233 66 136)",
|
|
4814
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4815
|
+
"--muted": "rgb(208 210 210)",
|
|
4816
|
+
"--muted-foreground": "rgb(57 73 76)",
|
|
4817
|
+
"--accent": "rgb(208 210 210)",
|
|
4818
|
+
"--accent-foreground": "rgb(57 73 76)",
|
|
4819
|
+
"--destructive": "rgb(186 26 26)",
|
|
4820
|
+
"--border": "rgb(184 202 205)",
|
|
4821
|
+
"--input": "rgb(184 202 205)",
|
|
4822
|
+
"--ring": "rgb(0 104 116)",
|
|
4823
|
+
"--sidebar": "rgb(230 232 233)",
|
|
4824
|
+
"--card": "rgb(255 255 255)",
|
|
4825
|
+
"--card-foreground": "rgb(17 29 31)",
|
|
4826
|
+
"--chart-1": "rgb(0 126 139)",
|
|
4827
|
+
"--chart-2": "rgb(90 103 217)",
|
|
4828
|
+
"--chart-3": "rgb(186 73 131)",
|
|
4829
|
+
"--chart-4": "rgb(165 98 0)",
|
|
4830
|
+
"--chart-5": "rgb(64 129 23)",
|
|
4831
|
+
"--content-area": "rgb(238 252 254)",
|
|
4832
|
+
"--sidebar-foreground": "rgb(17 29 31)",
|
|
4833
|
+
"--sidebar-primary": "rgb(0 104 116)",
|
|
4834
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4835
|
+
"--sidebar-accent": "rgb(255 219 202)",
|
|
4836
|
+
"--sidebar-accent-foreground": "rgb(119 50 0)",
|
|
4837
|
+
"--sidebar-border": "rgb(184 202 205)",
|
|
4838
|
+
"--sidebar-ring": "rgb(0 104 116)",
|
|
4839
|
+
"--primary-text": "rgb(0 104 116)",
|
|
4840
|
+
"--primary-subtle": "rgba(0, 160, 176, 0.13)",
|
|
4841
|
+
"--secondary-text": "rgb(156 68 0)",
|
|
4842
|
+
"--secondary-subtle": "rgba(236, 106, 0, 0.13)",
|
|
4843
|
+
"--tertiary-text": "rgb(164 52 97)",
|
|
4844
|
+
"--tertiary-subtle": "rgba(255, 72, 149, 0.13)",
|
|
4845
|
+
"--success": "rgb(0 121 82)",
|
|
4846
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4847
|
+
"--success-text": "rgb(0 108 73)",
|
|
4848
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4849
|
+
"--error": "rgb(191 31 39)",
|
|
4850
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4851
|
+
"--error-text": "rgb(167 55 53)",
|
|
4852
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4853
|
+
"--warning": "rgb(148 93 0)",
|
|
4854
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4855
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4856
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4857
|
+
"--info": "rgb(0 100 213)",
|
|
4858
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4859
|
+
"--info-text": "rgb(1 90 194)",
|
|
4860
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4861
|
+
},
|
|
4862
|
+
"reef-pulse/dark": {
|
|
4863
|
+
"--background": "rgb(11 15 15)",
|
|
4864
|
+
"--foreground": "rgb(215 229 231)",
|
|
4865
|
+
"--surface": "rgb(25 28 29)",
|
|
4866
|
+
"--surface-foreground": "rgb(215 229 231)",
|
|
4867
|
+
"--popover": "rgb(33 36 37)",
|
|
4868
|
+
"--popover-foreground": "rgb(215 229 231)",
|
|
4869
|
+
"--primary": "rgb(132 223 238)",
|
|
4870
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4871
|
+
"--secondary": "rgb(193 86 0)",
|
|
4872
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4873
|
+
"--tertiary": "rgb(243 74 143)",
|
|
4874
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4875
|
+
"--muted": "rgb(41 45 45)",
|
|
4876
|
+
"--muted-foreground": "rgb(184 202 205)",
|
|
4877
|
+
"--accent": "rgb(41 45 45)",
|
|
4878
|
+
"--accent-foreground": "rgb(184 202 205)",
|
|
4879
|
+
"--destructive": "rgb(255 180 171)",
|
|
4880
|
+
"--border": "rgb(57 73 76)",
|
|
4881
|
+
"--input": "rgb(57 73 76)",
|
|
4882
|
+
"--ring": "rgb(0 218 240)",
|
|
4883
|
+
"--sidebar": "rgb(25 28 29)",
|
|
4884
|
+
"--card": "rgb(42 55 57)",
|
|
4885
|
+
"--card-foreground": "rgb(215 229 231)",
|
|
4886
|
+
"--chart-1": "rgb(0 194 214)",
|
|
4887
|
+
"--chart-2": "rgb(161 170 255)",
|
|
4888
|
+
"--chart-3": "rgb(255 139 194)",
|
|
4889
|
+
"--chart-4": "rgb(252 154 18)",
|
|
4890
|
+
"--chart-5": "rgb(125 194 83)",
|
|
4891
|
+
"--content-area": "rgb(9 21 23)",
|
|
4892
|
+
"--sidebar-foreground": "rgb(215 229 231)",
|
|
4893
|
+
"--sidebar-primary": "rgb(0 218 240)",
|
|
4894
|
+
"--sidebar-primary-foreground": "rgb(0 54 61)",
|
|
4895
|
+
"--sidebar-accent": "rgb(119 50 0)",
|
|
4896
|
+
"--sidebar-accent-foreground": "rgb(255 219 202)",
|
|
4897
|
+
"--sidebar-border": "rgb(57 73 76)",
|
|
4898
|
+
"--sidebar-ring": "rgb(0 218 240)",
|
|
4899
|
+
"--primary-text": "rgb(0 218 240)",
|
|
4900
|
+
"--primary-subtle": "rgba(0, 160, 176, 0.24)",
|
|
4901
|
+
"--secondary-text": "rgb(255 182 143)",
|
|
4902
|
+
"--secondary-subtle": "rgba(236, 106, 0, 0.24)",
|
|
4903
|
+
"--tertiary-text": "rgb(255 177 199)",
|
|
4904
|
+
"--tertiary-subtle": "rgba(255, 72, 149, 0.24)",
|
|
4905
|
+
"--success": "rgb(0 135 92)",
|
|
4906
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4907
|
+
"--success-text": "rgb(59 224 161)",
|
|
4908
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4909
|
+
"--error": "rgb(209 45 50)",
|
|
4910
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4911
|
+
"--error-text": "rgb(255 179 173)",
|
|
4912
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4913
|
+
"--warning": "rgb(165 104 0)",
|
|
4914
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4915
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4916
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4917
|
+
"--info": "rgb(33 112 228)",
|
|
4918
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4919
|
+
"--info-text": "rgb(173 198 255)",
|
|
4920
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4921
|
+
},
|
|
4922
|
+
"electric-tide/light": {
|
|
4923
|
+
"--background": "rgb(245 243 247)",
|
|
4924
|
+
"--foreground": "rgb(24 27 37)",
|
|
4925
|
+
"--surface": "rgb(233 231 236)",
|
|
4926
|
+
"--surface-foreground": "rgb(24 27 37)",
|
|
4927
|
+
"--popover": "rgb(222 220 224)",
|
|
4928
|
+
"--popover-foreground": "rgb(24 27 37)",
|
|
4929
|
+
"--primary": "rgb(13 95 234)",
|
|
4930
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
4931
|
+
"--secondary": "rgb(124 42 228)",
|
|
4932
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4933
|
+
"--tertiary": "rgb(163 249 71)",
|
|
4934
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4935
|
+
"--muted": "rgb(211 209 213)",
|
|
4936
|
+
"--muted-foreground": "rgb(67 70 84)",
|
|
4937
|
+
"--accent": "rgb(211 209 213)",
|
|
4938
|
+
"--accent-foreground": "rgb(67 70 84)",
|
|
4939
|
+
"--destructive": "rgb(186 26 26)",
|
|
4940
|
+
"--border": "rgb(195 198 214)",
|
|
4941
|
+
"--input": "rgb(195 198 214)",
|
|
4942
|
+
"--ring": "rgb(0 84 215)",
|
|
4943
|
+
"--sidebar": "rgb(233 231 236)",
|
|
4944
|
+
"--card": "rgb(255 255 255)",
|
|
4945
|
+
"--card-foreground": "rgb(24 27 37)",
|
|
4946
|
+
"--chart-1": "rgb(64 108 217)",
|
|
4947
|
+
"--chart-2": "rgb(179 74 150)",
|
|
4948
|
+
"--chart-3": "rgb(176 91 0)",
|
|
4949
|
+
"--chart-4": "rgb(90 125 0)",
|
|
4950
|
+
"--chart-5": "rgb(0 127 130)",
|
|
4951
|
+
"--content-area": "rgb(250 248 255)",
|
|
4952
|
+
"--sidebar-foreground": "rgb(24 27 37)",
|
|
4953
|
+
"--sidebar-primary": "rgb(0 84 215)",
|
|
4954
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
4955
|
+
"--sidebar-accent": "rgb(236 220 255)",
|
|
4956
|
+
"--sidebar-accent-foreground": "rgb(96 5 189)",
|
|
4957
|
+
"--sidebar-border": "rgb(195 198 214)",
|
|
4958
|
+
"--sidebar-ring": "rgb(0 84 215)",
|
|
4959
|
+
"--primary-text": "rgb(0 84 215)",
|
|
4960
|
+
"--primary-subtle": "rgba(95, 139, 255, 0.13)",
|
|
4961
|
+
"--secondary-text": "rgb(115 69 183)",
|
|
4962
|
+
"--secondary-subtle": "rgba(171, 115, 255, 0.13)",
|
|
4963
|
+
"--tertiary-text": "rgb(60 106 0)",
|
|
4964
|
+
"--tertiary-subtle": "rgba(94, 162, 0, 0.13)",
|
|
4965
|
+
"--success": "rgb(0 121 82)",
|
|
4966
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4967
|
+
"--success-text": "rgb(0 108 73)",
|
|
4968
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4969
|
+
"--error": "rgb(191 31 39)",
|
|
4970
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4971
|
+
"--error-text": "rgb(167 55 53)",
|
|
4972
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4973
|
+
"--warning": "rgb(148 93 0)",
|
|
4974
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4975
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4976
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4977
|
+
"--info": "rgb(0 100 213)",
|
|
4978
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4979
|
+
"--info-text": "rgb(1 90 194)",
|
|
4980
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4981
|
+
},
|
|
4982
|
+
"electric-tide/dark": {
|
|
4983
|
+
"--background": "rgb(13 14 17)",
|
|
4984
|
+
"--foreground": "rgb(224 226 239)",
|
|
4985
|
+
"--surface": "rgb(27 27 31)",
|
|
4986
|
+
"--surface-foreground": "rgb(224 226 239)",
|
|
4987
|
+
"--popover": "rgb(35 35 39)",
|
|
4988
|
+
"--popover-foreground": "rgb(224 226 239)",
|
|
4989
|
+
"--primary": "rgb(85 133 255)",
|
|
4990
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4991
|
+
"--secondary": "rgb(137 60 241)",
|
|
4992
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
4993
|
+
"--tertiary": "rgb(163 249 71)",
|
|
4994
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4995
|
+
"--muted": "rgb(43 44 47)",
|
|
4996
|
+
"--muted-foreground": "rgb(195 198 214)",
|
|
4997
|
+
"--accent": "rgb(43 44 47)",
|
|
4998
|
+
"--accent-foreground": "rgb(195 198 214)",
|
|
4999
|
+
"--destructive": "rgb(255 180 171)",
|
|
5000
|
+
"--border": "rgb(67 70 84)",
|
|
5001
|
+
"--input": "rgb(67 70 84)",
|
|
5002
|
+
"--ring": "rgb(179 197 255)",
|
|
5003
|
+
"--sidebar": "rgb(27 27 31)",
|
|
5004
|
+
"--card": "rgb(50 52 63)",
|
|
5005
|
+
"--card-foreground": "rgb(224 226 239)",
|
|
5006
|
+
"--chart-1": "rgb(147 174 255)",
|
|
5007
|
+
"--chart-2": "rgb(253 137 216)",
|
|
5008
|
+
"--chart-3": "rgb(255 151 63)",
|
|
5009
|
+
"--chart-4": "rgb(148 190 61)",
|
|
5010
|
+
"--chart-5": "rgb(0 196 200)",
|
|
5011
|
+
"--content-area": "rgb(16 19 28)",
|
|
5012
|
+
"--sidebar-foreground": "rgb(224 226 239)",
|
|
5013
|
+
"--sidebar-primary": "rgb(179 197 255)",
|
|
5014
|
+
"--sidebar-primary-foreground": "rgb(0 43 117)",
|
|
5015
|
+
"--sidebar-accent": "rgb(96 5 189)",
|
|
5016
|
+
"--sidebar-accent-foreground": "rgb(236 220 255)",
|
|
5017
|
+
"--sidebar-border": "rgb(67 70 84)",
|
|
5018
|
+
"--sidebar-ring": "rgb(179 197 255)",
|
|
5019
|
+
"--primary-text": "rgb(179 197 255)",
|
|
5020
|
+
"--primary-subtle": "rgba(95, 139, 255, 0.24)",
|
|
5021
|
+
"--secondary-text": "rgb(214 186 255)",
|
|
5022
|
+
"--secondary-subtle": "rgba(171, 115, 255, 0.24)",
|
|
5023
|
+
"--tertiary-text": "rgb(155 216 94)",
|
|
5024
|
+
"--tertiary-subtle": "rgba(94, 162, 0, 0.24)",
|
|
5025
|
+
"--success": "rgb(0 135 92)",
|
|
5026
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5027
|
+
"--success-text": "rgb(59 224 161)",
|
|
5028
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5029
|
+
"--error": "rgb(209 45 50)",
|
|
5030
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5031
|
+
"--error-text": "rgb(255 179 173)",
|
|
5032
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5033
|
+
"--warning": "rgb(165 104 0)",
|
|
5034
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5035
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5036
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5037
|
+
"--info": "rgb(33 112 228)",
|
|
5038
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5039
|
+
"--info-text": "rgb(173 198 255)",
|
|
5040
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5041
|
+
},
|
|
5042
|
+
"arctic-signal/light": {
|
|
5043
|
+
"--background": "rgb(242 244 245)",
|
|
5044
|
+
"--foreground": "rgb(18 29 33)",
|
|
5045
|
+
"--surface": "rgb(231 232 234)",
|
|
5046
|
+
"--surface-foreground": "rgb(18 29 33)",
|
|
5047
|
+
"--popover": "rgb(219 221 223)",
|
|
5048
|
+
"--popover-foreground": "rgb(18 29 33)",
|
|
5049
|
+
"--primary": "rgb(0 115 141)",
|
|
5050
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5051
|
+
"--secondary": "rgb(0 101 216)",
|
|
5052
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5053
|
+
"--tertiary": "rgb(232 69 162)",
|
|
5054
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5055
|
+
"--muted": "rgb(208 210 211)",
|
|
5056
|
+
"--muted-foreground": "rgb(59 73 79)",
|
|
5057
|
+
"--accent": "rgb(208 210 211)",
|
|
5058
|
+
"--accent-foreground": "rgb(59 73 79)",
|
|
5059
|
+
"--destructive": "rgb(186 26 26)",
|
|
5060
|
+
"--border": "rgb(185 201 208)",
|
|
5061
|
+
"--input": "rgb(185 201 208)",
|
|
5062
|
+
"--ring": "rgb(0 103 127)",
|
|
5063
|
+
"--sidebar": "rgb(231 232 234)",
|
|
5064
|
+
"--card": "rgb(255 255 255)",
|
|
5065
|
+
"--card-foreground": "rgb(18 29 33)",
|
|
5066
|
+
"--chart-1": "rgb(0 124 153)",
|
|
5067
|
+
"--chart-2": "rgb(119 95 212)",
|
|
5068
|
+
"--chart-3": "rgb(192 72 103)",
|
|
5069
|
+
"--chart-4": "rgb(152 105 0)",
|
|
5070
|
+
"--chart-5": "rgb(0 132 58)",
|
|
5071
|
+
"--content-area": "rgb(242 251 255)",
|
|
5072
|
+
"--sidebar-foreground": "rgb(18 29 33)",
|
|
5073
|
+
"--sidebar-primary": "rgb(0 103 127)",
|
|
5074
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5075
|
+
"--sidebar-accent": "rgb(216 226 255)",
|
|
5076
|
+
"--sidebar-accent-foreground": "rgb(33 69 131)",
|
|
5077
|
+
"--sidebar-border": "rgb(185 201 208)",
|
|
5078
|
+
"--sidebar-ring": "rgb(0 103 127)",
|
|
5079
|
+
"--primary-text": "rgb(0 103 127)",
|
|
5080
|
+
"--primary-subtle": "rgba(0, 158, 193, 0.13)",
|
|
5081
|
+
"--secondary-text": "rgb(3 90 194)",
|
|
5082
|
+
"--secondary-subtle": "rgba(78, 142, 255, 0.13)",
|
|
5083
|
+
"--tertiary-text": "rgb(161 53 113)",
|
|
5084
|
+
"--tertiary-subtle": "rgba(255, 64, 176, 0.13)",
|
|
5085
|
+
"--success": "rgb(0 121 82)",
|
|
5086
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5087
|
+
"--success-text": "rgb(0 108 73)",
|
|
5088
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5089
|
+
"--error": "rgb(191 31 39)",
|
|
5090
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5091
|
+
"--error-text": "rgb(167 55 53)",
|
|
5092
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5093
|
+
"--warning": "rgb(148 93 0)",
|
|
5094
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5095
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5096
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5097
|
+
"--info": "rgb(0 100 213)",
|
|
5098
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5099
|
+
"--info-text": "rgb(1 90 194)",
|
|
5100
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5101
|
+
},
|
|
5102
|
+
"arctic-signal/dark": {
|
|
5103
|
+
"--background": "rgb(12 15 16)",
|
|
5104
|
+
"--foreground": "rgb(216 228 234)",
|
|
5105
|
+
"--surface": "rgb(25 28 29)",
|
|
5106
|
+
"--surface-foreground": "rgb(216 228 234)",
|
|
5107
|
+
"--popover": "rgb(33 36 38)",
|
|
5108
|
+
"--popover-foreground": "rgb(216 228 234)",
|
|
5109
|
+
"--primary": "rgb(103 203 236)",
|
|
5110
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5111
|
+
"--secondary": "rgb(0 112 240)",
|
|
5112
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5113
|
+
"--tertiary": "rgb(238 74 167)",
|
|
5114
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5115
|
+
"--muted": "rgb(41 45 46)",
|
|
5116
|
+
"--muted-foreground": "rgb(185 201 208)",
|
|
5117
|
+
"--accent": "rgb(41 45 46)",
|
|
5118
|
+
"--accent-foreground": "rgb(185 201 208)",
|
|
5119
|
+
"--destructive": "rgb(255 180 171)",
|
|
5120
|
+
"--border": "rgb(59 73 79)",
|
|
5121
|
+
"--input": "rgb(59 73 79)",
|
|
5122
|
+
"--ring": "rgb(75 214 255)",
|
|
5123
|
+
"--sidebar": "rgb(25 28 29)",
|
|
5124
|
+
"--card": "rgb(43 54 59)",
|
|
5125
|
+
"--card-foreground": "rgb(216 228 234)",
|
|
5126
|
+
"--chart-1": "rgb(0 192 234)",
|
|
5127
|
+
"--chart-2": "rgb(182 164 255)",
|
|
5128
|
+
"--chart-3": "rgb(255 143 166)",
|
|
5129
|
+
"--chart-4": "rgb(233 164 0)",
|
|
5130
|
+
"--chart-5": "rgb(84 198 112)",
|
|
5131
|
+
"--content-area": "rgb(10 21 25)",
|
|
5132
|
+
"--sidebar-foreground": "rgb(216 228 234)",
|
|
5133
|
+
"--sidebar-primary": "rgb(75 214 255)",
|
|
5134
|
+
"--sidebar-primary-foreground": "rgb(0 53 67)",
|
|
5135
|
+
"--sidebar-accent": "rgb(33 69 131)",
|
|
5136
|
+
"--sidebar-accent-foreground": "rgb(216 226 255)",
|
|
5137
|
+
"--sidebar-border": "rgb(59 73 79)",
|
|
5138
|
+
"--sidebar-ring": "rgb(75 214 255)",
|
|
5139
|
+
"--primary-text": "rgb(75 214 255)",
|
|
5140
|
+
"--primary-subtle": "rgba(0, 158, 193, 0.24)",
|
|
5141
|
+
"--secondary-text": "rgb(174 198 255)",
|
|
5142
|
+
"--secondary-subtle": "rgba(78, 142, 255, 0.24)",
|
|
5143
|
+
"--tertiary-text": "rgb(255 175 211)",
|
|
5144
|
+
"--tertiary-subtle": "rgba(255, 64, 176, 0.24)",
|
|
5145
|
+
"--success": "rgb(0 135 92)",
|
|
5146
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5147
|
+
"--success-text": "rgb(59 224 161)",
|
|
5148
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5149
|
+
"--error": "rgb(209 45 50)",
|
|
5150
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5151
|
+
"--error-text": "rgb(255 179 173)",
|
|
5152
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5153
|
+
"--warning": "rgb(165 104 0)",
|
|
5154
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5155
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5156
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5157
|
+
"--info": "rgb(33 112 228)",
|
|
5158
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5159
|
+
"--info-text": "rgb(173 198 255)",
|
|
5160
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5161
|
+
},
|
|
5162
|
+
"ultramarine-gold/light": {
|
|
5163
|
+
"--background": "rgb(246 242 247)",
|
|
5164
|
+
"--foreground": "rgb(26 27 37)",
|
|
5165
|
+
"--surface": "rgb(234 231 236)",
|
|
5166
|
+
"--surface-foreground": "rgb(26 27 37)",
|
|
5167
|
+
"--popover": "rgb(223 220 224)",
|
|
5168
|
+
"--popover-foreground": "rgb(26 27 37)",
|
|
5169
|
+
"--primary": "rgb(59 78 215)",
|
|
5170
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5171
|
+
"--secondary": "rgb(192 58 0)",
|
|
5172
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5173
|
+
"--tertiary": "rgb(255 191 6)",
|
|
5174
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5175
|
+
"--muted": "rgb(211 209 213)",
|
|
5176
|
+
"--muted-foreground": "rgb(69 70 84)",
|
|
5177
|
+
"--accent": "rgb(211 209 213)",
|
|
5178
|
+
"--accent-foreground": "rgb(69 70 84)",
|
|
5179
|
+
"--destructive": "rgb(186 26 26)",
|
|
5180
|
+
"--border": "rgb(197 197 214)",
|
|
5181
|
+
"--input": "rgb(197 197 214)",
|
|
5182
|
+
"--ring": "rgb(35 64 255)",
|
|
5183
|
+
"--sidebar": "rgb(234 231 236)",
|
|
5184
|
+
"--card": "rgb(255 255 255)",
|
|
5185
|
+
"--card-foreground": "rgb(26 27 37)",
|
|
5186
|
+
"--chart-1": "rgb(88 103 217)",
|
|
5187
|
+
"--chart-2": "rgb(185 73 133)",
|
|
5188
|
+
"--chart-3": "rgb(166 97 0)",
|
|
5189
|
+
"--chart-4": "rgb(66 129 20)",
|
|
5190
|
+
"--chart-5": "rgb(0 126 138)",
|
|
5191
|
+
"--content-area": "rgb(251 248 255)",
|
|
5192
|
+
"--sidebar-foreground": "rgb(26 27 37)",
|
|
5193
|
+
"--sidebar-primary": "rgb(35 64 255)",
|
|
5194
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5195
|
+
"--sidebar-accent": "rgb(255 219 208)",
|
|
5196
|
+
"--sidebar-accent-foreground": "rgb(132 37 0)",
|
|
5197
|
+
"--sidebar-border": "rgb(197 197 214)",
|
|
5198
|
+
"--sidebar-ring": "rgb(35 64 255)",
|
|
5199
|
+
"--primary-text": "rgb(35 64 255)",
|
|
5200
|
+
"--primary-subtle": "rgba(118, 134, 255, 0.13)",
|
|
5201
|
+
"--secondary-text": "rgb(165 60 22)",
|
|
5202
|
+
"--secondary-subtle": "rgba(255, 87, 22, 0.13)",
|
|
5203
|
+
"--tertiary-text": "rgb(121 89 0)",
|
|
5204
|
+
"--tertiary-subtle": "rgba(184, 137, 0, 0.13)",
|
|
5205
|
+
"--success": "rgb(0 121 82)",
|
|
5206
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5207
|
+
"--success-text": "rgb(0 108 73)",
|
|
5208
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5209
|
+
"--error": "rgb(191 31 39)",
|
|
5210
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5211
|
+
"--error-text": "rgb(167 55 53)",
|
|
5212
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5213
|
+
"--warning": "rgb(148 93 0)",
|
|
5214
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5215
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5216
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5217
|
+
"--info": "rgb(0 100 213)",
|
|
5218
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5219
|
+
"--info-text": "rgb(1 90 194)",
|
|
5220
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5221
|
+
},
|
|
5222
|
+
"ultramarine-gold/dark": {
|
|
5223
|
+
"--background": "rgb(14 14 17)",
|
|
5224
|
+
"--foreground": "rgb(226 225 239)",
|
|
5225
|
+
"--surface": "rgb(27 27 31)",
|
|
5226
|
+
"--surface-foreground": "rgb(226 225 239)",
|
|
5227
|
+
"--popover": "rgb(35 35 39)",
|
|
5228
|
+
"--popover-foreground": "rgb(226 225 239)",
|
|
5229
|
+
"--primary": "rgb(111 128 255)",
|
|
5230
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5231
|
+
"--secondary": "rgb(213 66 0)",
|
|
5232
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5233
|
+
"--tertiary": "rgb(255 191 6)",
|
|
5234
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5235
|
+
"--muted": "rgb(44 44 47)",
|
|
5236
|
+
"--muted-foreground": "rgb(197 197 214)",
|
|
5237
|
+
"--accent": "rgb(44 44 47)",
|
|
5238
|
+
"--accent-foreground": "rgb(197 197 214)",
|
|
5239
|
+
"--destructive": "rgb(255 180 171)",
|
|
5240
|
+
"--border": "rgb(69 70 84)",
|
|
5241
|
+
"--input": "rgb(69 70 84)",
|
|
5242
|
+
"--ring": "rgb(188 194 255)",
|
|
5243
|
+
"--sidebar": "rgb(27 27 31)",
|
|
5244
|
+
"--card": "rgb(51 52 63)",
|
|
5245
|
+
"--card-foreground": "rgb(226 225 239)",
|
|
5246
|
+
"--chart-1": "rgb(160 171 255)",
|
|
5247
|
+
"--chart-2": "rgb(255 139 196)",
|
|
5248
|
+
"--chart-3": "rgb(253 153 21)",
|
|
5249
|
+
"--chart-4": "rgb(127 194 81)",
|
|
5250
|
+
"--chart-5": "rgb(0 195 213)",
|
|
5251
|
+
"--content-area": "rgb(18 19 28)",
|
|
5252
|
+
"--sidebar-foreground": "rgb(226 225 239)",
|
|
5253
|
+
"--sidebar-primary": "rgb(188 194 255)",
|
|
5254
|
+
"--sidebar-primary-foreground": "rgb(0 24 154)",
|
|
5255
|
+
"--sidebar-accent": "rgb(132 37 0)",
|
|
5256
|
+
"--sidebar-accent-foreground": "rgb(255 219 208)",
|
|
5257
|
+
"--sidebar-border": "rgb(69 70 84)",
|
|
5258
|
+
"--sidebar-ring": "rgb(188 194 255)",
|
|
5259
|
+
"--primary-text": "rgb(188 194 255)",
|
|
5260
|
+
"--primary-subtle": "rgba(118, 134, 255, 0.24)",
|
|
5261
|
+
"--secondary-text": "rgb(255 181 158)",
|
|
5262
|
+
"--secondary-subtle": "rgba(255, 87, 22, 0.24)",
|
|
5263
|
+
"--tertiary-text": "rgb(252 188 3)",
|
|
5264
|
+
"--tertiary-subtle": "rgba(184, 137, 0, 0.24)",
|
|
5265
|
+
"--success": "rgb(0 135 92)",
|
|
5266
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5267
|
+
"--success-text": "rgb(59 224 161)",
|
|
5268
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5269
|
+
"--error": "rgb(209 45 50)",
|
|
5270
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5271
|
+
"--error-text": "rgb(255 179 173)",
|
|
5272
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5273
|
+
"--warning": "rgb(165 104 0)",
|
|
5274
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5275
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5276
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5277
|
+
"--info": "rgb(33 112 228)",
|
|
5278
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5279
|
+
"--info-text": "rgb(173 198 255)",
|
|
5280
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5281
|
+
},
|
|
5282
|
+
"midnight-citrus/light": {
|
|
5283
|
+
"--background": "rgb(246 242 247)",
|
|
5284
|
+
"--foreground": "rgb(27 27 37)",
|
|
5285
|
+
"--surface": "rgb(235 231 236)",
|
|
5286
|
+
"--surface-foreground": "rgb(27 27 37)",
|
|
5287
|
+
"--popover": "rgb(223 220 224)",
|
|
5288
|
+
"--popover-foreground": "rgb(27 27 37)",
|
|
5289
|
+
"--primary": "rgb(96 95 183)",
|
|
5290
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5291
|
+
"--secondary": "rgb(0 119 108)",
|
|
5292
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5293
|
+
"--tertiary": "rgb(253 113 0)",
|
|
5294
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5295
|
+
"--muted": "rgb(212 208 213)",
|
|
5296
|
+
"--muted-foreground": "rgb(70 69 84)",
|
|
5297
|
+
"--accent": "rgb(212 208 213)",
|
|
5298
|
+
"--accent-foreground": "rgb(70 69 84)",
|
|
5299
|
+
"--destructive": "rgb(186 26 26)",
|
|
5300
|
+
"--border": "rgb(199 196 214)",
|
|
5301
|
+
"--input": "rgb(199 196 214)",
|
|
5302
|
+
"--ring": "rgb(69 55 255)",
|
|
5303
|
+
"--sidebar": "rgb(235 231 236)",
|
|
5304
|
+
"--card": "rgb(255 255 255)",
|
|
5305
|
+
"--card-foreground": "rgb(27 27 37)",
|
|
5306
|
+
"--chart-1": "rgb(102 100 216)",
|
|
5307
|
+
"--chart-2": "rgb(189 72 121)",
|
|
5308
|
+
"--chart-3": "rgb(160 101 0)",
|
|
5309
|
+
"--chart-4": "rgb(46 130 37)",
|
|
5310
|
+
"--chart-5": "rgb(0 125 144)",
|
|
5311
|
+
"--content-area": "rgb(252 248 255)",
|
|
5312
|
+
"--sidebar-foreground": "rgb(27 27 37)",
|
|
5313
|
+
"--sidebar-primary": "rgb(69 55 255)",
|
|
5314
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5315
|
+
"--sidebar-accent": "rgb(143 244 229)",
|
|
5316
|
+
"--sidebar-accent-foreground": "rgb(0 80 73)",
|
|
5317
|
+
"--sidebar-border": "rgb(199 196 214)",
|
|
5318
|
+
"--sidebar-ring": "rgb(69 55 255)",
|
|
5319
|
+
"--primary-text": "rgb(69 55 255)",
|
|
5320
|
+
"--primary-subtle": "rgba(132, 130, 255, 0.13)",
|
|
5321
|
+
"--secondary-text": "rgb(0 106 97)",
|
|
5322
|
+
"--secondary-subtle": "rgba(0, 162, 148, 0.13)",
|
|
5323
|
+
"--tertiary-text": "rgb(157 68 0)",
|
|
5324
|
+
"--tertiary-subtle": "rgba(237, 105, 0, 0.13)",
|
|
5325
|
+
"--success": "rgb(0 121 82)",
|
|
5326
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5327
|
+
"--success-text": "rgb(0 108 73)",
|
|
5328
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5329
|
+
"--error": "rgb(191 31 39)",
|
|
5330
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5331
|
+
"--error-text": "rgb(167 55 53)",
|
|
5332
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5333
|
+
"--warning": "rgb(148 93 0)",
|
|
5334
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5335
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5336
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5337
|
+
"--info": "rgb(0 100 213)",
|
|
5338
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5339
|
+
"--info-text": "rgb(1 90 194)",
|
|
5340
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5341
|
+
},
|
|
5342
|
+
"midnight-citrus/dark": {
|
|
5343
|
+
"--background": "rgb(14 14 17)",
|
|
5344
|
+
"--foreground": "rgb(228 225 239)",
|
|
5345
|
+
"--surface": "rgb(28 27 31)",
|
|
5346
|
+
"--surface-foreground": "rgb(228 225 239)",
|
|
5347
|
+
"--popover": "rgb(36 35 39)",
|
|
5348
|
+
"--popover-foreground": "rgb(228 225 239)",
|
|
5349
|
+
"--primary": "rgb(131 130 220)",
|
|
5350
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5351
|
+
"--secondary": "rgb(0 253 232)",
|
|
5352
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
5353
|
+
"--tertiary": "rgb(253 113 0)",
|
|
5354
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5355
|
+
"--muted": "rgb(44 44 47)",
|
|
5356
|
+
"--muted-foreground": "rgb(199 196 214)",
|
|
5357
|
+
"--accent": "rgb(44 44 47)",
|
|
5358
|
+
"--accent-foreground": "rgb(199 196 214)",
|
|
5359
|
+
"--destructive": "rgb(255 180 171)",
|
|
5360
|
+
"--border": "rgb(70 69 84)",
|
|
5361
|
+
"--input": "rgb(70 69 84)",
|
|
5362
|
+
"--ring": "rgb(194 193 255)",
|
|
5363
|
+
"--sidebar": "rgb(28 27 31)",
|
|
5364
|
+
"--card": "rgb(52 52 63)",
|
|
5365
|
+
"--card-foreground": "rgb(228 225 239)",
|
|
5366
|
+
"--chart-1": "rgb(169 168 255)",
|
|
5367
|
+
"--chart-2": "rgb(255 141 183)",
|
|
5368
|
+
"--chart-3": "rgb(245 157 0)",
|
|
5369
|
+
"--chart-4": "rgb(111 196 94)",
|
|
5370
|
+
"--chart-5": "rgb(0 194 222)",
|
|
5371
|
+
"--content-area": "rgb(19 18 28)",
|
|
5372
|
+
"--sidebar-foreground": "rgb(228 225 239)",
|
|
5373
|
+
"--sidebar-primary": "rgb(194 193 255)",
|
|
5374
|
+
"--sidebar-primary-foreground": "rgb(26 0 166)",
|
|
5375
|
+
"--sidebar-accent": "rgb(0 80 73)",
|
|
5376
|
+
"--sidebar-accent-foreground": "rgb(143 244 229)",
|
|
5377
|
+
"--sidebar-border": "rgb(70 69 84)",
|
|
5378
|
+
"--sidebar-ring": "rgb(194 193 255)",
|
|
5379
|
+
"--primary-text": "rgb(194 193 255)",
|
|
5380
|
+
"--primary-subtle": "rgba(132, 130, 255, 0.24)",
|
|
5381
|
+
"--secondary-text": "rgb(0 222 203)",
|
|
5382
|
+
"--secondary-subtle": "rgba(0, 162, 148, 0.24)",
|
|
5383
|
+
"--tertiary-text": "rgb(255 182 144)",
|
|
5384
|
+
"--tertiary-subtle": "rgba(237, 105, 0, 0.24)",
|
|
5385
|
+
"--success": "rgb(0 135 92)",
|
|
5386
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5387
|
+
"--success-text": "rgb(59 224 161)",
|
|
5388
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5389
|
+
"--error": "rgb(209 45 50)",
|
|
5390
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5391
|
+
"--error-text": "rgb(255 179 173)",
|
|
5392
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5393
|
+
"--warning": "rgb(165 104 0)",
|
|
5394
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5395
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5396
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5397
|
+
"--info": "rgb(33 112 228)",
|
|
5398
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5399
|
+
"--info-text": "rgb(173 198 255)",
|
|
5400
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5401
|
+
},
|
|
5402
|
+
"persimmon-wave/light": {
|
|
5403
|
+
"--background": "rgb(254 241 238)",
|
|
5404
|
+
"--foreground": "rgb(39 24 20)",
|
|
5405
|
+
"--surface": "rgb(243 229 226)",
|
|
5406
|
+
"--surface-foreground": "rgb(39 24 20)",
|
|
5407
|
+
"--popover": "rgb(231 218 215)",
|
|
5408
|
+
"--popover-foreground": "rgb(39 24 20)",
|
|
5409
|
+
"--primary": "rgb(187 49 7)",
|
|
5410
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5411
|
+
"--secondary": "rgb(0 107 191)",
|
|
5412
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5413
|
+
"--tertiary": "rgb(255 215 0)",
|
|
5414
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5415
|
+
"--muted": "rgb(220 207 204)",
|
|
5416
|
+
"--muted-foreground": "rgb(88 65 60)",
|
|
5417
|
+
"--accent": "rgb(220 207 204)",
|
|
5418
|
+
"--accent-foreground": "rgb(88 65 60)",
|
|
5419
|
+
"--destructive": "rgb(186 26 26)",
|
|
5420
|
+
"--border": "rgb(224 191 184)",
|
|
5421
|
+
"--input": "rgb(224 191 184)",
|
|
5422
|
+
"--ring": "rgb(179 42 0)",
|
|
5423
|
+
"--sidebar": "rgb(243 229 226)",
|
|
5424
|
+
"--card": "rgb(255 255 255)",
|
|
5425
|
+
"--card-foreground": "rgb(39 24 20)",
|
|
5426
|
+
"--chart-1": "rgb(192 77 47)",
|
|
5427
|
+
"--chart-2": "rgb(125 116 0)",
|
|
5428
|
+
"--chart-3": "rgb(0 129 107)",
|
|
5429
|
+
"--chart-4": "rgb(0 119 187)",
|
|
5430
|
+
"--chart-5": "rgb(157 82 187)",
|
|
5431
|
+
"--content-area": "rgb(255 248 246)",
|
|
5432
|
+
"--sidebar-foreground": "rgb(39 24 20)",
|
|
5433
|
+
"--sidebar-primary": "rgb(179 42 0)",
|
|
5434
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5435
|
+
"--sidebar-accent": "rgb(212 227 255)",
|
|
5436
|
+
"--sidebar-accent-foreground": "rgb(18 72 126)",
|
|
5437
|
+
"--sidebar-border": "rgb(224 191 184)",
|
|
5438
|
+
"--sidebar-ring": "rgb(179 42 0)",
|
|
5439
|
+
"--primary-text": "rgb(179 42 0)",
|
|
5440
|
+
"--primary-subtle": "rgba(255, 86, 41, 0.13)",
|
|
5441
|
+
"--secondary-text": "rgb(0 95 172)",
|
|
5442
|
+
"--secondary-subtle": "rgba(27, 146, 255, 0.13)",
|
|
5443
|
+
"--tertiary-text": "rgb(111 93 0)",
|
|
5444
|
+
"--tertiary-subtle": "rgba(170, 143, 0, 0.13)",
|
|
5445
|
+
"--success": "rgb(0 121 82)",
|
|
5446
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5447
|
+
"--success-text": "rgb(0 108 73)",
|
|
5448
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5449
|
+
"--error": "rgb(191 31 39)",
|
|
5450
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5451
|
+
"--error-text": "rgb(167 55 53)",
|
|
5452
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5453
|
+
"--warning": "rgb(148 93 0)",
|
|
5454
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5455
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5456
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5457
|
+
"--info": "rgb(0 100 213)",
|
|
5458
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5459
|
+
"--info-text": "rgb(1 90 194)",
|
|
5460
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5461
|
+
},
|
|
5462
|
+
"persimmon-wave/dark": {
|
|
5463
|
+
"--background": "rgb(18 13 12)",
|
|
5464
|
+
"--foreground": "rgb(249 220 213)",
|
|
5465
|
+
"--surface": "rgb(32 26 25)",
|
|
5466
|
+
"--surface-foreground": "rgb(249 220 213)",
|
|
5467
|
+
"--popover": "rgb(41 34 33)",
|
|
5468
|
+
"--popover-foreground": "rgb(249 220 213)",
|
|
5469
|
+
"--primary": "rgb(242 87 47)",
|
|
5470
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5471
|
+
"--secondary": "rgb(0 119 213)",
|
|
5472
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5473
|
+
"--tertiary": "rgb(255 215 0)",
|
|
5474
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5475
|
+
"--muted": "rgb(50 43 41)",
|
|
5476
|
+
"--muted-foreground": "rgb(224 191 184)",
|
|
5477
|
+
"--accent": "rgb(50 43 41)",
|
|
5478
|
+
"--accent-foreground": "rgb(224 191 184)",
|
|
5479
|
+
"--destructive": "rgb(255 180 171)",
|
|
5480
|
+
"--border": "rgb(88 65 60)",
|
|
5481
|
+
"--input": "rgb(88 65 60)",
|
|
5482
|
+
"--ring": "rgb(255 180 161)",
|
|
5483
|
+
"--sidebar": "rgb(32 26 25)",
|
|
5484
|
+
"--card": "rgb(66 49 44)",
|
|
5485
|
+
"--card-foreground": "rgb(249 220 213)",
|
|
5486
|
+
"--chart-1": "rgb(255 148 120)",
|
|
5487
|
+
"--chart-2": "rgb(194 179 0)",
|
|
5488
|
+
"--chart-3": "rgb(0 199 166)",
|
|
5489
|
+
"--chart-4": "rgb(99 183 255)",
|
|
5490
|
+
"--chart-5": "rgb(226 145 255)",
|
|
5491
|
+
"--content-area": "rgb(30 16 12)",
|
|
5492
|
+
"--sidebar-foreground": "rgb(249 220 213)",
|
|
5493
|
+
"--sidebar-primary": "rgb(255 180 161)",
|
|
5494
|
+
"--sidebar-primary-foreground": "rgb(97 19 0)",
|
|
5495
|
+
"--sidebar-accent": "rgb(18 72 126)",
|
|
5496
|
+
"--sidebar-accent-foreground": "rgb(212 227 255)",
|
|
5497
|
+
"--sidebar-border": "rgb(88 65 60)",
|
|
5498
|
+
"--sidebar-ring": "rgb(255 180 161)",
|
|
5499
|
+
"--primary-text": "rgb(255 180 161)",
|
|
5500
|
+
"--primary-subtle": "rgba(255, 86, 41, 0.24)",
|
|
5501
|
+
"--secondary-text": "rgb(164 201 255)",
|
|
5502
|
+
"--secondary-subtle": "rgba(27, 146, 255, 0.24)",
|
|
5503
|
+
"--tertiary-text": "rgb(232 196 15)",
|
|
5504
|
+
"--tertiary-subtle": "rgba(170, 143, 0, 0.24)",
|
|
5505
|
+
"--success": "rgb(0 135 92)",
|
|
5506
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5507
|
+
"--success-text": "rgb(59 224 161)",
|
|
5508
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5509
|
+
"--error": "rgb(209 45 50)",
|
|
5510
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5511
|
+
"--error-text": "rgb(255 179 173)",
|
|
5512
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5513
|
+
"--warning": "rgb(165 104 0)",
|
|
5514
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5515
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5516
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5517
|
+
"--info": "rgb(33 112 228)",
|
|
5518
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5519
|
+
"--info-text": "rgb(173 198 255)",
|
|
5520
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5521
|
+
},
|
|
5522
|
+
"solar-flux/light": {
|
|
5523
|
+
"--background": "rgb(254 241 236)",
|
|
5524
|
+
"--foreground": "rgb(38 24 18)",
|
|
5525
|
+
"--surface": "rgb(242 230 225)",
|
|
5526
|
+
"--surface-foreground": "rgb(38 24 18)",
|
|
5527
|
+
"--popover": "rgb(231 218 214)",
|
|
5528
|
+
"--popover-foreground": "rgb(38 24 18)",
|
|
5529
|
+
"--primary": "rgb(179 71 0)",
|
|
5530
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5531
|
+
"--secondary": "rgb(185 24 127)",
|
|
5532
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5533
|
+
"--tertiary": "rgb(0 217 254)",
|
|
5534
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5535
|
+
"--muted": "rgb(219 207 203)",
|
|
5536
|
+
"--muted-foreground": "rgb(88 66 56)",
|
|
5537
|
+
"--accent": "rgb(219 207 203)",
|
|
5538
|
+
"--accent-foreground": "rgb(88 66 56)",
|
|
5539
|
+
"--destructive": "rgb(186 26 26)",
|
|
5540
|
+
"--border": "rgb(223 192 179)",
|
|
5541
|
+
"--input": "rgb(223 192 179)",
|
|
5542
|
+
"--ring": "rgb(161 64 0)",
|
|
5543
|
+
"--sidebar": "rgb(242 230 225)",
|
|
5544
|
+
"--card": "rgb(255 255 255)",
|
|
5545
|
+
"--card-foreground": "rgb(38 24 18)",
|
|
5546
|
+
"--chart-1": "rgb(189 82 20)",
|
|
5547
|
+
"--chart-2": "rgb(112 120 0)",
|
|
5548
|
+
"--chart-3": "rgb(0 128 118)",
|
|
5549
|
+
"--chart-4": "rgb(0 115 209)",
|
|
5550
|
+
"--chart-5": "rgb(169 78 171)",
|
|
5551
|
+
"--content-area": "rgb(255 248 246)",
|
|
5552
|
+
"--sidebar-foreground": "rgb(38 24 18)",
|
|
5553
|
+
"--sidebar-primary": "rgb(161 64 0)",
|
|
5554
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5555
|
+
"--sidebar-accent": "rgb(255 216 232)",
|
|
5556
|
+
"--sidebar-accent-foreground": "rgb(138 0 93)",
|
|
5557
|
+
"--sidebar-border": "rgb(223 192 179)",
|
|
5558
|
+
"--sidebar-ring": "rgb(161 64 0)",
|
|
5559
|
+
"--primary-text": "rgb(161 64 0)",
|
|
5560
|
+
"--primary-subtle": "rgba(243, 100, 0, 0.13)",
|
|
5561
|
+
"--secondary-text": "rgb(160 53 115)",
|
|
5562
|
+
"--secondary-subtle": "rgba(255, 63, 180, 0.13)",
|
|
5563
|
+
"--tertiary-text": "rgb(0 104 123)",
|
|
5564
|
+
"--tertiary-subtle": "rgba(0, 158, 186, 0.13)",
|
|
5565
|
+
"--success": "rgb(0 121 82)",
|
|
5566
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5567
|
+
"--success-text": "rgb(0 108 73)",
|
|
5568
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5569
|
+
"--error": "rgb(191 31 39)",
|
|
5570
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5571
|
+
"--error-text": "rgb(167 55 53)",
|
|
5572
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5573
|
+
"--warning": "rgb(148 93 0)",
|
|
5574
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5575
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5576
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5577
|
+
"--info": "rgb(0 100 213)",
|
|
5578
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5579
|
+
"--info-text": "rgb(1 90 194)",
|
|
5580
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5581
|
+
},
|
|
5582
|
+
"solar-flux/dark": {
|
|
5583
|
+
"--background": "rgb(18 13 11)",
|
|
5584
|
+
"--foreground": "rgb(248 221 210)",
|
|
5585
|
+
"--surface": "rgb(32 26 24)",
|
|
5586
|
+
"--surface-foreground": "rgb(248 221 210)",
|
|
5587
|
+
"--popover": "rgb(41 34 32)",
|
|
5588
|
+
"--popover-foreground": "rgb(248 221 210)",
|
|
5589
|
+
"--primary": "rgb(246 108 30)",
|
|
5590
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5591
|
+
"--secondary": "rgb(201 42 141)",
|
|
5592
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5593
|
+
"--tertiary": "rgb(0 217 254)",
|
|
5594
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5595
|
+
"--muted": "rgb(49 43 40)",
|
|
5596
|
+
"--muted-foreground": "rgb(223 192 179)",
|
|
5597
|
+
"--accent": "rgb(49 43 40)",
|
|
5598
|
+
"--accent-foreground": "rgb(223 192 179)",
|
|
5599
|
+
"--destructive": "rgb(255 180 171)",
|
|
5600
|
+
"--border": "rgb(88 66 56)",
|
|
5601
|
+
"--input": "rgb(88 66 56)",
|
|
5602
|
+
"--ring": "rgb(255 182 148)",
|
|
5603
|
+
"--sidebar": "rgb(32 26 24)",
|
|
5604
|
+
"--card": "rgb(66 49 42)",
|
|
5605
|
+
"--card-foreground": "rgb(248 221 210)",
|
|
5606
|
+
"--chart-1": "rgb(255 149 98)",
|
|
5607
|
+
"--chart-2": "rgb(174 185 31)",
|
|
5608
|
+
"--chart-3": "rgb(0 198 183)",
|
|
5609
|
+
"--chart-4": "rgb(125 179 255)",
|
|
5610
|
+
"--chart-5": "rgb(240 141 239)",
|
|
5611
|
+
"--content-area": "rgb(29 16 10)",
|
|
5612
|
+
"--sidebar-foreground": "rgb(248 221 210)",
|
|
5613
|
+
"--sidebar-primary": "rgb(255 182 148)",
|
|
5614
|
+
"--sidebar-primary-foreground": "rgb(87 31 0)",
|
|
5615
|
+
"--sidebar-accent": "rgb(138 0 93)",
|
|
5616
|
+
"--sidebar-accent-foreground": "rgb(255 216 232)",
|
|
5617
|
+
"--sidebar-border": "rgb(88 66 56)",
|
|
5618
|
+
"--sidebar-ring": "rgb(255 182 148)",
|
|
5619
|
+
"--primary-text": "rgb(255 182 148)",
|
|
5620
|
+
"--primary-subtle": "rgba(243, 100, 0, 0.24)",
|
|
5621
|
+
"--secondary-text": "rgb(255 175 212)",
|
|
5622
|
+
"--secondary-subtle": "rgba(255, 63, 180, 0.24)",
|
|
5623
|
+
"--tertiary-text": "rgb(0 217 254)",
|
|
5624
|
+
"--tertiary-subtle": "rgba(0, 158, 186, 0.24)",
|
|
5625
|
+
"--success": "rgb(0 135 92)",
|
|
5626
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5627
|
+
"--success-text": "rgb(59 224 161)",
|
|
5628
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5629
|
+
"--error": "rgb(209 45 50)",
|
|
5630
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5631
|
+
"--error-text": "rgb(255 179 173)",
|
|
5632
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5633
|
+
"--warning": "rgb(165 104 0)",
|
|
5634
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5635
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5636
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5637
|
+
"--info": "rgb(33 112 228)",
|
|
5638
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5639
|
+
"--info-text": "rgb(173 198 255)",
|
|
5640
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5641
|
+
},
|
|
5642
|
+
"paprika-current/light": {
|
|
5643
|
+
"--background": "rgb(254 241 238)",
|
|
5644
|
+
"--foreground": "rgb(39 24 20)",
|
|
5645
|
+
"--surface": "rgb(243 229 226)",
|
|
5646
|
+
"--surface-foreground": "rgb(39 24 20)",
|
|
5647
|
+
"--popover": "rgb(231 218 215)",
|
|
5648
|
+
"--popover-foreground": "rgb(39 24 20)",
|
|
5649
|
+
"--primary": "rgb(180 58 30)",
|
|
5650
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5651
|
+
"--secondary": "rgb(100 111 0)",
|
|
5652
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5653
|
+
"--tertiary": "rgb(0 244 255)",
|
|
5654
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5655
|
+
"--muted": "rgb(220 207 204)",
|
|
5656
|
+
"--muted-foreground": "rgb(88 65 60)",
|
|
5657
|
+
"--accent": "rgb(220 207 204)",
|
|
5658
|
+
"--accent-foreground": "rgb(88 65 60)",
|
|
5659
|
+
"--destructive": "rgb(186 26 26)",
|
|
5660
|
+
"--border": "rgb(224 191 184)",
|
|
5661
|
+
"--input": "rgb(224 191 184)",
|
|
5662
|
+
"--ring": "rgb(181 38 0)",
|
|
5663
|
+
"--sidebar": "rgb(243 229 226)",
|
|
5664
|
+
"--card": "rgb(255 255 255)",
|
|
5665
|
+
"--card-foreground": "rgb(39 24 20)",
|
|
5666
|
+
"--chart-1": "rgb(192 77 50)",
|
|
5667
|
+
"--chart-2": "rgb(127 115 0)",
|
|
5668
|
+
"--chart-3": "rgb(0 129 105)",
|
|
5669
|
+
"--chart-4": "rgb(0 119 185)",
|
|
5670
|
+
"--chart-5": "rgb(156 83 188)",
|
|
5671
|
+
"--content-area": "rgb(255 248 246)",
|
|
5672
|
+
"--sidebar-foreground": "rgb(39 24 20)",
|
|
5673
|
+
"--sidebar-primary": "rgb(181 38 0)",
|
|
5674
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5675
|
+
"--sidebar-accent": "rgb(221 235 120)",
|
|
5676
|
+
"--sidebar-accent-foreground": "rgb(67 75 0)",
|
|
5677
|
+
"--sidebar-border": "rgb(224 191 184)",
|
|
5678
|
+
"--sidebar-ring": "rgb(181 38 0)",
|
|
5679
|
+
"--primary-text": "rgb(181 38 0)",
|
|
5680
|
+
"--primary-subtle": "rgba(255, 86, 47, 0.13)",
|
|
5681
|
+
"--secondary-text": "rgb(90 100 0)",
|
|
5682
|
+
"--secondary-subtle": "rgba(138, 153, 0, 0.13)",
|
|
5683
|
+
"--tertiary-text": "rgb(0 105 110)",
|
|
5684
|
+
"--tertiary-subtle": "rgba(0, 161, 167, 0.13)",
|
|
5685
|
+
"--success": "rgb(0 121 82)",
|
|
5686
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5687
|
+
"--success-text": "rgb(0 108 73)",
|
|
5688
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5689
|
+
"--error": "rgb(191 31 39)",
|
|
5690
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5691
|
+
"--error-text": "rgb(167 55 53)",
|
|
5692
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5693
|
+
"--warning": "rgb(148 93 0)",
|
|
5694
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5695
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5696
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5697
|
+
"--info": "rgb(0 100 213)",
|
|
5698
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5699
|
+
"--info-text": "rgb(1 90 194)",
|
|
5700
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5701
|
+
},
|
|
5702
|
+
"paprika-current/dark": {
|
|
5703
|
+
"--background": "rgb(18 13 12)",
|
|
5704
|
+
"--foreground": "rgb(249 220 214)",
|
|
5705
|
+
"--surface": "rgb(32 26 25)",
|
|
5706
|
+
"--surface-foreground": "rgb(249 220 214)",
|
|
5707
|
+
"--popover": "rgb(41 34 33)",
|
|
5708
|
+
"--popover-foreground": "rgb(249 220 214)",
|
|
5709
|
+
"--primary": "rgb(232 96 64)",
|
|
5710
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5711
|
+
"--secondary": "rgb(222 245 0)",
|
|
5712
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
5713
|
+
"--tertiary": "rgb(0 244 255)",
|
|
5714
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5715
|
+
"--muted": "rgb(50 42 41)",
|
|
5716
|
+
"--muted-foreground": "rgb(224 191 184)",
|
|
5717
|
+
"--accent": "rgb(50 42 41)",
|
|
5718
|
+
"--accent-foreground": "rgb(224 191 184)",
|
|
5719
|
+
"--destructive": "rgb(255 180 171)",
|
|
5720
|
+
"--border": "rgb(88 65 60)",
|
|
5721
|
+
"--input": "rgb(88 65 60)",
|
|
5722
|
+
"--ring": "rgb(255 180 163)",
|
|
5723
|
+
"--sidebar": "rgb(32 26 25)",
|
|
5724
|
+
"--card": "rgb(66 49 45)",
|
|
5725
|
+
"--card-foreground": "rgb(249 220 214)",
|
|
5726
|
+
"--chart-1": "rgb(255 147 122)",
|
|
5727
|
+
"--chart-2": "rgb(196 178 0)",
|
|
5728
|
+
"--chart-3": "rgb(0 199 163)",
|
|
5729
|
+
"--chart-4": "rgb(96 183 255)",
|
|
5730
|
+
"--chart-5": "rgb(223 146 255)",
|
|
5731
|
+
"--content-area": "rgb(30 16 13)",
|
|
5732
|
+
"--sidebar-foreground": "rgb(249 220 214)",
|
|
5733
|
+
"--sidebar-primary": "rgb(255 180 163)",
|
|
5734
|
+
"--sidebar-primary-foreground": "rgb(98 16 0)",
|
|
5735
|
+
"--sidebar-accent": "rgb(67 75 0)",
|
|
5736
|
+
"--sidebar-accent-foreground": "rgb(221 235 120)",
|
|
5737
|
+
"--sidebar-border": "rgb(88 65 60)",
|
|
5738
|
+
"--sidebar-ring": "rgb(255 180 163)",
|
|
5739
|
+
"--primary-text": "rgb(255 180 163)",
|
|
5740
|
+
"--primary-subtle": "rgba(255, 86, 47, 0.24)",
|
|
5741
|
+
"--secondary-text": "rgb(191 208 60)",
|
|
5742
|
+
"--secondary-subtle": "rgba(138, 153, 0, 0.24)",
|
|
5743
|
+
"--tertiary-text": "rgb(0 220 229)",
|
|
5744
|
+
"--tertiary-subtle": "rgba(0, 161, 167, 0.24)",
|
|
5745
|
+
"--success": "rgb(0 135 92)",
|
|
5746
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5747
|
+
"--success-text": "rgb(59 224 161)",
|
|
5748
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5749
|
+
"--error": "rgb(209 45 50)",
|
|
5750
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5751
|
+
"--error-text": "rgb(255 179 173)",
|
|
5752
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5753
|
+
"--warning": "rgb(165 104 0)",
|
|
5754
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5755
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5756
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5757
|
+
"--info": "rgb(33 112 228)",
|
|
5758
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5759
|
+
"--info-text": "rgb(173 198 255)",
|
|
5760
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5761
|
+
},
|
|
5762
|
+
"crimson-spark/light": {
|
|
5763
|
+
"--background": "rgb(254 241 240)",
|
|
5764
|
+
"--foreground": "rgb(38 24 24)",
|
|
5765
|
+
"--surface": "rgb(242 229 229)",
|
|
5766
|
+
"--surface-foreground": "rgb(38 24 24)",
|
|
5767
|
+
"--popover": "rgb(231 218 217)",
|
|
5768
|
+
"--popover-foreground": "rgb(38 24 24)",
|
|
5769
|
+
"--primary": "rgb(201 32 65)",
|
|
5770
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5771
|
+
"--secondary": "rgb(0 117 126)",
|
|
5772
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5773
|
+
"--tertiary": "rgb(190 252 51)",
|
|
5774
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5775
|
+
"--muted": "rgb(219 207 206)",
|
|
5776
|
+
"--muted-foreground": "rgb(88 65 66)",
|
|
5777
|
+
"--accent": "rgb(219 207 206)",
|
|
5778
|
+
"--accent-foreground": "rgb(88 65 66)",
|
|
5779
|
+
"--destructive": "rgb(186 26 26)",
|
|
5780
|
+
"--border": "rgb(223 191 191)",
|
|
5781
|
+
"--input": "rgb(223 191 191)",
|
|
5782
|
+
"--ring": "rgb(190 0 54)",
|
|
5783
|
+
"--sidebar": "rgb(242 229 229)",
|
|
5784
|
+
"--card": "rgb(255 255 255)",
|
|
5785
|
+
"--card-foreground": "rgb(38 24 24)",
|
|
5786
|
+
"--chart-1": "rgb(193 73 85)",
|
|
5787
|
+
"--chart-2": "rgb(144 109 0)",
|
|
5788
|
+
"--chart-3": "rgb(0 131 79)",
|
|
5789
|
+
"--chart-4": "rgb(0 123 162)",
|
|
5790
|
+
"--chart-5": "rgb(132 90 206)",
|
|
5791
|
+
"--content-area": "rgb(255 248 247)",
|
|
5792
|
+
"--sidebar-foreground": "rgb(38 24 24)",
|
|
5793
|
+
"--sidebar-primary": "rgb(190 0 54)",
|
|
5794
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5795
|
+
"--sidebar-accent": "rgb(151 241 251)",
|
|
5796
|
+
"--sidebar-accent-foreground": "rgb(0 79 85)",
|
|
5797
|
+
"--sidebar-border": "rgb(223 191 191)",
|
|
5798
|
+
"--sidebar-ring": "rgb(190 0 54)",
|
|
5799
|
+
"--primary-text": "rgb(190 0 54)",
|
|
5800
|
+
"--primary-subtle": "rgba(255, 81, 103, 0.13)",
|
|
5801
|
+
"--secondary-text": "rgb(0 105 113)",
|
|
5802
|
+
"--secondary-subtle": "rgba(0, 160, 172, 0.13)",
|
|
5803
|
+
"--tertiary-text": "rgb(74 103 0)",
|
|
5804
|
+
"--tertiary-subtle": "rgba(115, 158, 0, 0.13)",
|
|
5805
|
+
"--success": "rgb(0 121 82)",
|
|
5806
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5807
|
+
"--success-text": "rgb(0 108 73)",
|
|
5808
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5809
|
+
"--error": "rgb(191 31 39)",
|
|
5810
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5811
|
+
"--error-text": "rgb(167 55 53)",
|
|
5812
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5813
|
+
"--warning": "rgb(148 93 0)",
|
|
5814
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5815
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5816
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5817
|
+
"--info": "rgb(0 100 213)",
|
|
5818
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5819
|
+
"--info-text": "rgb(1 90 194)",
|
|
5820
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5821
|
+
},
|
|
5822
|
+
"crimson-spark/dark": {
|
|
5823
|
+
"--background": "rgb(18 13 13)",
|
|
5824
|
+
"--foreground": "rgb(248 220 220)",
|
|
5825
|
+
"--surface": "rgb(32 26 26)",
|
|
5826
|
+
"--surface-foreground": "rgb(248 220 220)",
|
|
5827
|
+
"--popover": "rgb(41 34 34)",
|
|
5828
|
+
"--popover-foreground": "rgb(248 220 220)",
|
|
5829
|
+
"--primary": "rgb(251 72 97)",
|
|
5830
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5831
|
+
"--secondary": "rgb(0 237 254)",
|
|
5832
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
5833
|
+
"--tertiary": "rgb(190 252 51)",
|
|
5834
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5835
|
+
"--muted": "rgb(49 42 42)",
|
|
5836
|
+
"--muted-foreground": "rgb(223 191 191)",
|
|
5837
|
+
"--accent": "rgb(49 42 42)",
|
|
5838
|
+
"--accent-foreground": "rgb(223 191 191)",
|
|
5839
|
+
"--destructive": "rgb(255 180 171)",
|
|
5840
|
+
"--border": "rgb(88 65 66)",
|
|
5841
|
+
"--input": "rgb(88 65 66)",
|
|
5842
|
+
"--ring": "rgb(255 179 182)",
|
|
5843
|
+
"--sidebar": "rgb(32 26 26)",
|
|
5844
|
+
"--card": "rgb(66 48 49)",
|
|
5845
|
+
"--card-foreground": "rgb(248 220 220)",
|
|
5846
|
+
"--chart-1": "rgb(255 145 151)",
|
|
5847
|
+
"--chart-2": "rgb(221 169 0)",
|
|
5848
|
+
"--chart-3": "rgb(52 200 129)",
|
|
5849
|
+
"--chart-4": "rgb(0 190 248)",
|
|
5850
|
+
"--chart-5": "rgb(194 160 255)",
|
|
5851
|
+
"--content-area": "rgb(29 16 16)",
|
|
5852
|
+
"--sidebar-foreground": "rgb(248 220 220)",
|
|
5853
|
+
"--sidebar-primary": "rgb(255 179 182)",
|
|
5854
|
+
"--sidebar-primary-foreground": "rgb(104 0 25)",
|
|
5855
|
+
"--sidebar-accent": "rgb(0 79 85)",
|
|
5856
|
+
"--sidebar-accent-foreground": "rgb(151 241 251)",
|
|
5857
|
+
"--sidebar-border": "rgb(88 65 66)",
|
|
5858
|
+
"--sidebar-ring": "rgb(255 179 182)",
|
|
5859
|
+
"--primary-text": "rgb(255 179 182)",
|
|
5860
|
+
"--primary-subtle": "rgba(255, 81, 103, 0.24)",
|
|
5861
|
+
"--secondary-text": "rgb(0 219 235)",
|
|
5862
|
+
"--secondary-subtle": "rgba(0, 160, 172, 0.24)",
|
|
5863
|
+
"--tertiary-text": "rgb(170 213 81)",
|
|
5864
|
+
"--tertiary-subtle": "rgba(115, 158, 0, 0.24)",
|
|
5865
|
+
"--success": "rgb(0 135 92)",
|
|
5866
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5867
|
+
"--success-text": "rgb(59 224 161)",
|
|
5868
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5869
|
+
"--error": "rgb(209 45 50)",
|
|
5870
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5871
|
+
"--error-text": "rgb(255 179 173)",
|
|
5872
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5873
|
+
"--warning": "rgb(165 104 0)",
|
|
5874
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5875
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5876
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5877
|
+
"--info": "rgb(33 112 228)",
|
|
5878
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5879
|
+
"--info-text": "rgb(173 198 255)",
|
|
5880
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
5881
|
+
},
|
|
5882
|
+
"flamenco-sun/light": {
|
|
5883
|
+
"--background": "rgb(254 241 239)",
|
|
5884
|
+
"--foreground": "rgb(39 24 23)",
|
|
5885
|
+
"--surface": "rgb(242 229 228)",
|
|
5886
|
+
"--surface-foreground": "rgb(39 24 23)",
|
|
5887
|
+
"--popover": "rgb(231 218 217)",
|
|
5888
|
+
"--popover-foreground": "rgb(39 24 23)",
|
|
5889
|
+
"--primary": "rgb(196 13 35)",
|
|
5890
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
5891
|
+
"--secondary": "rgb(0 119 100)",
|
|
5892
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
5893
|
+
"--tertiary": "rgb(254 191 0)",
|
|
5894
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5895
|
+
"--muted": "rgb(219 207 205)",
|
|
5896
|
+
"--muted-foreground": "rgb(88 65 64)",
|
|
5897
|
+
"--accent": "rgb(219 207 205)",
|
|
5898
|
+
"--accent-foreground": "rgb(88 65 64)",
|
|
5899
|
+
"--destructive": "rgb(186 26 26)",
|
|
5900
|
+
"--border": "rgb(223 191 189)",
|
|
5901
|
+
"--input": "rgb(223 191 189)",
|
|
5902
|
+
"--ring": "rgb(192 0 31)",
|
|
5903
|
+
"--sidebar": "rgb(242 229 228)",
|
|
5904
|
+
"--card": "rgb(255 255 255)",
|
|
5905
|
+
"--card-foreground": "rgb(39 24 23)",
|
|
5906
|
+
"--chart-1": "rgb(194 74 72)",
|
|
5907
|
+
"--chart-2": "rgb(137 111 0)",
|
|
5908
|
+
"--chart-3": "rgb(0 130 91)",
|
|
5909
|
+
"--chart-4": "rgb(0 122 170)",
|
|
5910
|
+
"--chart-5": "rgb(142 87 200)",
|
|
5911
|
+
"--content-area": "rgb(255 248 247)",
|
|
5912
|
+
"--sidebar-foreground": "rgb(39 24 23)",
|
|
5913
|
+
"--sidebar-primary": "rgb(192 0 31)",
|
|
5914
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
5915
|
+
"--sidebar-accent": "rgb(152 244 220)",
|
|
5916
|
+
"--sidebar-accent-foreground": "rgb(0 81 67)",
|
|
5917
|
+
"--sidebar-border": "rgb(223 191 189)",
|
|
5918
|
+
"--sidebar-ring": "rgb(192 0 31)",
|
|
5919
|
+
"--primary-text": "rgb(192 0 31)",
|
|
5920
|
+
"--primary-subtle": "rgba(255, 83, 83, 0.13)",
|
|
5921
|
+
"--secondary-text": "rgb(0 107 90)",
|
|
5922
|
+
"--secondary-subtle": "rgba(0, 163, 138, 0.13)",
|
|
5923
|
+
"--tertiary-text": "rgb(121 89 0)",
|
|
5924
|
+
"--tertiary-subtle": "rgba(184, 137, 0, 0.13)",
|
|
5925
|
+
"--success": "rgb(0 121 82)",
|
|
5926
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5927
|
+
"--success-text": "rgb(0 108 73)",
|
|
5928
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
5929
|
+
"--error": "rgb(191 31 39)",
|
|
5930
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5931
|
+
"--error-text": "rgb(167 55 53)",
|
|
5932
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
5933
|
+
"--warning": "rgb(148 93 0)",
|
|
5934
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5935
|
+
"--warning-text": "rgb(133 83 0)",
|
|
5936
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
5937
|
+
"--info": "rgb(0 100 213)",
|
|
5938
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5939
|
+
"--info-text": "rgb(1 90 194)",
|
|
5940
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
5941
|
+
},
|
|
5942
|
+
"flamenco-sun/dark": {
|
|
5943
|
+
"--background": "rgb(18 13 12)",
|
|
5944
|
+
"--foreground": "rgb(248 220 218)",
|
|
5945
|
+
"--surface": "rgb(32 26 26)",
|
|
5946
|
+
"--surface-foreground": "rgb(248 220 218)",
|
|
5947
|
+
"--popover": "rgb(41 34 34)",
|
|
5948
|
+
"--popover-foreground": "rgb(248 220 218)",
|
|
5949
|
+
"--primary": "rgb(255 69 73)",
|
|
5950
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
5951
|
+
"--secondary": "rgb(0 255 216)",
|
|
5952
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
5953
|
+
"--tertiary": "rgb(254 191 0)",
|
|
5954
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
5955
|
+
"--muted": "rgb(50 42 42)",
|
|
5956
|
+
"--muted-foreground": "rgb(223 191 189)",
|
|
5957
|
+
"--accent": "rgb(50 42 42)",
|
|
5958
|
+
"--accent-foreground": "rgb(223 191 189)",
|
|
5959
|
+
"--destructive": "rgb(255 180 171)",
|
|
5960
|
+
"--border": "rgb(88 65 64)",
|
|
5961
|
+
"--input": "rgb(88 65 64)",
|
|
5962
|
+
"--ring": "rgb(255 179 174)",
|
|
5963
|
+
"--sidebar": "rgb(32 26 26)",
|
|
5964
|
+
"--card": "rgb(66 48 47)",
|
|
5965
|
+
"--card-foreground": "rgb(248 220 218)",
|
|
5966
|
+
"--chart-1": "rgb(255 146 140)",
|
|
5967
|
+
"--chart-2": "rgb(212 173 0)",
|
|
5968
|
+
"--chart-3": "rgb(0 201 142)",
|
|
5969
|
+
"--chart-4": "rgb(44 188 255)",
|
|
5970
|
+
"--chart-5": "rgb(204 155 255)",
|
|
5971
|
+
"--content-area": "rgb(30 16 15)",
|
|
5972
|
+
"--sidebar-foreground": "rgb(248 220 218)",
|
|
5973
|
+
"--sidebar-primary": "rgb(255 179 174)",
|
|
5974
|
+
"--sidebar-primary-foreground": "rgb(104 0 12)",
|
|
5975
|
+
"--sidebar-accent": "rgb(0 81 67)",
|
|
5976
|
+
"--sidebar-accent-foreground": "rgb(152 244 220)",
|
|
5977
|
+
"--sidebar-border": "rgb(88 65 64)",
|
|
5978
|
+
"--sidebar-ring": "rgb(255 179 174)",
|
|
5979
|
+
"--primary-text": "rgb(255 179 174)",
|
|
5980
|
+
"--primary-subtle": "rgba(255, 83, 83, 0.24)",
|
|
5981
|
+
"--secondary-text": "rgb(0 223 189)",
|
|
5982
|
+
"--secondary-subtle": "rgba(0, 163, 138, 0.24)",
|
|
5983
|
+
"--tertiary-text": "rgb(251 189 2)",
|
|
5984
|
+
"--tertiary-subtle": "rgba(184, 137, 0, 0.24)",
|
|
5985
|
+
"--success": "rgb(0 135 92)",
|
|
5986
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
5987
|
+
"--success-text": "rgb(59 224 161)",
|
|
5988
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
5989
|
+
"--error": "rgb(209 45 50)",
|
|
5990
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
5991
|
+
"--error-text": "rgb(255 179 173)",
|
|
5992
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
5993
|
+
"--warning": "rgb(165 104 0)",
|
|
5994
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
5995
|
+
"--warning-text": "rgb(255 185 95)",
|
|
5996
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
5997
|
+
"--info": "rgb(33 112 228)",
|
|
5998
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
5999
|
+
"--info-text": "rgb(173 198 255)",
|
|
6000
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6001
|
+
},
|
|
6002
|
+
"saffron-depth/light": {
|
|
6003
|
+
"--background": "rgb(253 242 234)",
|
|
6004
|
+
"--foreground": "rgb(37 25 14)",
|
|
6005
|
+
"--surface": "rgb(241 230 223)",
|
|
6006
|
+
"--surface-foreground": "rgb(37 25 14)",
|
|
6007
|
+
"--popover": "rgb(229 219 212)",
|
|
6008
|
+
"--popover-foreground": "rgb(37 25 14)",
|
|
6009
|
+
"--primary": "rgb(151 90 0)",
|
|
6010
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6011
|
+
"--secondary": "rgb(174 24 159)",
|
|
6012
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6013
|
+
"--tertiary": "rgb(2 106 255)",
|
|
6014
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
6015
|
+
"--muted": "rgb(218 208 201)",
|
|
6016
|
+
"--muted-foreground": "rgb(85 68 51)",
|
|
6017
|
+
"--accent": "rgb(218 208 201)",
|
|
6018
|
+
"--accent-foreground": "rgb(85 68 51)",
|
|
6019
|
+
"--destructive": "rgb(186 26 26)",
|
|
6020
|
+
"--border": "rgb(219 194 172)",
|
|
6021
|
+
"--input": "rgb(219 194 172)",
|
|
6022
|
+
"--ring": "rgb(138 81 0)",
|
|
6023
|
+
"--sidebar": "rgb(241 230 223)",
|
|
6024
|
+
"--card": "rgb(255 255 255)",
|
|
6025
|
+
"--card-foreground": "rgb(37 25 14)",
|
|
6026
|
+
"--chart-1": "rgb(165 98 0)",
|
|
6027
|
+
"--chart-2": "rgb(63 129 24)",
|
|
6028
|
+
"--chart-3": "rgb(0 126 139)",
|
|
6029
|
+
"--chart-4": "rgb(91 102 217)",
|
|
6030
|
+
"--chart-5": "rgb(186 73 131)",
|
|
6031
|
+
"--content-area": "rgb(255 248 244)",
|
|
6032
|
+
"--sidebar-foreground": "rgb(37 25 14)",
|
|
6033
|
+
"--sidebar-primary": "rgb(138 81 0)",
|
|
6034
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6035
|
+
"--sidebar-accent": "rgb(255 215 241)",
|
|
6036
|
+
"--sidebar-accent-foreground": "rgb(119 36 107)",
|
|
6037
|
+
"--sidebar-border": "rgb(219 194 172)",
|
|
6038
|
+
"--sidebar-ring": "rgb(138 81 0)",
|
|
6039
|
+
"--primary-text": "rgb(138 81 0)",
|
|
6040
|
+
"--primary-subtle": "rgba(208, 125, 0, 0.13)",
|
|
6041
|
+
"--secondary-text": "rgb(152 55 137)",
|
|
6042
|
+
"--secondary-subtle": "rgba(255, 31, 233, 0.13)",
|
|
6043
|
+
"--tertiary-text": "rgb(33 88 195)",
|
|
6044
|
+
"--tertiary-subtle": "rgba(91, 140, 255, 0.13)",
|
|
6045
|
+
"--success": "rgb(0 121 82)",
|
|
6046
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6047
|
+
"--success-text": "rgb(0 108 73)",
|
|
6048
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6049
|
+
"--error": "rgb(191 31 39)",
|
|
6050
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6051
|
+
"--error-text": "rgb(167 55 53)",
|
|
6052
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6053
|
+
"--warning": "rgb(148 93 0)",
|
|
6054
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6055
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6056
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6057
|
+
"--info": "rgb(0 100 213)",
|
|
6058
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6059
|
+
"--info-text": "rgb(1 90 194)",
|
|
6060
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6061
|
+
},
|
|
6062
|
+
"saffron-depth/dark": {
|
|
6063
|
+
"--background": "rgb(18 13 9)",
|
|
6064
|
+
"--foreground": "rgb(245 223 204)",
|
|
6065
|
+
"--surface": "rgb(32 27 22)",
|
|
6066
|
+
"--surface-foreground": "rgb(245 223 204)",
|
|
6067
|
+
"--popover": "rgb(40 35 30)",
|
|
6068
|
+
"--popover-foreground": "rgb(245 223 204)",
|
|
6069
|
+
"--primary": "rgb(240 159 66)",
|
|
6070
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6071
|
+
"--secondary": "rgb(190 43 173)",
|
|
6072
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6073
|
+
"--tertiary": "rgb(81 134 255)",
|
|
6074
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6075
|
+
"--muted": "rgb(49 43 38)",
|
|
6076
|
+
"--muted-foreground": "rgb(219 194 172)",
|
|
6077
|
+
"--accent": "rgb(49 43 38)",
|
|
6078
|
+
"--accent-foreground": "rgb(219 194 172)",
|
|
6079
|
+
"--destructive": "rgb(255 180 171)",
|
|
6080
|
+
"--border": "rgb(85 68 51)",
|
|
6081
|
+
"--input": "rgb(85 68 51)",
|
|
6082
|
+
"--ring": "rgb(255 184 109)",
|
|
6083
|
+
"--sidebar": "rgb(32 27 22)",
|
|
6084
|
+
"--card": "rgb(64 50 38)",
|
|
6085
|
+
"--card-foreground": "rgb(245 223 204)",
|
|
6086
|
+
"--chart-1": "rgb(252 154 16)",
|
|
6087
|
+
"--chart-2": "rgb(124 194 83)",
|
|
6088
|
+
"--chart-3": "rgb(0 194 214)",
|
|
6089
|
+
"--chart-4": "rgb(162 170 255)",
|
|
6090
|
+
"--chart-5": "rgb(255 139 193)",
|
|
6091
|
+
"--content-area": "rgb(28 17 7)",
|
|
6092
|
+
"--sidebar-foreground": "rgb(245 223 204)",
|
|
6093
|
+
"--sidebar-primary": "rgb(255 184 109)",
|
|
6094
|
+
"--sidebar-primary-foreground": "rgb(73 41 0)",
|
|
6095
|
+
"--sidebar-accent": "rgb(119 36 107)",
|
|
6096
|
+
"--sidebar-accent-foreground": "rgb(255 215 241)",
|
|
6097
|
+
"--sidebar-border": "rgb(85 68 51)",
|
|
6098
|
+
"--sidebar-ring": "rgb(255 184 109)",
|
|
6099
|
+
"--primary-text": "rgb(255 184 109)",
|
|
6100
|
+
"--primary-subtle": "rgba(208, 125, 0, 0.24)",
|
|
6101
|
+
"--secondary-text": "rgb(255 172 234)",
|
|
6102
|
+
"--secondary-subtle": "rgba(255, 31, 233, 0.24)",
|
|
6103
|
+
"--tertiary-text": "rgb(178 197 255)",
|
|
6104
|
+
"--tertiary-subtle": "rgba(91, 140, 255, 0.24)",
|
|
6105
|
+
"--success": "rgb(0 135 92)",
|
|
6106
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6107
|
+
"--success-text": "rgb(59 224 161)",
|
|
6108
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6109
|
+
"--error": "rgb(209 45 50)",
|
|
6110
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6111
|
+
"--error-text": "rgb(255 179 173)",
|
|
6112
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6113
|
+
"--warning": "rgb(165 104 0)",
|
|
6114
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6115
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6116
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6117
|
+
"--info": "rgb(33 112 228)",
|
|
6118
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6119
|
+
"--info-text": "rgb(173 198 255)",
|
|
6120
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6121
|
+
},
|
|
6122
|
+
"clay-current/light": {
|
|
6123
|
+
"--background": "rgb(254 241 237)",
|
|
6124
|
+
"--foreground": "rgb(39 24 19)",
|
|
6125
|
+
"--surface": "rgb(243 229 226)",
|
|
6126
|
+
"--surface-foreground": "rgb(39 24 19)",
|
|
6127
|
+
"--popover": "rgb(231 218 215)",
|
|
6128
|
+
"--popover-foreground": "rgb(39 24 19)",
|
|
6129
|
+
"--primary": "rgb(171 75 40)",
|
|
6130
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6131
|
+
"--secondary": "rgb(154 90 0)",
|
|
6132
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6133
|
+
"--tertiary": "rgb(231 76 191)",
|
|
6134
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6135
|
+
"--muted": "rgb(219 207 203)",
|
|
6136
|
+
"--muted-foreground": "rgb(88 66 58)",
|
|
6137
|
+
"--accent": "rgb(219 207 203)",
|
|
6138
|
+
"--accent-foreground": "rgb(88 66 58)",
|
|
6139
|
+
"--destructive": "rgb(186 26 26)",
|
|
6140
|
+
"--border": "rgb(223 192 182)",
|
|
6141
|
+
"--input": "rgb(223 192 182)",
|
|
6142
|
+
"--ring": "rgb(171 54 0)",
|
|
6143
|
+
"--sidebar": "rgb(243 229 226)",
|
|
6144
|
+
"--card": "rgb(255 255 255)",
|
|
6145
|
+
"--card-foreground": "rgb(39 24 19)",
|
|
6146
|
+
"--chart-1": "rgb(191 79 37)",
|
|
6147
|
+
"--chart-2": "rgb(120 117 0)",
|
|
6148
|
+
"--chart-3": "rgb(0 129 112)",
|
|
6149
|
+
"--chart-4": "rgb(0 118 195)",
|
|
6150
|
+
"--chart-5": "rgb(162 80 181)",
|
|
6151
|
+
"--content-area": "rgb(255 248 246)",
|
|
6152
|
+
"--sidebar-foreground": "rgb(39 24 19)",
|
|
6153
|
+
"--sidebar-primary": "rgb(171 54 0)",
|
|
6154
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6155
|
+
"--sidebar-accent": "rgb(255 220 190)",
|
|
6156
|
+
"--sidebar-accent-foreground": "rgb(106 60 0)",
|
|
6157
|
+
"--sidebar-border": "rgb(223 192 182)",
|
|
6158
|
+
"--sidebar-ring": "rgb(171 54 0)",
|
|
6159
|
+
"--primary-text": "rgb(171 54 0)",
|
|
6160
|
+
"--primary-subtle": "rgba(255, 87, 11, 0.13)",
|
|
6161
|
+
"--secondary-text": "rgb(139 80 0)",
|
|
6162
|
+
"--secondary-subtle": "rgba(210, 124, 0, 0.13)",
|
|
6163
|
+
"--tertiary-text": "rgb(156 54 129)",
|
|
6164
|
+
"--tertiary-subtle": "rgba(255, 49, 210, 0.13)",
|
|
6165
|
+
"--success": "rgb(0 121 82)",
|
|
6166
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6167
|
+
"--success-text": "rgb(0 108 73)",
|
|
6168
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6169
|
+
"--error": "rgb(191 31 39)",
|
|
6170
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6171
|
+
"--error-text": "rgb(167 55 53)",
|
|
6172
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6173
|
+
"--warning": "rgb(148 93 0)",
|
|
6174
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6175
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6176
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6177
|
+
"--info": "rgb(0 100 213)",
|
|
6178
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6179
|
+
"--info-text": "rgb(1 90 194)",
|
|
6180
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6181
|
+
},
|
|
6182
|
+
"clay-current/dark": {
|
|
6183
|
+
"--background": "rgb(18 13 11)",
|
|
6184
|
+
"--foreground": "rgb(249 221 212)",
|
|
6185
|
+
"--surface": "rgb(32 26 24)",
|
|
6186
|
+
"--surface-foreground": "rgb(249 221 212)",
|
|
6187
|
+
"--popover": "rgb(41 34 32)",
|
|
6188
|
+
"--popover-foreground": "rgb(249 221 212)",
|
|
6189
|
+
"--primary": "rgb(219 112 74)",
|
|
6190
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6191
|
+
"--secondary": "rgb(172 101 0)",
|
|
6192
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6193
|
+
"--tertiary": "rgb(231 76 191)",
|
|
6194
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6195
|
+
"--muted": "rgb(50 43 40)",
|
|
6196
|
+
"--muted-foreground": "rgb(223 192 182)",
|
|
6197
|
+
"--accent": "rgb(50 43 40)",
|
|
6198
|
+
"--accent-foreground": "rgb(223 192 182)",
|
|
6199
|
+
"--destructive": "rgb(255 180 171)",
|
|
6200
|
+
"--border": "rgb(88 66 58)",
|
|
6201
|
+
"--input": "rgb(88 66 58)",
|
|
6202
|
+
"--ring": "rgb(255 181 156)",
|
|
6203
|
+
"--sidebar": "rgb(32 26 24)",
|
|
6204
|
+
"--card": "rgb(66 49 43)",
|
|
6205
|
+
"--card-foreground": "rgb(249 221 212)",
|
|
6206
|
+
"--chart-1": "rgb(255 148 111)",
|
|
6207
|
+
"--chart-2": "rgb(186 181 7)",
|
|
6208
|
+
"--chart-3": "rgb(0 199 173)",
|
|
6209
|
+
"--chart-4": "rgb(111 181 255)",
|
|
6210
|
+
"--chart-5": "rgb(232 143 249)",
|
|
6211
|
+
"--content-area": "rgb(30 16 11)",
|
|
6212
|
+
"--sidebar-foreground": "rgb(249 221 212)",
|
|
6213
|
+
"--sidebar-primary": "rgb(255 181 156)",
|
|
6214
|
+
"--sidebar-primary-foreground": "rgb(92 25 0)",
|
|
6215
|
+
"--sidebar-accent": "rgb(106 60 0)",
|
|
6216
|
+
"--sidebar-accent-foreground": "rgb(255 220 190)",
|
|
6217
|
+
"--sidebar-border": "rgb(88 66 58)",
|
|
6218
|
+
"--sidebar-ring": "rgb(255 181 156)",
|
|
6219
|
+
"--primary-text": "rgb(255 181 156)",
|
|
6220
|
+
"--primary-subtle": "rgba(255, 87, 11, 0.24)",
|
|
6221
|
+
"--secondary-text": "rgb(255 184 113)",
|
|
6222
|
+
"--secondary-subtle": "rgba(210, 124, 0, 0.24)",
|
|
6223
|
+
"--tertiary-text": "rgb(255 173 225)",
|
|
6224
|
+
"--tertiary-subtle": "rgba(255, 49, 210, 0.24)",
|
|
6225
|
+
"--success": "rgb(0 135 92)",
|
|
6226
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6227
|
+
"--success-text": "rgb(59 224 161)",
|
|
6228
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6229
|
+
"--error": "rgb(209 45 50)",
|
|
6230
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6231
|
+
"--error-text": "rgb(255 179 173)",
|
|
6232
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6233
|
+
"--warning": "rgb(165 104 0)",
|
|
6234
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6235
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6236
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6237
|
+
"--info": "rgb(33 112 228)",
|
|
6238
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6239
|
+
"--info-text": "rgb(173 198 255)",
|
|
6240
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6241
|
+
},
|
|
6242
|
+
"bronze-neon/light": {
|
|
6243
|
+
"--background": "rgb(253 242 234)",
|
|
6244
|
+
"--foreground": "rgb(36 25 14)",
|
|
6245
|
+
"--surface": "rgb(241 230 223)",
|
|
6246
|
+
"--surface-foreground": "rgb(36 25 14)",
|
|
6247
|
+
"--popover": "rgb(229 219 212)",
|
|
6248
|
+
"--popover-foreground": "rgb(36 25 14)",
|
|
6249
|
+
"--primary": "rgb(147 90 12)",
|
|
6250
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6251
|
+
"--secondary": "rgb(0 121 70)",
|
|
6252
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6253
|
+
"--tertiary": "rgb(232 66 141)",
|
|
6254
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6255
|
+
"--muted": "rgb(218 208 201)",
|
|
6256
|
+
"--muted-foreground": "rgb(85 68 51)",
|
|
6257
|
+
"--accent": "rgb(218 208 201)",
|
|
6258
|
+
"--accent-foreground": "rgb(85 68 51)",
|
|
6259
|
+
"--destructive": "rgb(186 26 26)",
|
|
6260
|
+
"--border": "rgb(219 194 172)",
|
|
6261
|
+
"--input": "rgb(219 194 172)",
|
|
6262
|
+
"--ring": "rgb(137 81 0)",
|
|
6263
|
+
"--sidebar": "rgb(241 230 223)",
|
|
6264
|
+
"--card": "rgb(255 255 255)",
|
|
6265
|
+
"--card-foreground": "rgb(36 25 14)",
|
|
6266
|
+
"--chart-1": "rgb(165 99 0)",
|
|
6267
|
+
"--chart-2": "rgb(61 129 25)",
|
|
6268
|
+
"--chart-3": "rgb(0 126 140)",
|
|
6269
|
+
"--chart-4": "rgb(92 102 217)",
|
|
6270
|
+
"--chart-5": "rgb(186 73 129)",
|
|
6271
|
+
"--content-area": "rgb(255 248 244)",
|
|
6272
|
+
"--sidebar-foreground": "rgb(36 25 14)",
|
|
6273
|
+
"--sidebar-primary": "rgb(137 81 0)",
|
|
6274
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6275
|
+
"--sidebar-accent": "rgb(170 243 193)",
|
|
6276
|
+
"--sidebar-accent-foreground": "rgb(0 82 46)",
|
|
6277
|
+
"--sidebar-border": "rgb(219 194 172)",
|
|
6278
|
+
"--sidebar-ring": "rgb(137 81 0)",
|
|
6279
|
+
"--primary-text": "rgb(137 81 0)",
|
|
6280
|
+
"--primary-subtle": "rgba(207, 126, 0, 0.13)",
|
|
6281
|
+
"--secondary-text": "rgb(0 109 62)",
|
|
6282
|
+
"--secondary-subtle": "rgba(0, 166, 98, 0.13)",
|
|
6283
|
+
"--tertiary-text": "rgb(163 52 101)",
|
|
6284
|
+
"--tertiary-subtle": "rgba(255, 71, 155, 0.13)",
|
|
6285
|
+
"--success": "rgb(0 121 82)",
|
|
6286
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6287
|
+
"--success-text": "rgb(0 108 73)",
|
|
6288
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6289
|
+
"--error": "rgb(191 31 39)",
|
|
6290
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6291
|
+
"--error-text": "rgb(167 55 53)",
|
|
6292
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6293
|
+
"--warning": "rgb(148 93 0)",
|
|
6294
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6295
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6296
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6297
|
+
"--info": "rgb(0 100 213)",
|
|
6298
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6299
|
+
"--info-text": "rgb(1 90 194)",
|
|
6300
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6301
|
+
},
|
|
6302
|
+
"bronze-neon/dark": {
|
|
6303
|
+
"--background": "rgb(18 13 9)",
|
|
6304
|
+
"--foreground": "rgb(245 223 204)",
|
|
6305
|
+
"--surface": "rgb(31 27 22)",
|
|
6306
|
+
"--surface-foreground": "rgb(245 223 204)",
|
|
6307
|
+
"--popover": "rgb(40 35 30)",
|
|
6308
|
+
"--popover-foreground": "rgb(245 223 204)",
|
|
6309
|
+
"--primary": "rgb(233 162 82)",
|
|
6310
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6311
|
+
"--secondary": "rgb(0 252 152)",
|
|
6312
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
6313
|
+
"--tertiary": "rgb(242 74 149)",
|
|
6314
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6315
|
+
"--muted": "rgb(49 43 38)",
|
|
6316
|
+
"--muted-foreground": "rgb(219 194 172)",
|
|
6317
|
+
"--accent": "rgb(49 43 38)",
|
|
6318
|
+
"--accent-foreground": "rgb(219 194 172)",
|
|
6319
|
+
"--destructive": "rgb(255 180 171)",
|
|
6320
|
+
"--border": "rgb(85 68 51)",
|
|
6321
|
+
"--input": "rgb(85 68 51)",
|
|
6322
|
+
"--ring": "rgb(255 184 108)",
|
|
6323
|
+
"--sidebar": "rgb(31 27 22)",
|
|
6324
|
+
"--card": "rgb(63 50 37)",
|
|
6325
|
+
"--card-foreground": "rgb(245 223 204)",
|
|
6326
|
+
"--chart-1": "rgb(251 154 14)",
|
|
6327
|
+
"--chart-2": "rgb(122 195 84)",
|
|
6328
|
+
"--chart-3": "rgb(0 194 215)",
|
|
6329
|
+
"--chart-4": "rgb(163 170 255)",
|
|
6330
|
+
"--chart-5": "rgb(255 139 192)",
|
|
6331
|
+
"--content-area": "rgb(28 17 7)",
|
|
6332
|
+
"--sidebar-foreground": "rgb(245 223 204)",
|
|
6333
|
+
"--sidebar-primary": "rgb(255 184 108)",
|
|
6334
|
+
"--sidebar-primary-foreground": "rgb(73 41 0)",
|
|
6335
|
+
"--sidebar-accent": "rgb(0 82 46)",
|
|
6336
|
+
"--sidebar-accent-foreground": "rgb(170 243 193)",
|
|
6337
|
+
"--sidebar-border": "rgb(85 68 51)",
|
|
6338
|
+
"--sidebar-ring": "rgb(255 184 108)",
|
|
6339
|
+
"--primary-text": "rgb(255 184 108)",
|
|
6340
|
+
"--primary-subtle": "rgba(207, 126, 0, 0.24)",
|
|
6341
|
+
"--secondary-text": "rgb(86 223 146)",
|
|
6342
|
+
"--secondary-subtle": "rgba(0, 166, 98, 0.24)",
|
|
6343
|
+
"--tertiary-text": "rgb(255 176 202)",
|
|
6344
|
+
"--tertiary-subtle": "rgba(255, 71, 155, 0.24)",
|
|
6345
|
+
"--success": "rgb(0 135 92)",
|
|
6346
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6347
|
+
"--success-text": "rgb(59 224 161)",
|
|
6348
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6349
|
+
"--error": "rgb(209 45 50)",
|
|
6350
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6351
|
+
"--error-text": "rgb(255 179 173)",
|
|
6352
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6353
|
+
"--warning": "rgb(165 104 0)",
|
|
6354
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6355
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6356
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6357
|
+
"--info": "rgb(33 112 228)",
|
|
6358
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6359
|
+
"--info-text": "rgb(173 198 255)",
|
|
6360
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6361
|
+
},
|
|
6362
|
+
"copper-field/light": {
|
|
6363
|
+
"--background": "rgb(254 241 236)",
|
|
6364
|
+
"--foreground": "rgb(38 24 17)",
|
|
6365
|
+
"--surface": "rgb(242 230 225)",
|
|
6366
|
+
"--surface-foreground": "rgb(38 24 17)",
|
|
6367
|
+
"--popover": "rgb(231 218 213)",
|
|
6368
|
+
"--popover-foreground": "rgb(38 24 17)",
|
|
6369
|
+
"--primary": "rgb(168 76 17)",
|
|
6370
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6371
|
+
"--secondary": "rgb(0 121 83)",
|
|
6372
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6373
|
+
"--tertiary": "rgb(0 87 253)",
|
|
6374
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
6375
|
+
"--muted": "rgb(219 207 202)",
|
|
6376
|
+
"--muted-foreground": "rgb(87 66 56)",
|
|
6377
|
+
"--accent": "rgb(219 207 202)",
|
|
6378
|
+
"--accent-foreground": "rgb(87 66 56)",
|
|
6379
|
+
"--destructive": "rgb(186 26 26)",
|
|
6380
|
+
"--border": "rgb(223 192 178)",
|
|
6381
|
+
"--input": "rgb(223 192 178)",
|
|
6382
|
+
"--ring": "rgb(158 67 0)",
|
|
6383
|
+
"--sidebar": "rgb(242 230 225)",
|
|
6384
|
+
"--card": "rgb(255 255 255)",
|
|
6385
|
+
"--card-foreground": "rgb(38 24 17)",
|
|
6386
|
+
"--chart-1": "rgb(188 83 10)",
|
|
6387
|
+
"--chart-2": "rgb(108 121 0)",
|
|
6388
|
+
"--chart-3": "rgb(0 128 121)",
|
|
6389
|
+
"--chart-4": "rgb(15 113 213)",
|
|
6390
|
+
"--chart-5": "rgb(171 77 167)",
|
|
6391
|
+
"--content-area": "rgb(255 248 246)",
|
|
6392
|
+
"--sidebar-foreground": "rgb(38 24 17)",
|
|
6393
|
+
"--sidebar-primary": "rgb(158 67 0)",
|
|
6394
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6395
|
+
"--sidebar-accent": "rgb(153 245 200)",
|
|
6396
|
+
"--sidebar-accent-foreground": "rgb(0 82 55)",
|
|
6397
|
+
"--sidebar-border": "rgb(223 192 178)",
|
|
6398
|
+
"--sidebar-ring": "rgb(158 67 0)",
|
|
6399
|
+
"--primary-text": "rgb(158 67 0)",
|
|
6400
|
+
"--primary-subtle": "rgba(238, 104, 0, 0.13)",
|
|
6401
|
+
"--secondary-text": "rgb(0 108 74)",
|
|
6402
|
+
"--secondary-subtle": "rgba(0, 165, 115, 0.13)",
|
|
6403
|
+
"--tertiary-text": "rgb(49 86 196)",
|
|
6404
|
+
"--tertiary-subtle": "rgba(103, 137, 255, 0.13)",
|
|
6405
|
+
"--success": "rgb(0 121 82)",
|
|
6406
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6407
|
+
"--success-text": "rgb(0 108 73)",
|
|
6408
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6409
|
+
"--error": "rgb(191 31 39)",
|
|
6410
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6411
|
+
"--error-text": "rgb(167 55 53)",
|
|
6412
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6413
|
+
"--warning": "rgb(148 93 0)",
|
|
6414
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6415
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6416
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6417
|
+
"--info": "rgb(0 100 213)",
|
|
6418
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6419
|
+
"--info-text": "rgb(1 90 194)",
|
|
6420
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6421
|
+
},
|
|
6422
|
+
"copper-field/dark": {
|
|
6423
|
+
"--background": "rgb(18 13 11)",
|
|
6424
|
+
"--foreground": "rgb(248 221 209)",
|
|
6425
|
+
"--surface": "rgb(32 26 24)",
|
|
6426
|
+
"--surface-foreground": "rgb(248 221 209)",
|
|
6427
|
+
"--popover": "rgb(41 34 31)",
|
|
6428
|
+
"--popover-foreground": "rgb(248 221 209)",
|
|
6429
|
+
"--primary": "rgb(234 126 65)",
|
|
6430
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6431
|
+
"--secondary": "rgb(0 254 179)",
|
|
6432
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
6433
|
+
"--tertiary": "rgb(94 131 255)",
|
|
6434
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6435
|
+
"--muted": "rgb(49 43 40)",
|
|
6436
|
+
"--muted-foreground": "rgb(223 192 178)",
|
|
6437
|
+
"--accent": "rgb(49 43 40)",
|
|
6438
|
+
"--accent-foreground": "rgb(223 192 178)",
|
|
6439
|
+
"--destructive": "rgb(255 180 171)",
|
|
6440
|
+
"--border": "rgb(87 66 56)",
|
|
6441
|
+
"--input": "rgb(87 66 56)",
|
|
6442
|
+
"--ring": "rgb(255 182 145)",
|
|
6443
|
+
"--sidebar": "rgb(32 26 24)",
|
|
6444
|
+
"--card": "rgb(66 49 41)",
|
|
6445
|
+
"--card-foreground": "rgb(248 221 209)",
|
|
6446
|
+
"--chart-1": "rgb(255 149 92)",
|
|
6447
|
+
"--chart-2": "rgb(169 186 38)",
|
|
6448
|
+
"--chart-3": "rgb(0 197 186)",
|
|
6449
|
+
"--chart-4": "rgb(130 178 255)",
|
|
6450
|
+
"--chart-5": "rgb(243 140 235)",
|
|
6451
|
+
"--content-area": "rgb(29 16 10)",
|
|
6452
|
+
"--sidebar-foreground": "rgb(248 221 209)",
|
|
6453
|
+
"--sidebar-primary": "rgb(255 182 145)",
|
|
6454
|
+
"--sidebar-primary-foreground": "rgb(85 32 0)",
|
|
6455
|
+
"--sidebar-accent": "rgb(0 82 55)",
|
|
6456
|
+
"--sidebar-accent-foreground": "rgb(153 245 200)",
|
|
6457
|
+
"--sidebar-border": "rgb(87 66 56)",
|
|
6458
|
+
"--sidebar-ring": "rgb(255 182 145)",
|
|
6459
|
+
"--primary-text": "rgb(255 182 145)",
|
|
6460
|
+
"--primary-subtle": "rgba(238, 104, 0, 0.24)",
|
|
6461
|
+
"--secondary-text": "rgb(57 224 162)",
|
|
6462
|
+
"--secondary-subtle": "rgba(0, 165, 115, 0.24)",
|
|
6463
|
+
"--tertiary-text": "rgb(182 196 255)",
|
|
6464
|
+
"--tertiary-subtle": "rgba(103, 137, 255, 0.24)",
|
|
6465
|
+
"--success": "rgb(0 135 92)",
|
|
6466
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6467
|
+
"--success-text": "rgb(59 224 161)",
|
|
6468
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6469
|
+
"--error": "rgb(209 45 50)",
|
|
6470
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6471
|
+
"--error-text": "rgb(255 179 173)",
|
|
6472
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6473
|
+
"--warning": "rgb(165 104 0)",
|
|
6474
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6475
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6476
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6477
|
+
"--info": "rgb(33 112 228)",
|
|
6478
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6479
|
+
"--info-text": "rgb(173 198 255)",
|
|
6480
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6481
|
+
},
|
|
6482
|
+
"umber-signal/light": {
|
|
6483
|
+
"--background": "rgb(254 241 235)",
|
|
6484
|
+
"--foreground": "rgb(38 25 16)",
|
|
6485
|
+
"--surface": "rgb(242 230 224)",
|
|
6486
|
+
"--surface-foreground": "rgb(38 25 16)",
|
|
6487
|
+
"--popover": "rgb(230 218 213)",
|
|
6488
|
+
"--popover-foreground": "rgb(38 25 16)",
|
|
6489
|
+
"--primary": "rgb(136 82 45)",
|
|
6490
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6491
|
+
"--secondary": "rgb(0 116 133)",
|
|
6492
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6493
|
+
"--tertiary": "rgb(254 187 0)",
|
|
6494
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6495
|
+
"--muted": "rgb(219 207 202)",
|
|
6496
|
+
"--muted-foreground": "rgb(87 66 54)",
|
|
6497
|
+
"--accent": "rgb(219 207 202)",
|
|
6498
|
+
"--accent-foreground": "rgb(87 66 54)",
|
|
6499
|
+
"--destructive": "rgb(186 26 26)",
|
|
6500
|
+
"--border": "rgb(222 193 176)",
|
|
6501
|
+
"--input": "rgb(222 193 176)",
|
|
6502
|
+
"--ring": "rgb(151 72 0)",
|
|
6503
|
+
"--sidebar": "rgb(242 230 224)",
|
|
6504
|
+
"--card": "rgb(255 255 255)",
|
|
6505
|
+
"--card-foreground": "rgb(38 25 16)",
|
|
6506
|
+
"--chart-1": "rgb(181 88 0)",
|
|
6507
|
+
"--chart-2": "rgb(98 123 0)",
|
|
6508
|
+
"--chart-3": "rgb(0 127 126)",
|
|
6509
|
+
"--chart-4": "rgb(50 110 216)",
|
|
6510
|
+
"--chart-5": "rgb(176 75 157)",
|
|
6511
|
+
"--content-area": "rgb(255 248 245)",
|
|
6512
|
+
"--sidebar-foreground": "rgb(38 25 16)",
|
|
6513
|
+
"--sidebar-primary": "rgb(151 72 0)",
|
|
6514
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6515
|
+
"--sidebar-accent": "rgb(163 238 255)",
|
|
6516
|
+
"--sidebar-accent-foreground": "rgb(0 78 90)",
|
|
6517
|
+
"--sidebar-border": "rgb(222 193 176)",
|
|
6518
|
+
"--sidebar-ring": "rgb(151 72 0)",
|
|
6519
|
+
"--primary-text": "rgb(151 72 0)",
|
|
6520
|
+
"--primary-subtle": "rgba(228, 112, 0, 0.13)",
|
|
6521
|
+
"--secondary-text": "rgb(0 104 119)",
|
|
6522
|
+
"--secondary-subtle": "rgba(0, 159, 181, 0.13)",
|
|
6523
|
+
"--tertiary-text": "rgb(122 89 0)",
|
|
6524
|
+
"--tertiary-subtle": "rgba(186, 136, 0, 0.13)",
|
|
6525
|
+
"--success": "rgb(0 121 82)",
|
|
6526
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6527
|
+
"--success-text": "rgb(0 108 73)",
|
|
6528
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6529
|
+
"--error": "rgb(191 31 39)",
|
|
6530
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6531
|
+
"--error-text": "rgb(167 55 53)",
|
|
6532
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6533
|
+
"--warning": "rgb(148 93 0)",
|
|
6534
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6535
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6536
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6537
|
+
"--info": "rgb(0 100 213)",
|
|
6538
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6539
|
+
"--info-text": "rgb(1 90 194)",
|
|
6540
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6541
|
+
},
|
|
6542
|
+
"umber-signal/dark": {
|
|
6543
|
+
"--background": "rgb(18 13 10)",
|
|
6544
|
+
"--foreground": "rgb(247 221 207)",
|
|
6545
|
+
"--surface": "rgb(32 26 23)",
|
|
6546
|
+
"--surface-foreground": "rgb(247 221 207)",
|
|
6547
|
+
"--popover": "rgb(41 34 31)",
|
|
6548
|
+
"--popover-foreground": "rgb(247 221 207)",
|
|
6549
|
+
"--primary": "rgb(211 146 103)",
|
|
6550
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6551
|
+
"--secondary": "rgb(0 224 254)",
|
|
6552
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
6553
|
+
"--tertiary": "rgb(254 187 0)",
|
|
6554
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6555
|
+
"--muted": "rgb(49 43 39)",
|
|
6556
|
+
"--muted-foreground": "rgb(222 193 176)",
|
|
6557
|
+
"--accent": "rgb(49 43 39)",
|
|
6558
|
+
"--accent-foreground": "rgb(222 193 176)",
|
|
6559
|
+
"--destructive": "rgb(255 180 171)",
|
|
6560
|
+
"--border": "rgb(87 66 54)",
|
|
6561
|
+
"--input": "rgb(87 66 54)",
|
|
6562
|
+
"--ring": "rgb(255 182 136)",
|
|
6563
|
+
"--sidebar": "rgb(32 26 23)",
|
|
6564
|
+
"--card": "rgb(65 49 40)",
|
|
6565
|
+
"--card-foreground": "rgb(247 221 207)",
|
|
6566
|
+
"--chart-1": "rgb(255 150 76)",
|
|
6567
|
+
"--chart-2": "rgb(156 189 53)",
|
|
6568
|
+
"--chart-3": "rgb(0 197 195)",
|
|
6569
|
+
"--chart-4": "rgb(140 175 255)",
|
|
6570
|
+
"--chart-5": "rgb(249 138 224)",
|
|
6571
|
+
"--content-area": "rgb(29 17 9)",
|
|
6572
|
+
"--sidebar-foreground": "rgb(247 221 207)",
|
|
6573
|
+
"--sidebar-primary": "rgb(255 182 136)",
|
|
6574
|
+
"--sidebar-primary-foreground": "rgb(81 36 0)",
|
|
6575
|
+
"--sidebar-accent": "rgb(0 78 90)",
|
|
6576
|
+
"--sidebar-accent-foreground": "rgb(163 238 255)",
|
|
6577
|
+
"--sidebar-border": "rgb(87 66 54)",
|
|
6578
|
+
"--sidebar-ring": "rgb(255 182 136)",
|
|
6579
|
+
"--primary-text": "rgb(255 182 136)",
|
|
6580
|
+
"--primary-subtle": "rgba(228, 112, 0, 0.24)",
|
|
6581
|
+
"--secondary-text": "rgb(0 218 247)",
|
|
6582
|
+
"--secondary-subtle": "rgba(0, 159, 181, 0.24)",
|
|
6583
|
+
"--tertiary-text": "rgb(254 187 4)",
|
|
6584
|
+
"--tertiary-subtle": "rgba(186, 136, 0, 0.24)",
|
|
6585
|
+
"--success": "rgb(0 135 92)",
|
|
6586
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6587
|
+
"--success-text": "rgb(59 224 161)",
|
|
6588
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6589
|
+
"--error": "rgb(209 45 50)",
|
|
6590
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6591
|
+
"--error-text": "rgb(255 179 173)",
|
|
6592
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6593
|
+
"--warning": "rgb(165 104 0)",
|
|
6594
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6595
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6596
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6597
|
+
"--info": "rgb(33 112 228)",
|
|
6598
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6599
|
+
"--info-text": "rgb(173 198 255)",
|
|
6600
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6601
|
+
},
|
|
6602
|
+
"amethyst-current/light": {
|
|
6603
|
+
"--background": "rgb(248 242 246)",
|
|
6604
|
+
"--foreground": "rgb(31 25 36)",
|
|
6605
|
+
"--surface": "rgb(237 230 235)",
|
|
6606
|
+
"--surface-foreground": "rgb(31 25 36)",
|
|
6607
|
+
"--popover": "rgb(225 219 224)",
|
|
6608
|
+
"--popover-foreground": "rgb(31 25 36)",
|
|
6609
|
+
"--primary": "rgb(132 59 207)",
|
|
6610
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6611
|
+
"--secondary": "rgb(148 93 0)",
|
|
6612
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6613
|
+
"--tertiary": "rgb(0 253 139)",
|
|
6614
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6615
|
+
"--muted": "rgb(214 208 212)",
|
|
6616
|
+
"--muted-foreground": "rgb(76 68 82)",
|
|
6617
|
+
"--accent": "rgb(214 208 212)",
|
|
6618
|
+
"--accent-foreground": "rgb(76 68 82)",
|
|
6619
|
+
"--destructive": "rgb(186 26 26)",
|
|
6620
|
+
"--border": "rgb(206 195 212)",
|
|
6621
|
+
"--input": "rgb(206 195 212)",
|
|
6622
|
+
"--ring": "rgb(135 0 237)",
|
|
6623
|
+
"--sidebar": "rgb(237 230 235)",
|
|
6624
|
+
"--card": "rgb(255 255 255)",
|
|
6625
|
+
"--card-foreground": "rgb(31 25 36)",
|
|
6626
|
+
"--chart-1": "rgb(142 87 201)",
|
|
6627
|
+
"--chart-2": "rgb(194 74 73)",
|
|
6628
|
+
"--chart-3": "rgb(138 111 0)",
|
|
6629
|
+
"--chart-4": "rgb(0 130 90)",
|
|
6630
|
+
"--chart-5": "rgb(0 122 169)",
|
|
6631
|
+
"--content-area": "rgb(255 247 255)",
|
|
6632
|
+
"--sidebar-foreground": "rgb(31 25 36)",
|
|
6633
|
+
"--sidebar-primary": "rgb(135 0 237)",
|
|
6634
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6635
|
+
"--sidebar-accent": "rgb(255 221 184)",
|
|
6636
|
+
"--sidebar-accent-foreground": "rgb(101 62 0)",
|
|
6637
|
+
"--sidebar-border": "rgb(206 195 212)",
|
|
6638
|
+
"--sidebar-ring": "rgb(135 0 237)",
|
|
6639
|
+
"--primary-text": "rgb(135 0 237)",
|
|
6640
|
+
"--primary-subtle": "rgba(180, 110, 255, 0.13)",
|
|
6641
|
+
"--secondary-text": "rgb(133 83 0)",
|
|
6642
|
+
"--secondary-subtle": "rgba(202, 129, 0, 0.13)",
|
|
6643
|
+
"--tertiary-text": "rgb(0 109 56)",
|
|
6644
|
+
"--tertiary-subtle": "rgba(0, 166, 89, 0.13)",
|
|
6645
|
+
"--success": "rgb(0 121 82)",
|
|
6646
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6647
|
+
"--success-text": "rgb(0 108 73)",
|
|
6648
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6649
|
+
"--error": "rgb(191 31 39)",
|
|
6650
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6651
|
+
"--error-text": "rgb(167 55 53)",
|
|
6652
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6653
|
+
"--warning": "rgb(148 93 0)",
|
|
6654
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6655
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6656
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6657
|
+
"--info": "rgb(0 100 213)",
|
|
6658
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6659
|
+
"--info-text": "rgb(1 90 194)",
|
|
6660
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6661
|
+
},
|
|
6662
|
+
"amethyst-current/dark": {
|
|
6663
|
+
"--background": "rgb(15 13 17)",
|
|
6664
|
+
"--foreground": "rgb(234 223 237)",
|
|
6665
|
+
"--surface": "rgb(29 27 30)",
|
|
6666
|
+
"--surface-foreground": "rgb(234 223 237)",
|
|
6667
|
+
"--popover": "rgb(37 35 38)",
|
|
6668
|
+
"--popover-foreground": "rgb(234 223 237)",
|
|
6669
|
+
"--primary": "rgb(175 104 251)",
|
|
6670
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6671
|
+
"--secondary": "rgb(165 104 0)",
|
|
6672
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6673
|
+
"--tertiary": "rgb(0 253 139)",
|
|
6674
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6675
|
+
"--muted": "rgb(46 43 47)",
|
|
6676
|
+
"--muted-foreground": "rgb(206 195 212)",
|
|
6677
|
+
"--accent": "rgb(46 43 47)",
|
|
6678
|
+
"--accent-foreground": "rgb(206 195 212)",
|
|
6679
|
+
"--destructive": "rgb(255 180 171)",
|
|
6680
|
+
"--border": "rgb(76 68 82)",
|
|
6681
|
+
"--input": "rgb(76 68 82)",
|
|
6682
|
+
"--ring": "rgb(219 184 255)",
|
|
6683
|
+
"--sidebar": "rgb(29 27 30)",
|
|
6684
|
+
"--card": "rgb(56 50 61)",
|
|
6685
|
+
"--card-foreground": "rgb(234 223 237)",
|
|
6686
|
+
"--chart-1": "rgb(204 156 255)",
|
|
6687
|
+
"--chart-2": "rgb(255 146 141)",
|
|
6688
|
+
"--chart-3": "rgb(212 172 0)",
|
|
6689
|
+
"--chart-4": "rgb(0 201 141)",
|
|
6690
|
+
"--chart-5": "rgb(39 188 255)",
|
|
6691
|
+
"--content-area": "rgb(22 17 27)",
|
|
6692
|
+
"--sidebar-foreground": "rgb(234 223 237)",
|
|
6693
|
+
"--sidebar-primary": "rgb(219 184 255)",
|
|
6694
|
+
"--sidebar-primary-foreground": "rgb(72 0 130)",
|
|
6695
|
+
"--sidebar-accent": "rgb(101 62 0)",
|
|
6696
|
+
"--sidebar-accent-foreground": "rgb(255 221 184)",
|
|
6697
|
+
"--sidebar-border": "rgb(76 68 82)",
|
|
6698
|
+
"--sidebar-ring": "rgb(219 184 255)",
|
|
6699
|
+
"--primary-text": "rgb(219 184 255)",
|
|
6700
|
+
"--primary-subtle": "rgba(180, 110, 255, 0.24)",
|
|
6701
|
+
"--secondary-text": "rgb(255 185 94)",
|
|
6702
|
+
"--secondary-subtle": "rgba(202, 129, 0, 0.24)",
|
|
6703
|
+
"--tertiary-text": "rgb(96 222 140)",
|
|
6704
|
+
"--tertiary-subtle": "rgba(0, 166, 89, 0.24)",
|
|
6705
|
+
"--success": "rgb(0 135 92)",
|
|
6706
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6707
|
+
"--success-text": "rgb(59 224 161)",
|
|
6708
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6709
|
+
"--error": "rgb(209 45 50)",
|
|
6710
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6711
|
+
"--error-text": "rgb(255 179 173)",
|
|
6712
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6713
|
+
"--warning": "rgb(165 104 0)",
|
|
6714
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6715
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6716
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6717
|
+
"--info": "rgb(33 112 228)",
|
|
6718
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6719
|
+
"--info-text": "rgb(173 198 255)",
|
|
6720
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6721
|
+
},
|
|
6722
|
+
"ruby-current/light": {
|
|
6723
|
+
"--background": "rgb(254 241 240)",
|
|
6724
|
+
"--foreground": "rgb(38 24 24)",
|
|
6725
|
+
"--surface": "rgb(242 229 229)",
|
|
6726
|
+
"--surface-foreground": "rgb(38 24 24)",
|
|
6727
|
+
"--popover": "rgb(231 218 218)",
|
|
6728
|
+
"--popover-foreground": "rgb(38 24 24)",
|
|
6729
|
+
"--primary": "rgb(201 37 70)",
|
|
6730
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6731
|
+
"--secondary": "rgb(131 56 238)",
|
|
6732
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6733
|
+
"--tertiary": "rgb(0 253 236)",
|
|
6734
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6735
|
+
"--muted": "rgb(219 207 207)",
|
|
6736
|
+
"--muted-foreground": "rgb(87 65 66)",
|
|
6737
|
+
"--accent": "rgb(219 207 207)",
|
|
6738
|
+
"--accent-foreground": "rgb(87 65 66)",
|
|
6739
|
+
"--destructive": "rgb(186 26 26)",
|
|
6740
|
+
"--border": "rgb(222 191 192)",
|
|
6741
|
+
"--input": "rgb(222 191 192)",
|
|
6742
|
+
"--ring": "rgb(190 0 57)",
|
|
6743
|
+
"--sidebar": "rgb(242 229 229)",
|
|
6744
|
+
"--card": "rgb(255 255 255)",
|
|
6745
|
+
"--card-foreground": "rgb(38 24 24)",
|
|
6746
|
+
"--chart-1": "rgb(193 73 88)",
|
|
6747
|
+
"--chart-2": "rgb(145 108 0)",
|
|
6748
|
+
"--chart-3": "rgb(0 131 77)",
|
|
6749
|
+
"--chart-4": "rgb(0 123 160)",
|
|
6750
|
+
"--chart-5": "rgb(131 91 207)",
|
|
6751
|
+
"--content-area": "rgb(255 248 247)",
|
|
6752
|
+
"--sidebar-foreground": "rgb(38 24 24)",
|
|
6753
|
+
"--sidebar-primary": "rgb(190 0 57)",
|
|
6754
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6755
|
+
"--sidebar-accent": "rgb(236 220 255)",
|
|
6756
|
+
"--sidebar-accent-foreground": "rgb(90 35 169)",
|
|
6757
|
+
"--sidebar-border": "rgb(222 191 192)",
|
|
6758
|
+
"--sidebar-ring": "rgb(190 0 57)",
|
|
6759
|
+
"--primary-text": "rgb(190 0 57)",
|
|
6760
|
+
"--primary-subtle": "rgba(255, 81, 106, 0.13)",
|
|
6761
|
+
"--secondary-text": "rgb(113 69 184)",
|
|
6762
|
+
"--secondary-subtle": "rgba(168, 116, 255, 0.13)",
|
|
6763
|
+
"--tertiary-text": "rgb(0 106 98)",
|
|
6764
|
+
"--tertiary-subtle": "rgba(0, 162, 151, 0.13)",
|
|
6765
|
+
"--success": "rgb(0 121 82)",
|
|
6766
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6767
|
+
"--success-text": "rgb(0 108 73)",
|
|
6768
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6769
|
+
"--error": "rgb(191 31 39)",
|
|
6770
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6771
|
+
"--error-text": "rgb(167 55 53)",
|
|
6772
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6773
|
+
"--warning": "rgb(148 93 0)",
|
|
6774
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6775
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6776
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6777
|
+
"--info": "rgb(0 100 213)",
|
|
6778
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6779
|
+
"--info-text": "rgb(1 90 194)",
|
|
6780
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6781
|
+
},
|
|
6782
|
+
"ruby-current/dark": {
|
|
6783
|
+
"--background": "rgb(18 13 13)",
|
|
6784
|
+
"--foreground": "rgb(248 220 221)",
|
|
6785
|
+
"--surface": "rgb(32 26 26)",
|
|
6786
|
+
"--surface-foreground": "rgb(248 220 221)",
|
|
6787
|
+
"--popover": "rgb(41 34 34)",
|
|
6788
|
+
"--popover-foreground": "rgb(248 220 221)",
|
|
6789
|
+
"--primary": "rgb(249 74 101)",
|
|
6790
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6791
|
+
"--secondary": "rgb(144 72 252)",
|
|
6792
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6793
|
+
"--tertiary": "rgb(0 253 236)",
|
|
6794
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6795
|
+
"--muted": "rgb(49 42 43)",
|
|
6796
|
+
"--muted-foreground": "rgb(222 191 192)",
|
|
6797
|
+
"--accent": "rgb(49 42 43)",
|
|
6798
|
+
"--accent-foreground": "rgb(222 191 192)",
|
|
6799
|
+
"--destructive": "rgb(255 180 171)",
|
|
6800
|
+
"--border": "rgb(87 65 66)",
|
|
6801
|
+
"--input": "rgb(87 65 66)",
|
|
6802
|
+
"--ring": "rgb(255 178 183)",
|
|
6803
|
+
"--sidebar": "rgb(32 26 26)",
|
|
6804
|
+
"--card": "rgb(66 48 49)",
|
|
6805
|
+
"--card-foreground": "rgb(248 220 221)",
|
|
6806
|
+
"--chart-1": "rgb(255 144 153)",
|
|
6807
|
+
"--chart-2": "rgb(223 168 0)",
|
|
6808
|
+
"--chart-3": "rgb(57 200 127)",
|
|
6809
|
+
"--chart-4": "rgb(0 190 246)",
|
|
6810
|
+
"--chart-5": "rgb(192 160 255)",
|
|
6811
|
+
"--content-area": "rgb(29 16 16)",
|
|
6812
|
+
"--sidebar-foreground": "rgb(248 220 221)",
|
|
6813
|
+
"--sidebar-primary": "rgb(255 178 183)",
|
|
6814
|
+
"--sidebar-primary-foreground": "rgb(103 0 27)",
|
|
6815
|
+
"--sidebar-accent": "rgb(90 35 169)",
|
|
6816
|
+
"--sidebar-accent-foreground": "rgb(236 220 255)",
|
|
6817
|
+
"--sidebar-border": "rgb(87 65 66)",
|
|
6818
|
+
"--sidebar-ring": "rgb(255 178 183)",
|
|
6819
|
+
"--primary-text": "rgb(255 178 183)",
|
|
6820
|
+
"--primary-subtle": "rgba(255, 81, 106, 0.24)",
|
|
6821
|
+
"--secondary-text": "rgb(213 187 255)",
|
|
6822
|
+
"--secondary-subtle": "rgba(168, 116, 255, 0.24)",
|
|
6823
|
+
"--tertiary-text": "rgb(0 222 206)",
|
|
6824
|
+
"--tertiary-subtle": "rgba(0, 162, 151, 0.24)",
|
|
6825
|
+
"--success": "rgb(0 135 92)",
|
|
6826
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6827
|
+
"--success-text": "rgb(59 224 161)",
|
|
6828
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6829
|
+
"--error": "rgb(209 45 50)",
|
|
6830
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6831
|
+
"--error-text": "rgb(255 179 173)",
|
|
6832
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6833
|
+
"--warning": "rgb(165 104 0)",
|
|
6834
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6835
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6836
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6837
|
+
"--info": "rgb(33 112 228)",
|
|
6838
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6839
|
+
"--info-text": "rgb(173 198 255)",
|
|
6840
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6841
|
+
},
|
|
6842
|
+
"orchid-flare/light": {
|
|
6843
|
+
"--background": "rgb(252 241 244)",
|
|
6844
|
+
"--foreground": "rgb(36 24 31)",
|
|
6845
|
+
"--surface": "rgb(240 230 233)",
|
|
6846
|
+
"--surface-foreground": "rgb(36 24 31)",
|
|
6847
|
+
"--popover": "rgb(228 218 221)",
|
|
6848
|
+
"--popover-foreground": "rgb(36 24 31)",
|
|
6849
|
+
"--primary": "rgb(184 29 148)",
|
|
6850
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6851
|
+
"--secondary": "rgb(177 74 0)",
|
|
6852
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6853
|
+
"--tertiary": "rgb(0 230 255)",
|
|
6854
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6855
|
+
"--muted": "rgb(217 207 210)",
|
|
6856
|
+
"--muted-foreground": "rgb(83 66 75)",
|
|
6857
|
+
"--accent": "rgb(217 207 210)",
|
|
6858
|
+
"--accent-foreground": "rgb(83 66 75)",
|
|
6859
|
+
"--destructive": "rgb(186 26 26)",
|
|
6860
|
+
"--border": "rgb(216 192 204)",
|
|
6861
|
+
"--input": "rgb(216 192 204)",
|
|
6862
|
+
"--ring": "rgb(177 0 142)",
|
|
6863
|
+
"--sidebar": "rgb(240 230 233)",
|
|
6864
|
+
"--card": "rgb(255 255 255)",
|
|
6865
|
+
"--card-foreground": "rgb(36 24 31)",
|
|
6866
|
+
"--chart-1": "rgb(180 74 148)",
|
|
6867
|
+
"--chart-2": "rgb(175 92 0)",
|
|
6868
|
+
"--chart-3": "rgb(87 125 0)",
|
|
6869
|
+
"--chart-4": "rgb(0 127 131)",
|
|
6870
|
+
"--chart-5": "rgb(67 107 217)",
|
|
6871
|
+
"--content-area": "rgb(255 248 249)",
|
|
6872
|
+
"--sidebar-foreground": "rgb(36 24 31)",
|
|
6873
|
+
"--sidebar-primary": "rgb(177 0 142)",
|
|
6874
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6875
|
+
"--sidebar-accent": "rgb(255 219 203)",
|
|
6876
|
+
"--sidebar-accent-foreground": "rgb(121 48 0)",
|
|
6877
|
+
"--sidebar-border": "rgb(216 192 204)",
|
|
6878
|
+
"--sidebar-ring": "rgb(177 0 142)",
|
|
6879
|
+
"--primary-text": "rgb(177 0 142)",
|
|
6880
|
+
"--primary-subtle": "rgba(255, 51, 207, 0.13)",
|
|
6881
|
+
"--secondary-text": "rgb(159 66 0)",
|
|
6882
|
+
"--secondary-subtle": "rgba(240, 103, 0, 0.13)",
|
|
6883
|
+
"--tertiary-text": "rgb(0 104 116)",
|
|
6884
|
+
"--tertiary-subtle": "rgba(0, 159, 177, 0.13)",
|
|
6885
|
+
"--success": "rgb(0 121 82)",
|
|
6886
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6887
|
+
"--success-text": "rgb(0 108 73)",
|
|
6888
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
6889
|
+
"--error": "rgb(191 31 39)",
|
|
6890
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6891
|
+
"--error-text": "rgb(167 55 53)",
|
|
6892
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
6893
|
+
"--warning": "rgb(148 93 0)",
|
|
6894
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6895
|
+
"--warning-text": "rgb(133 83 0)",
|
|
6896
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
6897
|
+
"--info": "rgb(0 100 213)",
|
|
6898
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6899
|
+
"--info-text": "rgb(1 90 194)",
|
|
6900
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
6901
|
+
},
|
|
6902
|
+
"orchid-flare/dark": {
|
|
6903
|
+
"--background": "rgb(17 13 15)",
|
|
6904
|
+
"--foreground": "rgb(242 221 230)",
|
|
6905
|
+
"--surface": "rgb(31 26 29)",
|
|
6906
|
+
"--surface-foreground": "rgb(242 221 230)",
|
|
6907
|
+
"--popover": "rgb(39 34 37)",
|
|
6908
|
+
"--popover-foreground": "rgb(242 221 230)",
|
|
6909
|
+
"--primary": "rgb(232 76 189)",
|
|
6910
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
6911
|
+
"--secondary": "rgb(197 83 0)",
|
|
6912
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6913
|
+
"--tertiary": "rgb(0 230 255)",
|
|
6914
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6915
|
+
"--muted": "rgb(48 43 45)",
|
|
6916
|
+
"--muted-foreground": "rgb(216 192 204)",
|
|
6917
|
+
"--accent": "rgb(48 43 45)",
|
|
6918
|
+
"--accent-foreground": "rgb(216 192 204)",
|
|
6919
|
+
"--destructive": "rgb(255 180 171)",
|
|
6920
|
+
"--border": "rgb(83 66 75)",
|
|
6921
|
+
"--input": "rgb(83 66 75)",
|
|
6922
|
+
"--ring": "rgb(255 174 223)",
|
|
6923
|
+
"--sidebar": "rgb(31 26 29)",
|
|
6924
|
+
"--card": "rgb(62 49 56)",
|
|
6925
|
+
"--card-foreground": "rgb(242 221 230)",
|
|
6926
|
+
"--chart-1": "rgb(254 136 214)",
|
|
6927
|
+
"--chart-2": "rgb(255 151 59)",
|
|
6928
|
+
"--chart-3": "rgb(146 191 63)",
|
|
6929
|
+
"--chart-4": "rgb(0 196 202)",
|
|
6930
|
+
"--chart-5": "rgb(148 174 255)",
|
|
6931
|
+
"--content-area": "rgb(27 16 23)",
|
|
6932
|
+
"--sidebar-foreground": "rgb(242 221 230)",
|
|
6933
|
+
"--sidebar-primary": "rgb(255 174 223)",
|
|
6934
|
+
"--sidebar-primary-foreground": "rgb(96 0 76)",
|
|
6935
|
+
"--sidebar-accent": "rgb(121 48 0)",
|
|
6936
|
+
"--sidebar-accent-foreground": "rgb(255 219 203)",
|
|
6937
|
+
"--sidebar-border": "rgb(83 66 75)",
|
|
6938
|
+
"--sidebar-ring": "rgb(255 174 223)",
|
|
6939
|
+
"--primary-text": "rgb(255 174 223)",
|
|
6940
|
+
"--primary-subtle": "rgba(255, 51, 207, 0.24)",
|
|
6941
|
+
"--secondary-text": "rgb(255 182 146)",
|
|
6942
|
+
"--secondary-subtle": "rgba(240, 103, 0, 0.24)",
|
|
6943
|
+
"--tertiary-text": "rgb(0 218 242)",
|
|
6944
|
+
"--tertiary-subtle": "rgba(0, 159, 177, 0.24)",
|
|
6945
|
+
"--success": "rgb(0 135 92)",
|
|
6946
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
6947
|
+
"--success-text": "rgb(59 224 161)",
|
|
6948
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
6949
|
+
"--error": "rgb(209 45 50)",
|
|
6950
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
6951
|
+
"--error-text": "rgb(255 179 173)",
|
|
6952
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
6953
|
+
"--warning": "rgb(165 104 0)",
|
|
6954
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
6955
|
+
"--warning-text": "rgb(255 185 95)",
|
|
6956
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
6957
|
+
"--info": "rgb(33 112 228)",
|
|
6958
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
6959
|
+
"--info-text": "rgb(173 198 255)",
|
|
6960
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
6961
|
+
},
|
|
6962
|
+
"garnet-acid/light": {
|
|
6963
|
+
"--background": "rgb(253 241 241)",
|
|
6964
|
+
"--foreground": "rgb(38 24 26)",
|
|
6965
|
+
"--surface": "rgb(242 229 230)",
|
|
6966
|
+
"--surface-foreground": "rgb(38 24 26)",
|
|
6967
|
+
"--popover": "rgb(230 218 219)",
|
|
6968
|
+
"--popover-foreground": "rgb(38 24 26)",
|
|
6969
|
+
"--primary": "rgb(170 57 89)",
|
|
6970
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
6971
|
+
"--secondary": "rgb(37 67 249)",
|
|
6972
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
6973
|
+
"--tertiary": "rgb(179 250 60)",
|
|
6974
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
6975
|
+
"--muted": "rgb(219 207 208)",
|
|
6976
|
+
"--muted-foreground": "rgb(87 65 69)",
|
|
6977
|
+
"--accent": "rgb(219 207 208)",
|
|
6978
|
+
"--accent-foreground": "rgb(87 65 69)",
|
|
6979
|
+
"--destructive": "rgb(186 26 26)",
|
|
6980
|
+
"--border": "rgb(221 191 195)",
|
|
6981
|
+
"--input": "rgb(221 191 195)",
|
|
6982
|
+
"--ring": "rgb(188 0 81)",
|
|
6983
|
+
"--sidebar": "rgb(242 229 230)",
|
|
6984
|
+
"--card": "rgb(255 255 255)",
|
|
6985
|
+
"--card-foreground": "rgb(38 24 26)",
|
|
6986
|
+
"--chart-1": "rgb(192 72 104)",
|
|
6987
|
+
"--chart-2": "rgb(152 105 0)",
|
|
6988
|
+
"--chart-3": "rgb(0 132 56)",
|
|
6989
|
+
"--chart-4": "rgb(0 124 152)",
|
|
6990
|
+
"--chart-5": "rgb(117 95 212)",
|
|
6991
|
+
"--content-area": "rgb(255 248 247)",
|
|
6992
|
+
"--sidebar-foreground": "rgb(38 24 26)",
|
|
6993
|
+
"--sidebar-primary": "rgb(188 0 81)",
|
|
6994
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
6995
|
+
"--sidebar-accent": "rgb(223 224 255)",
|
|
6996
|
+
"--sidebar-accent-foreground": "rgb(40 57 168)",
|
|
6997
|
+
"--sidebar-border": "rgb(221 191 195)",
|
|
6998
|
+
"--sidebar-ring": "rgb(188 0 81)",
|
|
6999
|
+
"--primary-text": "rgb(188 0 81)",
|
|
7000
|
+
"--primary-subtle": "rgba(255, 77, 130, 0.13)",
|
|
7001
|
+
"--secondary-text": "rgb(66 83 196)",
|
|
7002
|
+
"--secondary-subtle": "rgba(117, 134, 255, 0.13)",
|
|
7003
|
+
"--tertiary-text": "rgb(69 104 0)",
|
|
7004
|
+
"--tertiary-subtle": "rgba(107, 160, 0, 0.13)",
|
|
7005
|
+
"--success": "rgb(0 121 82)",
|
|
7006
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7007
|
+
"--success-text": "rgb(0 108 73)",
|
|
7008
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
7009
|
+
"--error": "rgb(191 31 39)",
|
|
7010
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7011
|
+
"--error-text": "rgb(167 55 53)",
|
|
7012
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
7013
|
+
"--warning": "rgb(148 93 0)",
|
|
7014
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7015
|
+
"--warning-text": "rgb(133 83 0)",
|
|
7016
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
7017
|
+
"--info": "rgb(0 100 213)",
|
|
7018
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7019
|
+
"--info-text": "rgb(1 90 194)",
|
|
7020
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
7021
|
+
},
|
|
7022
|
+
"garnet-acid/dark": {
|
|
7023
|
+
"--background": "rgb(18 13 14)",
|
|
7024
|
+
"--foreground": "rgb(247 220 223)",
|
|
7025
|
+
"--surface": "rgb(32 26 27)",
|
|
7026
|
+
"--surface-foreground": "rgb(247 220 223)",
|
|
7027
|
+
"--popover": "rgb(40 34 35)",
|
|
7028
|
+
"--popover-foreground": "rgb(247 220 223)",
|
|
7029
|
+
"--primary": "rgb(223 98 129)",
|
|
7030
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
7031
|
+
"--secondary": "rgb(58 84 255)",
|
|
7032
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7033
|
+
"--tertiary": "rgb(179 250 60)",
|
|
7034
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7035
|
+
"--muted": "rgb(49 42 43)",
|
|
7036
|
+
"--muted-foreground": "rgb(221 191 195)",
|
|
7037
|
+
"--accent": "rgb(49 42 43)",
|
|
7038
|
+
"--accent-foreground": "rgb(221 191 195)",
|
|
7039
|
+
"--destructive": "rgb(255 180 171)",
|
|
7040
|
+
"--border": "rgb(87 65 69)",
|
|
7041
|
+
"--input": "rgb(87 65 69)",
|
|
7042
|
+
"--ring": "rgb(255 177 192)",
|
|
7043
|
+
"--sidebar": "rgb(32 26 27)",
|
|
7044
|
+
"--card": "rgb(65 48 51)",
|
|
7045
|
+
"--card-foreground": "rgb(247 220 223)",
|
|
7046
|
+
"--chart-1": "rgb(255 143 167)",
|
|
7047
|
+
"--chart-2": "rgb(234 163 0)",
|
|
7048
|
+
"--chart-3": "rgb(87 198 111)",
|
|
7049
|
+
"--chart-4": "rgb(0 192 233)",
|
|
7050
|
+
"--chart-5": "rgb(181 164 255)",
|
|
7051
|
+
"--content-area": "rgb(29 16 18)",
|
|
7052
|
+
"--sidebar-foreground": "rgb(247 220 223)",
|
|
7053
|
+
"--sidebar-primary": "rgb(255 177 192)",
|
|
7054
|
+
"--sidebar-primary-foreground": "rgb(102 0 40)",
|
|
7055
|
+
"--sidebar-accent": "rgb(40 57 168)",
|
|
7056
|
+
"--sidebar-accent-foreground": "rgb(223 224 255)",
|
|
7057
|
+
"--sidebar-border": "rgb(87 65 69)",
|
|
7058
|
+
"--sidebar-ring": "rgb(255 177 192)",
|
|
7059
|
+
"--primary-text": "rgb(255 177 192)",
|
|
7060
|
+
"--primary-subtle": "rgba(255, 77, 130, 0.24)",
|
|
7061
|
+
"--secondary-text": "rgb(188 195 255)",
|
|
7062
|
+
"--secondary-subtle": "rgba(117, 134, 255, 0.24)",
|
|
7063
|
+
"--tertiary-text": "rgb(164 214 86)",
|
|
7064
|
+
"--tertiary-subtle": "rgba(107, 160, 0, 0.24)",
|
|
7065
|
+
"--success": "rgb(0 135 92)",
|
|
7066
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7067
|
+
"--success-text": "rgb(59 224 161)",
|
|
7068
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
7069
|
+
"--error": "rgb(209 45 50)",
|
|
7070
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7071
|
+
"--error-text": "rgb(255 179 173)",
|
|
7072
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
7073
|
+
"--warning": "rgb(165 104 0)",
|
|
7074
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7075
|
+
"--warning-text": "rgb(255 185 95)",
|
|
7076
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
7077
|
+
"--info": "rgb(33 112 228)",
|
|
7078
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7079
|
+
"--info-text": "rgb(173 198 255)",
|
|
7080
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
7081
|
+
},
|
|
7082
|
+
"indigo-ember/light": {
|
|
7083
|
+
"--background": "rgb(247 242 247)",
|
|
7084
|
+
"--foreground": "rgb(28 26 37)",
|
|
7085
|
+
"--surface": "rgb(235 231 236)",
|
|
7086
|
+
"--surface-foreground": "rgb(28 26 37)",
|
|
7087
|
+
"--popover": "rgb(224 219 224)",
|
|
7088
|
+
"--popover-foreground": "rgb(28 26 37)",
|
|
7089
|
+
"--primary": "rgb(91 77 195)",
|
|
7090
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
7091
|
+
"--secondary": "rgb(186 65 0)",
|
|
7092
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7093
|
+
"--tertiary": "rgb(0 255 217)",
|
|
7094
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7095
|
+
"--muted": "rgb(212 208 213)",
|
|
7096
|
+
"--muted-foreground": "rgb(71 69 83)",
|
|
7097
|
+
"--accent": "rgb(212 208 213)",
|
|
7098
|
+
"--accent-foreground": "rgb(71 69 83)",
|
|
7099
|
+
"--destructive": "rgb(186 26 26)",
|
|
7100
|
+
"--border": "rgb(200 196 214)",
|
|
7101
|
+
"--input": "rgb(200 196 214)",
|
|
7102
|
+
"--ring": "rgb(85 48 255)",
|
|
7103
|
+
"--sidebar": "rgb(235 231 236)",
|
|
7104
|
+
"--card": "rgb(255 255 255)",
|
|
7105
|
+
"--card-foreground": "rgb(28 26 37)",
|
|
7106
|
+
"--chart-1": "rgb(110 97 214)",
|
|
7107
|
+
"--chart-2": "rgb(190 72 112)",
|
|
7108
|
+
"--chart-3": "rgb(156 103 0)",
|
|
7109
|
+
"--chart-4": "rgb(25 132 46)",
|
|
7110
|
+
"--chart-5": "rgb(0 125 148)",
|
|
7111
|
+
"--content-area": "rgb(252 248 255)",
|
|
7112
|
+
"--sidebar-foreground": "rgb(28 26 37)",
|
|
7113
|
+
"--sidebar-primary": "rgb(85 48 255)",
|
|
7114
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
7115
|
+
"--sidebar-accent": "rgb(255 219 206)",
|
|
7116
|
+
"--sidebar-accent-foreground": "rgb(128 42 0)",
|
|
7117
|
+
"--sidebar-border": "rgb(200 196 214)",
|
|
7118
|
+
"--sidebar-ring": "rgb(85 48 255)",
|
|
7119
|
+
"--primary-text": "rgb(85 48 255)",
|
|
7120
|
+
"--primary-subtle": "rgba(141, 127, 255, 0.13)",
|
|
7121
|
+
"--secondary-text": "rgb(164 61 12)",
|
|
7122
|
+
"--secondary-subtle": "rgba(252, 91, 0, 0.13)",
|
|
7123
|
+
"--tertiary-text": "rgb(0 107 90)",
|
|
7124
|
+
"--tertiary-subtle": "rgba(0, 163, 138, 0.13)",
|
|
7125
|
+
"--success": "rgb(0 121 82)",
|
|
7126
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7127
|
+
"--success-text": "rgb(0 108 73)",
|
|
7128
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
7129
|
+
"--error": "rgb(191 31 39)",
|
|
7130
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7131
|
+
"--error-text": "rgb(167 55 53)",
|
|
7132
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
7133
|
+
"--warning": "rgb(148 93 0)",
|
|
7134
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7135
|
+
"--warning-text": "rgb(133 83 0)",
|
|
7136
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
7137
|
+
"--info": "rgb(0 100 213)",
|
|
7138
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7139
|
+
"--info-text": "rgb(1 90 194)",
|
|
7140
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
7141
|
+
},
|
|
7142
|
+
"indigo-ember/dark": {
|
|
7143
|
+
"--background": "rgb(14 14 17)",
|
|
7144
|
+
"--foreground": "rgb(229 224 239)",
|
|
7145
|
+
"--surface": "rgb(28 27 31)",
|
|
7146
|
+
"--surface-foreground": "rgb(229 224 239)",
|
|
7147
|
+
"--popover": "rgb(36 35 39)",
|
|
7148
|
+
"--popover-foreground": "rgb(229 224 239)",
|
|
7149
|
+
"--primary": "rgb(136 123 243)",
|
|
7150
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
7151
|
+
"--secondary": "rgb(207 73 0)",
|
|
7152
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7153
|
+
"--tertiary": "rgb(0 255 217)",
|
|
7154
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7155
|
+
"--muted": "rgb(45 43 47)",
|
|
7156
|
+
"--muted-foreground": "rgb(200 196 214)",
|
|
7157
|
+
"--accent": "rgb(45 43 47)",
|
|
7158
|
+
"--accent-foreground": "rgb(200 196 214)",
|
|
7159
|
+
"--destructive": "rgb(255 180 171)",
|
|
7160
|
+
"--border": "rgb(71 69 83)",
|
|
7161
|
+
"--input": "rgb(71 69 83)",
|
|
7162
|
+
"--ring": "rgb(199 191 255)",
|
|
7163
|
+
"--sidebar": "rgb(28 27 31)",
|
|
7164
|
+
"--card": "rgb(53 51 63)",
|
|
7165
|
+
"--card-foreground": "rgb(229 224 239)",
|
|
7166
|
+
"--chart-1": "rgb(175 166 255)",
|
|
7167
|
+
"--chart-2": "rgb(255 142 174)",
|
|
7168
|
+
"--chart-3": "rgb(239 160 0)",
|
|
7169
|
+
"--chart-4": "rgb(98 197 103)",
|
|
7170
|
+
"--chart-5": "rgb(0 193 228)",
|
|
7171
|
+
"--content-area": "rgb(19 18 28)",
|
|
7172
|
+
"--sidebar-foreground": "rgb(229 224 239)",
|
|
7173
|
+
"--sidebar-primary": "rgb(199 191 255)",
|
|
7174
|
+
"--sidebar-primary-foreground": "rgb(41 0 159)",
|
|
7175
|
+
"--sidebar-accent": "rgb(128 42 0)",
|
|
7176
|
+
"--sidebar-accent-foreground": "rgb(255 219 206)",
|
|
7177
|
+
"--sidebar-border": "rgb(71 69 83)",
|
|
7178
|
+
"--sidebar-ring": "rgb(199 191 255)",
|
|
7179
|
+
"--primary-text": "rgb(199 191 255)",
|
|
7180
|
+
"--primary-subtle": "rgba(141, 127, 255, 0.24)",
|
|
7181
|
+
"--secondary-text": "rgb(255 181 154)",
|
|
7182
|
+
"--secondary-subtle": "rgba(252, 91, 0, 0.24)",
|
|
7183
|
+
"--tertiary-text": "rgb(0 223 190)",
|
|
7184
|
+
"--tertiary-subtle": "rgba(0, 163, 138, 0.24)",
|
|
7185
|
+
"--success": "rgb(0 135 92)",
|
|
7186
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7187
|
+
"--success-text": "rgb(59 224 161)",
|
|
7188
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
7189
|
+
"--error": "rgb(209 45 50)",
|
|
7190
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7191
|
+
"--error-text": "rgb(255 179 173)",
|
|
7192
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
7193
|
+
"--warning": "rgb(165 104 0)",
|
|
7194
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7195
|
+
"--warning-text": "rgb(255 185 95)",
|
|
7196
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
7197
|
+
"--info": "rgb(33 112 228)",
|
|
7198
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7199
|
+
"--info-text": "rgb(173 198 255)",
|
|
7200
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
7201
|
+
},
|
|
7202
|
+
"raspberry-gold/light": {
|
|
7203
|
+
"--background": "rgb(253 241 242)",
|
|
7204
|
+
"--foreground": "rgb(37 24 28)",
|
|
7205
|
+
"--surface": "rgb(241 229 231)",
|
|
7206
|
+
"--surface-foreground": "rgb(37 24 28)",
|
|
7207
|
+
"--popover": "rgb(230 218 220)",
|
|
7208
|
+
"--popover-foreground": "rgb(37 24 28)",
|
|
7209
|
+
"--primary": "rgb(191 24 110)",
|
|
7210
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
7211
|
+
"--secondary": "rgb(137 99 0)",
|
|
7212
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7213
|
+
"--tertiary": "rgb(0 99 254)",
|
|
7214
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
7215
|
+
"--muted": "rgb(218 207 209)",
|
|
7216
|
+
"--muted-foreground": "rgb(86 65 71)",
|
|
7217
|
+
"--accent": "rgb(218 207 209)",
|
|
7218
|
+
"--accent-foreground": "rgb(86 65 71)",
|
|
7219
|
+
"--destructive": "rgb(186 26 26)",
|
|
7220
|
+
"--border": "rgb(220 191 199)",
|
|
7221
|
+
"--input": "rgb(220 191 199)",
|
|
7222
|
+
"--ring": "rgb(184 0 104)",
|
|
7223
|
+
"--sidebar": "rgb(241 229 231)",
|
|
7224
|
+
"--card": "rgb(255 255 255)",
|
|
7225
|
+
"--card-foreground": "rgb(37 24 28)",
|
|
7226
|
+
"--chart-1": "rgb(188 72 121)",
|
|
7227
|
+
"--chart-2": "rgb(160 101 0)",
|
|
7228
|
+
"--chart-3": "rgb(48 130 36)",
|
|
7229
|
+
"--chart-4": "rgb(0 125 144)",
|
|
7230
|
+
"--chart-5": "rgb(101 100 216)",
|
|
7231
|
+
"--content-area": "rgb(255 248 248)",
|
|
7232
|
+
"--sidebar-foreground": "rgb(37 24 28)",
|
|
7233
|
+
"--sidebar-primary": "rgb(184 0 104)",
|
|
7234
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
7235
|
+
"--sidebar-accent": "rgb(255 222 166)",
|
|
7236
|
+
"--sidebar-accent-foreground": "rgb(93 66 0)",
|
|
7237
|
+
"--sidebar-border": "rgb(220 191 199)",
|
|
7238
|
+
"--sidebar-ring": "rgb(184 0 104)",
|
|
7239
|
+
"--primary-text": "rgb(184 0 104)",
|
|
7240
|
+
"--primary-subtle": "rgba(255, 71, 156, 0.13)",
|
|
7241
|
+
"--secondary-text": "rgb(123 88 0)",
|
|
7242
|
+
"--secondary-subtle": "rgba(187, 136, 0, 0.13)",
|
|
7243
|
+
"--tertiary-text": "rgb(40 87 195)",
|
|
7244
|
+
"--tertiary-subtle": "rgba(96, 139, 255, 0.13)",
|
|
7245
|
+
"--success": "rgb(0 121 82)",
|
|
7246
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7247
|
+
"--success-text": "rgb(0 108 73)",
|
|
7248
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
7249
|
+
"--error": "rgb(191 31 39)",
|
|
7250
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7251
|
+
"--error-text": "rgb(167 55 53)",
|
|
7252
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
7253
|
+
"--warning": "rgb(148 93 0)",
|
|
7254
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7255
|
+
"--warning-text": "rgb(133 83 0)",
|
|
7256
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
7257
|
+
"--info": "rgb(0 100 213)",
|
|
7258
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7259
|
+
"--info-text": "rgb(1 90 194)",
|
|
7260
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
7261
|
+
},
|
|
7262
|
+
"raspberry-gold/dark": {
|
|
7263
|
+
"--background": "rgb(18 13 14)",
|
|
7264
|
+
"--foreground": "rgb(245 220 226)",
|
|
7265
|
+
"--surface": "rgb(32 26 28)",
|
|
7266
|
+
"--surface-foreground": "rgb(245 220 226)",
|
|
7267
|
+
"--popover": "rgb(40 34 36)",
|
|
7268
|
+
"--popover-foreground": "rgb(245 220 226)",
|
|
7269
|
+
"--primary": "rgb(243 72 150)",
|
|
7270
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
7271
|
+
"--secondary": "rgb(252 184 0)",
|
|
7272
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
7273
|
+
"--tertiary": "rgb(86 133 255)",
|
|
7274
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7275
|
+
"--muted": "rgb(49 42 44)",
|
|
7276
|
+
"--muted-foreground": "rgb(220 191 199)",
|
|
7277
|
+
"--accent": "rgb(49 42 44)",
|
|
7278
|
+
"--accent-foreground": "rgb(220 191 199)",
|
|
7279
|
+
"--destructive": "rgb(255 180 171)",
|
|
7280
|
+
"--border": "rgb(86 65 71)",
|
|
7281
|
+
"--input": "rgb(86 65 71)",
|
|
7282
|
+
"--ring": "rgb(255 176 202)",
|
|
7283
|
+
"--sidebar": "rgb(32 26 28)",
|
|
7284
|
+
"--card": "rgb(64 49 53)",
|
|
7285
|
+
"--card-foreground": "rgb(245 220 226)",
|
|
7286
|
+
"--chart-1": "rgb(255 141 183)",
|
|
7287
|
+
"--chart-2": "rgb(246 157 0)",
|
|
7288
|
+
"--chart-3": "rgb(111 196 93)",
|
|
7289
|
+
"--chart-4": "rgb(0 194 221)",
|
|
7290
|
+
"--chart-5": "rgb(169 168 255)",
|
|
7291
|
+
"--content-area": "rgb(28 16 20)",
|
|
7292
|
+
"--sidebar-foreground": "rgb(245 220 226)",
|
|
7293
|
+
"--sidebar-primary": "rgb(255 176 202)",
|
|
7294
|
+
"--sidebar-primary-foreground": "rgb(100 0 54)",
|
|
7295
|
+
"--sidebar-accent": "rgb(93 66 0)",
|
|
7296
|
+
"--sidebar-accent-foreground": "rgb(255 222 166)",
|
|
7297
|
+
"--sidebar-border": "rgb(86 65 71)",
|
|
7298
|
+
"--sidebar-ring": "rgb(255 176 202)",
|
|
7299
|
+
"--primary-text": "rgb(255 176 202)",
|
|
7300
|
+
"--primary-subtle": "rgba(255, 71, 156, 0.24)",
|
|
7301
|
+
"--secondary-text": "rgb(255 187 14)",
|
|
7302
|
+
"--secondary-subtle": "rgba(187, 136, 0, 0.24)",
|
|
7303
|
+
"--tertiary-text": "rgb(179 197 255)",
|
|
7304
|
+
"--tertiary-subtle": "rgba(96, 139, 255, 0.24)",
|
|
7305
|
+
"--success": "rgb(0 135 92)",
|
|
7306
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7307
|
+
"--success-text": "rgb(59 224 161)",
|
|
7308
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
7309
|
+
"--error": "rgb(209 45 50)",
|
|
7310
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7311
|
+
"--error-text": "rgb(255 179 173)",
|
|
7312
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
7313
|
+
"--warning": "rgb(165 104 0)",
|
|
7314
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7315
|
+
"--warning-text": "rgb(255 185 95)",
|
|
7316
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
7317
|
+
"--info": "rgb(33 112 228)",
|
|
7318
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7319
|
+
"--info-text": "rgb(173 198 255)",
|
|
7320
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
7321
|
+
},
|
|
7322
|
+
"ink-orange/light": {
|
|
7323
|
+
"--background": "rgb(244 243 247)",
|
|
7324
|
+
"--foreground": "rgb(22 28 36)",
|
|
7325
|
+
"--surface": "rgb(232 232 235)",
|
|
7326
|
+
"--surface-foreground": "rgb(22 28 36)",
|
|
7327
|
+
"--popover": "rgb(221 220 224)",
|
|
7328
|
+
"--popover-foreground": "rgb(22 28 36)",
|
|
7329
|
+
"--primary": "rgb(80 95 118)",
|
|
7330
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
7331
|
+
"--secondary": "rgb(148 51 226)",
|
|
7332
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7333
|
+
"--tertiary": "rgb(249 93 21)",
|
|
7334
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7335
|
+
"--muted": "rgb(210 209 213)",
|
|
7336
|
+
"--muted-foreground": "rgb(64 71 83)",
|
|
7337
|
+
"--accent": "rgb(210 209 213)",
|
|
7338
|
+
"--accent-foreground": "rgb(64 71 83)",
|
|
7339
|
+
"--destructive": "rgb(186 26 26)",
|
|
7340
|
+
"--border": "rgb(192 199 213)",
|
|
7341
|
+
"--input": "rgb(192 199 213)",
|
|
7342
|
+
"--ring": "rgb(0 95 173)",
|
|
7343
|
+
"--sidebar": "rgb(232 232 235)",
|
|
7344
|
+
"--card": "rgb(255 255 255)",
|
|
7345
|
+
"--card-foreground": "rgb(22 28 36)",
|
|
7346
|
+
"--chart-1": "rgb(0 115 207)",
|
|
7347
|
+
"--chart-2": "rgb(168 78 172)",
|
|
7348
|
+
"--chart-3": "rgb(189 81 22)",
|
|
7349
|
+
"--chart-4": "rgb(113 119 0)",
|
|
7350
|
+
"--chart-5": "rgb(0 128 117)",
|
|
7351
|
+
"--content-area": "rgb(249 249 255)",
|
|
7352
|
+
"--sidebar-foreground": "rgb(22 28 36)",
|
|
7353
|
+
"--sidebar-primary": "rgb(0 95 173)",
|
|
7354
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
7355
|
+
"--sidebar-accent": "rgb(241 218 255)",
|
|
7356
|
+
"--sidebar-accent-foreground": "rgb(100 36 153)",
|
|
7357
|
+
"--sidebar-border": "rgb(192 199 213)",
|
|
7358
|
+
"--sidebar-ring": "rgb(0 95 173)",
|
|
7359
|
+
"--primary-text": "rgb(0 95 173)",
|
|
7360
|
+
"--primary-subtle": "rgba(30, 146, 255, 0.13)",
|
|
7361
|
+
"--secondary-text": "rgb(125 65 176)",
|
|
7362
|
+
"--secondary-subtle": "rgba(186, 107, 255, 0.13)",
|
|
7363
|
+
"--tertiary-text": "rgb(164 61 14)",
|
|
7364
|
+
"--tertiary-subtle": "rgba(254, 89, 0, 0.13)",
|
|
7365
|
+
"--success": "rgb(0 121 82)",
|
|
7366
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7367
|
+
"--success-text": "rgb(0 108 73)",
|
|
7368
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
7369
|
+
"--error": "rgb(191 31 39)",
|
|
7370
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7371
|
+
"--error-text": "rgb(167 55 53)",
|
|
7372
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
7373
|
+
"--warning": "rgb(148 93 0)",
|
|
7374
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7375
|
+
"--warning-text": "rgb(133 83 0)",
|
|
7376
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
7377
|
+
"--info": "rgb(0 100 213)",
|
|
7378
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7379
|
+
"--info-text": "rgb(1 90 194)",
|
|
7380
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
7381
|
+
},
|
|
7382
|
+
"ink-orange/dark": {
|
|
7383
|
+
"--background": "rgb(13 14 17)",
|
|
7384
|
+
"--foreground": "rgb(222 226 239)",
|
|
7385
|
+
"--surface": "rgb(26 28 30)",
|
|
7386
|
+
"--surface-foreground": "rgb(222 226 239)",
|
|
7387
|
+
"--popover": "rgb(34 36 39)",
|
|
7388
|
+
"--popover-foreground": "rgb(222 226 239)",
|
|
7389
|
+
"--primary": "rgb(128 143 168)",
|
|
7390
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
7391
|
+
"--secondary": "rgb(162 67 240)",
|
|
7392
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7393
|
+
"--tertiary": "rgb(249 93 21)",
|
|
7394
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7395
|
+
"--muted": "rgb(43 44 47)",
|
|
7396
|
+
"--muted-foreground": "rgb(192 199 213)",
|
|
7397
|
+
"--accent": "rgb(43 44 47)",
|
|
7398
|
+
"--accent-foreground": "rgb(192 199 213)",
|
|
7399
|
+
"--destructive": "rgb(255 180 171)",
|
|
7400
|
+
"--border": "rgb(64 71 83)",
|
|
7401
|
+
"--input": "rgb(64 71 83)",
|
|
7402
|
+
"--ring": "rgb(164 200 255)",
|
|
7403
|
+
"--sidebar": "rgb(26 28 30)",
|
|
7404
|
+
"--card": "rgb(48 53 62)",
|
|
7405
|
+
"--card-foreground": "rgb(222 226 239)",
|
|
7406
|
+
"--chart-1": "rgb(123 179 255)",
|
|
7407
|
+
"--chart-2": "rgb(239 141 240)",
|
|
7408
|
+
"--chart-3": "rgb(255 149 100)",
|
|
7409
|
+
"--chart-4": "rgb(176 184 28)",
|
|
7410
|
+
"--chart-5": "rgb(0 198 181)",
|
|
7411
|
+
"--content-area": "rgb(14 20 28)",
|
|
7412
|
+
"--sidebar-foreground": "rgb(222 226 239)",
|
|
7413
|
+
"--sidebar-primary": "rgb(164 200 255)",
|
|
7414
|
+
"--sidebar-primary-foreground": "rgb(0 49 93)",
|
|
7415
|
+
"--sidebar-accent": "rgb(100 36 153)",
|
|
7416
|
+
"--sidebar-accent-foreground": "rgb(241 218 255)",
|
|
7417
|
+
"--sidebar-border": "rgb(64 71 83)",
|
|
7418
|
+
"--sidebar-ring": "rgb(164 200 255)",
|
|
7419
|
+
"--primary-text": "rgb(164 200 255)",
|
|
7420
|
+
"--primary-subtle": "rgba(30, 146, 255, 0.24)",
|
|
7421
|
+
"--secondary-text": "rgb(223 183 255)",
|
|
7422
|
+
"--secondary-subtle": "rgba(186, 107, 255, 0.24)",
|
|
7423
|
+
"--tertiary-text": "rgb(255 181 155)",
|
|
7424
|
+
"--tertiary-subtle": "rgba(254, 89, 0, 0.24)",
|
|
7425
|
+
"--success": "rgb(0 135 92)",
|
|
7426
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7427
|
+
"--success-text": "rgb(59 224 161)",
|
|
7428
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
7429
|
+
"--error": "rgb(209 45 50)",
|
|
7430
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7431
|
+
"--error-text": "rgb(255 179 173)",
|
|
7432
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
7433
|
+
"--warning": "rgb(165 104 0)",
|
|
7434
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7435
|
+
"--warning-text": "rgb(255 185 95)",
|
|
7436
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
7437
|
+
"--info": "rgb(33 112 228)",
|
|
7438
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7439
|
+
"--info-text": "rgb(173 198 255)",
|
|
7440
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
7441
|
+
},
|
|
7442
|
+
"charcoal-lime/light": {
|
|
7443
|
+
"--background": "rgb(242 244 240)",
|
|
7444
|
+
"--foreground": "rgb(18 30 25)",
|
|
7445
|
+
"--surface": "rgb(230 233 229)",
|
|
7446
|
+
"--surface-foreground": "rgb(18 30 25)",
|
|
7447
|
+
"--popover": "rgb(219 221 218)",
|
|
7448
|
+
"--popover-foreground": "rgb(18 30 25)",
|
|
7449
|
+
"--primary": "rgb(86 97 91)",
|
|
7450
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
7451
|
+
"--secondary": "rgb(0 91 229)",
|
|
7452
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7453
|
+
"--tertiary": "rgb(175 251 64)",
|
|
7454
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7455
|
+
"--muted": "rgb(208 210 207)",
|
|
7456
|
+
"--muted-foreground": "rgb(59 74 67)",
|
|
7457
|
+
"--accent": "rgb(208 210 207)",
|
|
7458
|
+
"--accent-foreground": "rgb(59 74 67)",
|
|
7459
|
+
"--destructive": "rgb(186 26 26)",
|
|
7460
|
+
"--border": "rgb(185 203 193)",
|
|
7461
|
+
"--input": "rgb(185 203 193)",
|
|
7462
|
+
"--ring": "rgb(0 108 80)",
|
|
7463
|
+
"--sidebar": "rgb(230 233 229)",
|
|
7464
|
+
"--card": "rgb(255 255 255)",
|
|
7465
|
+
"--card-foreground": "rgb(18 30 25)",
|
|
7466
|
+
"--chart-1": "rgb(0 130 97)",
|
|
7467
|
+
"--chart-2": "rgb(0 121 175)",
|
|
7468
|
+
"--chart-3": "rgb(148 85 196)",
|
|
7469
|
+
"--chart-4": "rgb(193 75 63)",
|
|
7470
|
+
"--chart-5": "rgb(133 113 0)",
|
|
7471
|
+
"--content-area": "rgb(239 253 244)",
|
|
7472
|
+
"--sidebar-foreground": "rgb(18 30 25)",
|
|
7473
|
+
"--sidebar-primary": "rgb(0 108 80)",
|
|
7474
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
7475
|
+
"--sidebar-accent": "rgb(218 225 255)",
|
|
7476
|
+
"--sidebar-accent-foreground": "rgb(0 63 164)",
|
|
7477
|
+
"--sidebar-border": "rgb(185 203 193)",
|
|
7478
|
+
"--sidebar-ring": "rgb(0 108 80)",
|
|
7479
|
+
"--primary-text": "rgb(0 108 80)",
|
|
7480
|
+
"--primary-subtle": "rgba(0, 164, 124, 0.13)",
|
|
7481
|
+
"--secondary-text": "rgb(37 88 195)",
|
|
7482
|
+
"--secondary-subtle": "rgba(94, 139, 255, 0.13)",
|
|
7483
|
+
"--tertiary-text": "rgb(66 105 0)",
|
|
7484
|
+
"--tertiary-subtle": "rgba(103, 160, 0, 0.13)",
|
|
7485
|
+
"--success": "rgb(0 121 82)",
|
|
7486
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7487
|
+
"--success-text": "rgb(0 108 73)",
|
|
7488
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
7489
|
+
"--error": "rgb(191 31 39)",
|
|
7490
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7491
|
+
"--error-text": "rgb(167 55 53)",
|
|
7492
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
7493
|
+
"--warning": "rgb(148 93 0)",
|
|
7494
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7495
|
+
"--warning-text": "rgb(133 83 0)",
|
|
7496
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
7497
|
+
"--info": "rgb(0 100 213)",
|
|
7498
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7499
|
+
"--info-text": "rgb(1 90 194)",
|
|
7500
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
7501
|
+
},
|
|
7502
|
+
"charcoal-lime/dark": {
|
|
7503
|
+
"--background": "rgb(12 15 13)",
|
|
7504
|
+
"--foreground": "rgb(216 230 221)",
|
|
7505
|
+
"--surface": "rgb(25 28 26)",
|
|
7506
|
+
"--surface-foreground": "rgb(216 230 221)",
|
|
7507
|
+
"--popover": "rgb(33 36 34)",
|
|
7508
|
+
"--popover-foreground": "rgb(216 230 221)",
|
|
7509
|
+
"--primary": "rgb(215 226 219)",
|
|
7510
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
7511
|
+
"--secondary": "rgb(0 102 255)",
|
|
7512
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7513
|
+
"--tertiary": "rgb(175 251 64)",
|
|
7514
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7515
|
+
"--muted": "rgb(41 45 43)",
|
|
7516
|
+
"--muted-foreground": "rgb(185 203 193)",
|
|
7517
|
+
"--accent": "rgb(41 45 43)",
|
|
7518
|
+
"--accent-foreground": "rgb(185 203 193)",
|
|
7519
|
+
"--destructive": "rgb(255 180 171)",
|
|
7520
|
+
"--border": "rgb(59 74 67)",
|
|
7521
|
+
"--input": "rgb(59 74 67)",
|
|
7522
|
+
"--ring": "rgb(0 225 170)",
|
|
7523
|
+
"--sidebar": "rgb(25 28 26)",
|
|
7524
|
+
"--card": "rgb(43 55 50)",
|
|
7525
|
+
"--card-foreground": "rgb(216 230 221)",
|
|
7526
|
+
"--chart-1": "rgb(0 200 151)",
|
|
7527
|
+
"--chart-2": "rgb(71 186 255)",
|
|
7528
|
+
"--chart-3": "rgb(211 152 255)",
|
|
7529
|
+
"--chart-4": "rgb(255 146 133)",
|
|
7530
|
+
"--chart-5": "rgb(205 175 0)",
|
|
7531
|
+
"--content-area": "rgb(10 22 17)",
|
|
7532
|
+
"--sidebar-foreground": "rgb(216 230 221)",
|
|
7533
|
+
"--sidebar-primary": "rgb(0 225 170)",
|
|
7534
|
+
"--sidebar-primary-foreground": "rgb(0 56 40)",
|
|
7535
|
+
"--sidebar-accent": "rgb(0 63 164)",
|
|
7536
|
+
"--sidebar-accent-foreground": "rgb(218 225 255)",
|
|
7537
|
+
"--sidebar-border": "rgb(59 74 67)",
|
|
7538
|
+
"--sidebar-ring": "rgb(0 225 170)",
|
|
7539
|
+
"--primary-text": "rgb(0 225 170)",
|
|
7540
|
+
"--primary-subtle": "rgba(0, 164, 124, 0.24)",
|
|
7541
|
+
"--secondary-text": "rgb(179 197 255)",
|
|
7542
|
+
"--secondary-subtle": "rgba(94, 139, 255, 0.24)",
|
|
7543
|
+
"--tertiary-text": "rgb(161 215 89)",
|
|
7544
|
+
"--tertiary-subtle": "rgba(103, 160, 0, 0.24)",
|
|
7545
|
+
"--success": "rgb(0 135 92)",
|
|
7546
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7547
|
+
"--success-text": "rgb(59 224 161)",
|
|
7548
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
7549
|
+
"--error": "rgb(209 45 50)",
|
|
7550
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7551
|
+
"--error-text": "rgb(255 179 173)",
|
|
7552
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
7553
|
+
"--warning": "rgb(165 104 0)",
|
|
7554
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7555
|
+
"--warning-text": "rgb(255 185 95)",
|
|
7556
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
7557
|
+
"--info": "rgb(33 112 228)",
|
|
7558
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7559
|
+
"--info-text": "rgb(173 198 255)",
|
|
7560
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
7561
|
+
},
|
|
7562
|
+
"pewter-current/light": {
|
|
7563
|
+
"--background": "rgb(243 243 246)",
|
|
7564
|
+
"--foreground": "rgb(21 28 36)",
|
|
7565
|
+
"--surface": "rgb(232 232 235)",
|
|
7566
|
+
"--surface-foreground": "rgb(21 28 36)",
|
|
7567
|
+
"--popover": "rgb(220 221 224)",
|
|
7568
|
+
"--popover-foreground": "rgb(21 28 36)",
|
|
7569
|
+
"--primary": "rgb(88 98 108)",
|
|
7570
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
7571
|
+
"--secondary": "rgb(136 49 230)",
|
|
7572
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7573
|
+
"--tertiary": "rgb(0 255 218)",
|
|
7574
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7575
|
+
"--muted": "rgb(209 209 212)",
|
|
7576
|
+
"--muted-foreground": "rgb(62 72 82)",
|
|
7577
|
+
"--accent": "rgb(209 209 212)",
|
|
7578
|
+
"--accent-foreground": "rgb(62 72 82)",
|
|
7579
|
+
"--destructive": "rgb(186 26 26)",
|
|
7580
|
+
"--border": "rgb(189 200 212)",
|
|
7581
|
+
"--input": "rgb(189 200 212)",
|
|
7582
|
+
"--ring": "rgb(0 100 150)",
|
|
7583
|
+
"--sidebar": "rgb(232 232 235)",
|
|
7584
|
+
"--card": "rgb(255 255 255)",
|
|
7585
|
+
"--card-foreground": "rgb(21 28 36)",
|
|
7586
|
+
"--chart-1": "rgb(0 120 180)",
|
|
7587
|
+
"--chart-2": "rgb(153 84 191)",
|
|
7588
|
+
"--chart-3": "rgb(193 76 56)",
|
|
7589
|
+
"--chart-4": "rgb(130 114 0)",
|
|
7590
|
+
"--chart-5": "rgb(0 130 102)",
|
|
7591
|
+
"--content-area": "rgb(247 249 255)",
|
|
7592
|
+
"--sidebar-foreground": "rgb(21 28 36)",
|
|
7593
|
+
"--sidebar-primary": "rgb(0 100 150)",
|
|
7594
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
7595
|
+
"--sidebar-accent": "rgb(238 219 255)",
|
|
7596
|
+
"--sidebar-accent-foreground": "rgb(97 25 172)",
|
|
7597
|
+
"--sidebar-border": "rgb(189 200 212)",
|
|
7598
|
+
"--sidebar-ring": "rgb(0 100 150)",
|
|
7599
|
+
"--primary-text": "rgb(0 100 150)",
|
|
7600
|
+
"--primary-subtle": "rgba(0, 152, 227, 0.13)",
|
|
7601
|
+
"--secondary-text": "rgb(118 67 180)",
|
|
7602
|
+
"--secondary-subtle": "rgba(176, 112, 255, 0.13)",
|
|
7603
|
+
"--tertiary-text": "rgb(0 107 90)",
|
|
7604
|
+
"--tertiary-subtle": "rgba(0, 163, 139, 0.13)",
|
|
7605
|
+
"--success": "rgb(0 121 82)",
|
|
7606
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7607
|
+
"--success-text": "rgb(0 108 73)",
|
|
7608
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
7609
|
+
"--error": "rgb(191 31 39)",
|
|
7610
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7611
|
+
"--error-text": "rgb(167 55 53)",
|
|
7612
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
7613
|
+
"--warning": "rgb(148 93 0)",
|
|
7614
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7615
|
+
"--warning-text": "rgb(133 83 0)",
|
|
7616
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
7617
|
+
"--info": "rgb(0 100 213)",
|
|
7618
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7619
|
+
"--info-text": "rgb(1 90 194)",
|
|
7620
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
7621
|
+
},
|
|
7622
|
+
"pewter-current/dark": {
|
|
7623
|
+
"--background": "rgb(12 14 17)",
|
|
7624
|
+
"--foreground": "rgb(219 227 237)",
|
|
7625
|
+
"--surface": "rgb(26 28 30)",
|
|
7626
|
+
"--surface-foreground": "rgb(219 227 237)",
|
|
7627
|
+
"--popover": "rgb(34 36 38)",
|
|
7628
|
+
"--popover-foreground": "rgb(219 227 237)",
|
|
7629
|
+
"--primary": "rgb(154 164 176)",
|
|
7630
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
7631
|
+
"--secondary": "rgb(149 66 244)",
|
|
7632
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
7633
|
+
"--tertiary": "rgb(0 255 218)",
|
|
7634
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
7635
|
+
"--muted": "rgb(42 44 47)",
|
|
7636
|
+
"--muted-foreground": "rgb(189 200 212)",
|
|
7637
|
+
"--accent": "rgb(42 44 47)",
|
|
7638
|
+
"--accent-foreground": "rgb(189 200 212)",
|
|
7639
|
+
"--destructive": "rgb(255 180 171)",
|
|
7640
|
+
"--border": "rgb(62 72 82)",
|
|
7641
|
+
"--input": "rgb(62 72 82)",
|
|
7642
|
+
"--ring": "rgb(145 204 255)",
|
|
7643
|
+
"--sidebar": "rgb(26 28 30)",
|
|
7644
|
+
"--card": "rgb(46 54 61)",
|
|
7645
|
+
"--card-foreground": "rgb(219 227 237)",
|
|
7646
|
+
"--chart-1": "rgb(86 184 255)",
|
|
7647
|
+
"--chart-2": "rgb(218 149 255)",
|
|
7648
|
+
"--chart-3": "rgb(255 147 127)",
|
|
7649
|
+
"--chart-4": "rgb(200 177 0)",
|
|
7650
|
+
"--chart-5": "rgb(0 200 158)",
|
|
7651
|
+
"--content-area": "rgb(12 20 27)",
|
|
7652
|
+
"--sidebar-foreground": "rgb(219 227 237)",
|
|
7653
|
+
"--sidebar-primary": "rgb(145 204 255)",
|
|
7654
|
+
"--sidebar-primary-foreground": "rgb(0 51 81)",
|
|
7655
|
+
"--sidebar-accent": "rgb(97 25 172)",
|
|
7656
|
+
"--sidebar-accent-foreground": "rgb(238 219 255)",
|
|
7657
|
+
"--sidebar-border": "rgb(62 72 82)",
|
|
7658
|
+
"--sidebar-ring": "rgb(145 204 255)",
|
|
7659
|
+
"--primary-text": "rgb(145 204 255)",
|
|
7660
|
+
"--primary-subtle": "rgba(0, 152, 227, 0.24)",
|
|
7661
|
+
"--secondary-text": "rgb(217 185 255)",
|
|
7662
|
+
"--secondary-subtle": "rgba(176, 112, 255, 0.24)",
|
|
7663
|
+
"--tertiary-text": "rgb(0 223 191)",
|
|
7664
|
+
"--tertiary-subtle": "rgba(0, 163, 139, 0.24)",
|
|
7665
|
+
"--success": "rgb(0 135 92)",
|
|
7666
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
7667
|
+
"--success-text": "rgb(59 224 161)",
|
|
7668
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
7669
|
+
"--error": "rgb(209 45 50)",
|
|
7670
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
7671
|
+
"--error-text": "rgb(255 179 173)",
|
|
7672
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
7673
|
+
"--warning": "rgb(165 104 0)",
|
|
7674
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
7675
|
+
"--warning-text": "rgb(255 185 95)",
|
|
7676
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
7677
|
+
"--info": "rgb(33 112 228)",
|
|
7678
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
7679
|
+
"--info-text": "rgb(173 198 255)",
|
|
7680
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
4081
7681
|
}
|
|
4082
7682
|
}
|