@oxyhq/bloom 0.73.0 → 0.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/button/Button.js +104 -42
- package/lib/commonjs/button/Button.js.map +1 -1
- package/lib/commonjs/button/Button.web.js +11 -3
- package/lib/commonjs/button/Button.web.js.map +1 -1
- package/lib/commonjs/design-tokens/theme.css +22 -0
- package/lib/commonjs/fab/Fab.js +9 -0
- package/lib/commonjs/fab/Fab.js.map +1 -1
- package/lib/commonjs/fab/Fab.web.js +11 -0
- package/lib/commonjs/fab/Fab.web.js.map +1 -1
- package/lib/commonjs/theme/BloomThemeProvider.js.map +1 -1
- package/lib/commonjs/theme/build-theme-from-seed.js +7 -5
- package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
- package/lib/commonjs/theme/build-theme.js +9 -4
- package/lib/commonjs/theme/build-theme.js.map +1 -1
- package/lib/commonjs/theme/color-policy.js +315 -0
- package/lib/commonjs/theme/color-policy.js.map +1 -0
- package/lib/commonjs/theme/color-scope/seed-scope.js +13 -1
- package/lib/commonjs/theme/color-scope/seed-scope.js.map +1 -1
- package/lib/commonjs/theme/color-scope/style-builder.js +6 -0
- package/lib/commonjs/theme/color-scope/style-builder.js.map +1 -1
- package/lib/commonjs/theme/preset-vars.js +9 -1
- package/lib/commonjs/theme/preset-vars.js.map +1 -1
- package/lib/commonjs/theme/token-registry.js +11 -1
- package/lib/commonjs/theme/token-registry.js.map +1 -1
- package/lib/module/button/Button.js +104 -42
- package/lib/module/button/Button.js.map +1 -1
- package/lib/module/button/Button.web.js +11 -3
- package/lib/module/button/Button.web.js.map +1 -1
- package/lib/module/design-tokens/theme.css +22 -0
- package/lib/module/fab/Fab.js +9 -0
- package/lib/module/fab/Fab.js.map +1 -1
- package/lib/module/fab/Fab.web.js +11 -0
- package/lib/module/fab/Fab.web.js.map +1 -1
- package/lib/module/theme/BloomThemeProvider.js.map +1 -1
- package/lib/module/theme/build-theme-from-seed.js +7 -5
- package/lib/module/theme/build-theme-from-seed.js.map +1 -1
- package/lib/module/theme/build-theme.js +9 -4
- package/lib/module/theme/build-theme.js.map +1 -1
- package/lib/module/theme/color-policy.js +310 -0
- package/lib/module/theme/color-policy.js.map +1 -0
- package/lib/module/theme/color-scope/seed-scope.js +13 -1
- package/lib/module/theme/color-scope/seed-scope.js.map +1 -1
- package/lib/module/theme/color-scope/style-builder.js +6 -0
- package/lib/module/theme/color-scope/style-builder.js.map +1 -1
- package/lib/module/theme/preset-vars.js +9 -1
- package/lib/module/theme/preset-vars.js.map +1 -1
- package/lib/module/theme/token-registry.js +11 -1
- package/lib/module/theme/token-registry.js.map +1 -1
- package/lib/typescript/commonjs/button/Button.d.ts.map +1 -1
- package/lib/typescript/commonjs/button/Button.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/button/types.d.ts +8 -0
- package/lib/typescript/commonjs/button/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/Fab.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/Fab.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/types.d.ts +6 -1
- package/lib/typescript/commonjs/fab/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/common.d.ts +1 -1
- package/lib/typescript/commonjs/theme/BloomThemeProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-policy.d.ts +48 -0
- package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/seed-scope.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-scope/style-builder.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/preset-vars.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/token-registry.d.ts +1 -1
- package/lib/typescript/commonjs/theme/token-registry.d.ts.map +1 -1
- package/lib/typescript/module/button/Button.d.ts.map +1 -1
- package/lib/typescript/module/button/Button.web.d.ts.map +1 -1
- package/lib/typescript/module/button/types.d.ts +8 -0
- package/lib/typescript/module/button/types.d.ts.map +1 -1
- package/lib/typescript/module/fab/Fab.d.ts.map +1 -1
- package/lib/typescript/module/fab/Fab.web.d.ts.map +1 -1
- package/lib/typescript/module/fab/types.d.ts +6 -1
- package/lib/typescript/module/fab/types.d.ts.map +1 -1
- package/lib/typescript/module/icons/common.d.ts +1 -1
- package/lib/typescript/module/theme/BloomThemeProvider.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-policy.d.ts +48 -0
- package/lib/typescript/module/theme/color-policy.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/seed-scope.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-scope/style-builder.d.ts.map +1 -1
- package/lib/typescript/module/theme/preset-vars.d.ts.map +1 -1
- package/lib/typescript/module/theme/token-registry.d.ts +1 -1
- package/lib/typescript/module/theme/token-registry.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/__tests__/Button.test.tsx +166 -1
- package/src/__tests__/Button.web.test.tsx +16 -0
- package/src/__tests__/preset-vars.test.ts +27 -15
- package/src/button/Button.tsx +123 -40
- package/src/button/Button.web.tsx +11 -3
- package/src/button/types.ts +8 -0
- package/src/design-tokens/theme.css +22 -0
- package/src/fab/Fab.tsx +3 -0
- package/src/fab/Fab.web.tsx +3 -0
- package/src/fab/types.ts +6 -1
- package/src/theme/BloomThemeProvider.tsx +7 -4
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +1300 -312
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +442 -442
- package/src/theme/__tests__/policy-legibility.test.ts +118 -0
- package/src/theme/__tests__/theme-colors-parity.test.ts +11 -6
- package/src/theme/build-theme-from-seed.ts +7 -4
- package/src/theme/build-theme.ts +9 -4
- package/src/theme/color-policy.ts +342 -0
- package/src/theme/color-scope/seed-scope.ts +13 -1
- package/src/theme/color-scope/style-builder.ts +6 -0
- package/src/theme/preset-vars.ts +10 -1
- package/src/theme/token-registry.ts +32 -0
- package/lib/commonjs/fonts/font-data.web.js +0 -22
- package/lib/commonjs/fonts/font-data.web.js.map +0 -1
- package/lib/module/fonts/font-data.web.js +0 -18
- package/lib/module/fonts/font-data.web.js.map +0 -1
- package/lib/typescript/commonjs/fonts/font-data.web.d.ts +0 -5
- package/lib/typescript/commonjs/fonts/font-data.web.d.ts.map +0 -1
- package/lib/typescript/module/fonts/font-data.web.d.ts +0 -5
- package/lib/typescript/module/fonts/font-data.web.d.ts.map +0 -1
- package/src/fonts/font-data.web.ts +0 -15
|
@@ -1,574 +1,1562 @@
|
|
|
1
1
|
{
|
|
2
2
|
"teal/light": {
|
|
3
|
-
"--background": "rgb(
|
|
3
|
+
"--background": "rgb(233 246 249)",
|
|
4
4
|
"--foreground": "rgb(17 29 32)",
|
|
5
|
-
"--
|
|
5
|
+
"--surface": "rgb(233 246 249)",
|
|
6
|
+
"--surface-foreground": "rgb(17 29 32)",
|
|
7
|
+
"--popover": "rgb(227 240 243)",
|
|
8
|
+
"--popover-foreground": "rgb(17 29 32)",
|
|
9
|
+
"--primary": "rgb(0 118 131)",
|
|
6
10
|
"--primary-foreground": "rgb(255 255 255)",
|
|
7
|
-
"--secondary": "rgb(
|
|
8
|
-
"--secondary-foreground": "rgb(
|
|
11
|
+
"--secondary": "rgb(199 36 110)",
|
|
12
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
13
|
+
"--tertiary": "rgb(160 89 0)",
|
|
14
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
9
15
|
"--muted": "rgb(221 235 237)",
|
|
10
16
|
"--muted-foreground": "rgb(57 73 77)",
|
|
11
|
-
"--accent": "rgb(
|
|
12
|
-
"--accent-foreground": "rgb(
|
|
17
|
+
"--accent": "rgb(221 235 237)",
|
|
18
|
+
"--accent-foreground": "rgb(57 73 77)",
|
|
13
19
|
"--destructive": "rgb(186 26 26)",
|
|
14
20
|
"--border": "rgb(184 202 205)",
|
|
15
21
|
"--input": "rgb(184 202 205)",
|
|
16
22
|
"--ring": "rgb(0 104 117)",
|
|
17
|
-
"--
|
|
18
|
-
"--popover-foreground": "rgb(17 29 32)",
|
|
19
|
-
"--surface": "rgb(233 246 249)",
|
|
20
|
-
"--surface-foreground": "rgb(17 29 32)",
|
|
23
|
+
"--sidebar": "rgb(233 246 249)",
|
|
21
24
|
"--card": "rgb(255 255 255)",
|
|
22
|
-
"--card-foreground": "rgb(17 29 32)"
|
|
25
|
+
"--card-foreground": "rgb(17 29 32)",
|
|
26
|
+
"--chart-1": "rgb(0 126 140)",
|
|
27
|
+
"--chart-2": "rgb(93 102 217)",
|
|
28
|
+
"--chart-3": "rgb(187 73 129)",
|
|
29
|
+
"--chart-4": "rgb(164 99 0)",
|
|
30
|
+
"--chart-5": "rgb(60 129 27)",
|
|
31
|
+
"--content-area": "rgb(238 252 255)",
|
|
32
|
+
"--sidebar-foreground": "rgb(17 29 32)",
|
|
33
|
+
"--sidebar-primary": "rgb(0 104 117)",
|
|
34
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
35
|
+
"--sidebar-accent": "rgb(189 233 255)",
|
|
36
|
+
"--sidebar-accent-foreground": "rgb(0 77 100)",
|
|
37
|
+
"--sidebar-border": "rgb(184 202 205)",
|
|
38
|
+
"--sidebar-ring": "rgb(0 104 117)",
|
|
39
|
+
"--primary-text": "rgb(0 104 117)",
|
|
40
|
+
"--primary-subtle": "rgba(0, 159, 177, 0.13)",
|
|
41
|
+
"--secondary-text": "rgb(164 52 97)",
|
|
42
|
+
"--secondary-subtle": "rgba(255, 73, 148, 0.13)",
|
|
43
|
+
"--tertiary-text": "rgb(142 78 0)",
|
|
44
|
+
"--tertiary-subtle": "rgba(215, 121, 0, 0.13)",
|
|
45
|
+
"--success": "rgb(0 122 83)",
|
|
46
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
47
|
+
"--success-text": "rgb(0 108 73)",
|
|
48
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
49
|
+
"--error": "rgb(203 41 46)",
|
|
50
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
51
|
+
"--error-text": "rgb(167 55 53)",
|
|
52
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
53
|
+
"--warning": "rgb(150 94 0)",
|
|
54
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
55
|
+
"--warning-text": "rgb(133 83 0)",
|
|
56
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
57
|
+
"--info": "rgb(5 102 217)",
|
|
58
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
59
|
+
"--info-text": "rgb(1 90 194)",
|
|
60
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
23
61
|
},
|
|
24
62
|
"teal/dark": {
|
|
25
|
-
"--background": "rgb(
|
|
63
|
+
"--background": "rgb(5 16 18)",
|
|
26
64
|
"--foreground": "rgb(215 229 232)",
|
|
27
|
-
"--
|
|
28
|
-
"--
|
|
29
|
-
"--
|
|
30
|
-
"--
|
|
65
|
+
"--surface": "rgb(17 29 32)",
|
|
66
|
+
"--surface-foreground": "rgb(215 229 232)",
|
|
67
|
+
"--popover": "rgb(21 34 36)",
|
|
68
|
+
"--popover-foreground": "rgb(215 229 232)",
|
|
69
|
+
"--primary": "rgb(80 150 161)",
|
|
70
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
71
|
+
"--secondary": "rgb(243 74 143)",
|
|
72
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
73
|
+
"--tertiary": "rgb(253 144 0)",
|
|
74
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
31
75
|
"--muted": "rgb(32 44 46)",
|
|
32
76
|
"--muted-foreground": "rgb(184 202 205)",
|
|
33
|
-
"--accent": "rgb(
|
|
34
|
-
"--accent-foreground": "rgb(
|
|
77
|
+
"--accent": "rgb(32 44 46)",
|
|
78
|
+
"--accent-foreground": "rgb(184 202 205)",
|
|
35
79
|
"--destructive": "rgb(255 180 171)",
|
|
36
80
|
"--border": "rgb(57 73 77)",
|
|
37
81
|
"--input": "rgb(57 73 77)",
|
|
38
82
|
"--ring": "rgb(0 218 242)",
|
|
39
|
-
"--
|
|
40
|
-
"--
|
|
41
|
-
"--
|
|
42
|
-
"--
|
|
43
|
-
"--
|
|
44
|
-
"--
|
|
83
|
+
"--sidebar": "rgb(17 29 32)",
|
|
84
|
+
"--card": "rgb(21 34 36)",
|
|
85
|
+
"--card-foreground": "rgb(215 229 232)",
|
|
86
|
+
"--chart-1": "rgb(0 194 216)",
|
|
87
|
+
"--chart-2": "rgb(163 170 255)",
|
|
88
|
+
"--chart-3": "rgb(255 140 191)",
|
|
89
|
+
"--chart-4": "rgb(250 154 11)",
|
|
90
|
+
"--chart-5": "rgb(121 195 85)",
|
|
91
|
+
"--content-area": "rgb(9 21 23)",
|
|
92
|
+
"--sidebar-foreground": "rgb(215 229 232)",
|
|
93
|
+
"--sidebar-primary": "rgb(0 218 242)",
|
|
94
|
+
"--sidebar-primary-foreground": "rgb(0 54 61)",
|
|
95
|
+
"--sidebar-accent": "rgb(0 77 100)",
|
|
96
|
+
"--sidebar-accent-foreground": "rgb(189 233 255)",
|
|
97
|
+
"--sidebar-border": "rgb(57 73 77)",
|
|
98
|
+
"--sidebar-ring": "rgb(0 218 242)",
|
|
99
|
+
"--primary-text": "rgb(0 218 242)",
|
|
100
|
+
"--primary-subtle": "rgba(0, 159, 177, 0.24)",
|
|
101
|
+
"--secondary-text": "rgb(255 177 199)",
|
|
102
|
+
"--secondary-subtle": "rgba(255, 73, 148, 0.24)",
|
|
103
|
+
"--tertiary-text": "rgb(255 183 120)",
|
|
104
|
+
"--tertiary-subtle": "rgba(215, 121, 0, 0.24)",
|
|
105
|
+
"--success": "rgb(16 185 129)",
|
|
106
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
107
|
+
"--success-text": "rgb(59 224 161)",
|
|
108
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
109
|
+
"--error": "rgb(250 76 75)",
|
|
110
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
111
|
+
"--error-text": "rgb(255 179 173)",
|
|
112
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
113
|
+
"--warning": "rgb(245 158 11)",
|
|
114
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
115
|
+
"--warning-text": "rgb(255 185 95)",
|
|
116
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
117
|
+
"--info": "rgb(67 136 253)",
|
|
118
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
119
|
+
"--info-text": "rgb(173 198 255)",
|
|
120
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
45
121
|
},
|
|
46
122
|
"blue/light": {
|
|
47
|
-
"--background": "rgb(
|
|
123
|
+
"--background": "rgb(237 244 255)",
|
|
48
124
|
"--foreground": "rgb(21 28 36)",
|
|
49
|
-
"--
|
|
125
|
+
"--surface": "rgb(237 244 255)",
|
|
126
|
+
"--surface-foreground": "rgb(21 28 36)",
|
|
127
|
+
"--popover": "rgb(232 238 249)",
|
|
128
|
+
"--popover-foreground": "rgb(21 28 36)",
|
|
129
|
+
"--primary": "rgb(0 111 176)",
|
|
50
130
|
"--primary-foreground": "rgb(255 255 255)",
|
|
51
|
-
"--secondary": "rgb(
|
|
52
|
-
"--secondary-foreground": "rgb(
|
|
131
|
+
"--secondary": "rgb(200 48 35)",
|
|
132
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
133
|
+
"--tertiary": "rgb(196 171 0)",
|
|
134
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
53
135
|
"--muted": "rgb(226 233 244)",
|
|
54
136
|
"--muted-foreground": "rgb(62 72 82)",
|
|
55
|
-
"--accent": "rgb(
|
|
56
|
-
"--accent-foreground": "rgb(
|
|
137
|
+
"--accent": "rgb(226 233 244)",
|
|
138
|
+
"--accent-foreground": "rgb(62 72 82)",
|
|
57
139
|
"--destructive": "rgb(186 26 26)",
|
|
58
140
|
"--border": "rgb(190 199 212)",
|
|
59
141
|
"--input": "rgb(190 199 212)",
|
|
60
142
|
"--ring": "rgb(0 98 157)",
|
|
61
|
-
"--
|
|
62
|
-
"--popover-foreground": "rgb(21 28 36)",
|
|
63
|
-
"--surface": "rgb(237 244 255)",
|
|
64
|
-
"--surface-foreground": "rgb(21 28 36)",
|
|
143
|
+
"--sidebar": "rgb(237 244 255)",
|
|
65
144
|
"--card": "rgb(255 255 255)",
|
|
66
|
-
"--card-foreground": "rgb(21 28 36)"
|
|
145
|
+
"--card-foreground": "rgb(21 28 36)",
|
|
146
|
+
"--chart-1": "rgb(0 119 188)",
|
|
147
|
+
"--chart-2": "rgb(158 82 185)",
|
|
148
|
+
"--chart-3": "rgb(192 78 45)",
|
|
149
|
+
"--chart-4": "rgb(124 116 0)",
|
|
150
|
+
"--chart-5": "rgb(0 129 108)",
|
|
151
|
+
"--content-area": "rgb(247 249 255)",
|
|
152
|
+
"--sidebar-foreground": "rgb(21 28 36)",
|
|
153
|
+
"--sidebar-primary": "rgb(0 98 157)",
|
|
154
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
155
|
+
"--sidebar-accent": "rgb(217 226 255)",
|
|
156
|
+
"--sidebar-accent-foreground": "rgb(0 66 153)",
|
|
157
|
+
"--sidebar-border": "rgb(190 199 212)",
|
|
158
|
+
"--sidebar-ring": "rgb(0 98 157)",
|
|
159
|
+
"--primary-text": "rgb(0 98 157)",
|
|
160
|
+
"--primary-subtle": "rgba(0, 151, 237, 0.13)",
|
|
161
|
+
"--secondary-text": "rgb(167 56 44)",
|
|
162
|
+
"--secondary-subtle": "rgba(255, 85, 66, 0.13)",
|
|
163
|
+
"--tertiary-text": "rgb(109 94 0)",
|
|
164
|
+
"--tertiary-subtle": "rgba(166, 144, 0, 0.13)",
|
|
165
|
+
"--success": "rgb(0 122 83)",
|
|
166
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
167
|
+
"--success-text": "rgb(0 108 73)",
|
|
168
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
169
|
+
"--error": "rgb(203 41 46)",
|
|
170
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
171
|
+
"--error-text": "rgb(167 55 53)",
|
|
172
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
173
|
+
"--warning": "rgb(150 94 0)",
|
|
174
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
175
|
+
"--warning-text": "rgb(133 83 0)",
|
|
176
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
177
|
+
"--info": "rgb(5 102 217)",
|
|
178
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
179
|
+
"--info-text": "rgb(1 90 194)",
|
|
180
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
67
181
|
},
|
|
68
182
|
"blue/dark": {
|
|
69
|
-
"--background": "rgb(
|
|
183
|
+
"--background": "rgb(8 15 22)",
|
|
70
184
|
"--foreground": "rgb(220 227 238)",
|
|
71
|
-
"--
|
|
72
|
-
"--
|
|
73
|
-
"--
|
|
74
|
-
"--
|
|
185
|
+
"--surface": "rgb(21 28 36)",
|
|
186
|
+
"--surface-foreground": "rgb(220 227 238)",
|
|
187
|
+
"--popover": "rgb(25 32 40)",
|
|
188
|
+
"--popover-foreground": "rgb(220 227 238)",
|
|
189
|
+
"--primary": "rgb(29 155 240)",
|
|
190
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
191
|
+
"--secondary": "rgb(247 81 63)",
|
|
192
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
193
|
+
"--tertiary": "rgb(252 220 0)",
|
|
194
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
75
195
|
"--muted": "rgb(36 43 51)",
|
|
76
196
|
"--muted-foreground": "rgb(190 199 212)",
|
|
77
|
-
"--accent": "rgb(
|
|
78
|
-
"--accent-foreground": "rgb(
|
|
197
|
+
"--accent": "rgb(36 43 51)",
|
|
198
|
+
"--accent-foreground": "rgb(190 199 212)",
|
|
79
199
|
"--destructive": "rgb(255 180 171)",
|
|
80
200
|
"--border": "rgb(62 72 82)",
|
|
81
201
|
"--input": "rgb(62 72 82)",
|
|
82
202
|
"--ring": "rgb(153 203 255)",
|
|
83
|
-
"--
|
|
84
|
-
"--
|
|
85
|
-
"--
|
|
86
|
-
"--
|
|
87
|
-
"--
|
|
88
|
-
"--
|
|
203
|
+
"--sidebar": "rgb(21 28 36)",
|
|
204
|
+
"--card": "rgb(25 32 40)",
|
|
205
|
+
"--card-foreground": "rgb(220 227 238)",
|
|
206
|
+
"--chart-1": "rgb(102 182 255)",
|
|
207
|
+
"--chart-2": "rgb(227 145 254)",
|
|
208
|
+
"--chart-3": "rgb(255 148 118)",
|
|
209
|
+
"--chart-4": "rgb(192 179 0)",
|
|
210
|
+
"--chart-5": "rgb(0 199 167)",
|
|
211
|
+
"--content-area": "rgb(13 20 27)",
|
|
212
|
+
"--sidebar-foreground": "rgb(220 227 238)",
|
|
213
|
+
"--sidebar-primary": "rgb(153 203 255)",
|
|
214
|
+
"--sidebar-primary-foreground": "rgb(0 51 84)",
|
|
215
|
+
"--sidebar-accent": "rgb(0 66 153)",
|
|
216
|
+
"--sidebar-accent-foreground": "rgb(217 226 255)",
|
|
217
|
+
"--sidebar-border": "rgb(62 72 82)",
|
|
218
|
+
"--sidebar-ring": "rgb(153 203 255)",
|
|
219
|
+
"--primary-text": "rgb(153 203 255)",
|
|
220
|
+
"--primary-subtle": "rgba(0, 151, 237, 0.24)",
|
|
221
|
+
"--secondary-text": "rgb(255 180 169)",
|
|
222
|
+
"--secondary-subtle": "rgba(255, 85, 66, 0.24)",
|
|
223
|
+
"--tertiary-text": "rgb(226 198 21)",
|
|
224
|
+
"--tertiary-subtle": "rgba(166, 144, 0, 0.24)",
|
|
225
|
+
"--success": "rgb(16 185 129)",
|
|
226
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
227
|
+
"--success-text": "rgb(59 224 161)",
|
|
228
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
229
|
+
"--error": "rgb(250 76 75)",
|
|
230
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
231
|
+
"--error-text": "rgb(255 179 173)",
|
|
232
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
233
|
+
"--warning": "rgb(245 158 11)",
|
|
234
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
235
|
+
"--warning-text": "rgb(255 185 95)",
|
|
236
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
237
|
+
"--info": "rgb(67 136 253)",
|
|
238
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
239
|
+
"--info-text": "rgb(173 198 255)",
|
|
240
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
89
241
|
},
|
|
90
242
|
"green/light": {
|
|
91
|
-
"--background": "rgb(
|
|
243
|
+
"--background": "rgb(234 247 237)",
|
|
92
244
|
"--foreground": "rgb(19 30 24)",
|
|
93
|
-
"--
|
|
245
|
+
"--surface": "rgb(234 247 237)",
|
|
246
|
+
"--surface-foreground": "rgb(19 30 24)",
|
|
247
|
+
"--popover": "rgb(228 241 231)",
|
|
248
|
+
"--popover-foreground": "rgb(19 30 24)",
|
|
249
|
+
"--primary": "rgb(0 122 83)",
|
|
94
250
|
"--primary-foreground": "rgb(255 255 255)",
|
|
95
|
-
"--secondary": "rgb(
|
|
96
|
-
"--secondary-foreground": "rgb(
|
|
251
|
+
"--secondary": "rgb(202 41 71)",
|
|
252
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
253
|
+
"--tertiary": "rgb(154 51 223)",
|
|
254
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
97
255
|
"--muted": "rgb(222 235 225)",
|
|
98
256
|
"--muted-foreground": "rgb(59 74 65)",
|
|
99
|
-
"--accent": "rgb(
|
|
100
|
-
"--accent-foreground": "rgb(
|
|
257
|
+
"--accent": "rgb(222 235 225)",
|
|
258
|
+
"--accent-foreground": "rgb(59 74 65)",
|
|
101
259
|
"--destructive": "rgb(186 26 26)",
|
|
102
260
|
"--border": "rgb(186 203 191)",
|
|
103
261
|
"--input": "rgb(186 203 191)",
|
|
104
262
|
"--ring": "rgb(0 108 73)",
|
|
105
|
-
"--
|
|
106
|
-
"--popover-foreground": "rgb(19 30 24)",
|
|
107
|
-
"--surface": "rgb(234 247 237)",
|
|
108
|
-
"--surface-foreground": "rgb(19 30 24)",
|
|
263
|
+
"--sidebar": "rgb(234 247 237)",
|
|
109
264
|
"--card": "rgb(255 255 255)",
|
|
110
|
-
"--card-foreground": "rgb(19 30 24)"
|
|
265
|
+
"--card-foreground": "rgb(19 30 24)",
|
|
266
|
+
"--chart-1": "rgb(0 130 89)",
|
|
267
|
+
"--chart-2": "rgb(0 122 168)",
|
|
268
|
+
"--chart-3": "rgb(141 88 201)",
|
|
269
|
+
"--chart-4": "rgb(194 74 74)",
|
|
270
|
+
"--chart-5": "rgb(138 111 0)",
|
|
271
|
+
"--content-area": "rgb(240 253 242)",
|
|
272
|
+
"--sidebar-foreground": "rgb(19 30 24)",
|
|
273
|
+
"--sidebar-primary": "rgb(0 108 73)",
|
|
274
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
275
|
+
"--sidebar-accent": "rgb(0 254 219)",
|
|
276
|
+
"--sidebar-accent-foreground": "rgb(0 81 68)",
|
|
277
|
+
"--sidebar-border": "rgb(186 203 191)",
|
|
278
|
+
"--sidebar-ring": "rgb(0 108 73)",
|
|
279
|
+
"--primary-text": "rgb(0 108 73)",
|
|
280
|
+
"--primary-subtle": "rgba(0, 165, 114, 0.13)",
|
|
281
|
+
"--secondary-text": "rgb(167 53 68)",
|
|
282
|
+
"--secondary-subtle": "rgba(255, 81, 105, 0.13)",
|
|
283
|
+
"--tertiary-text": "rgb(128 64 173)",
|
|
284
|
+
"--tertiary-subtle": "rgba(192, 103, 255, 0.13)",
|
|
285
|
+
"--success": "rgb(0 122 83)",
|
|
286
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
287
|
+
"--success-text": "rgb(0 108 73)",
|
|
288
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
289
|
+
"--error": "rgb(203 41 46)",
|
|
290
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
291
|
+
"--error-text": "rgb(167 55 53)",
|
|
292
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
293
|
+
"--warning": "rgb(150 94 0)",
|
|
294
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
295
|
+
"--warning-text": "rgb(133 83 0)",
|
|
296
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
297
|
+
"--info": "rgb(5 102 217)",
|
|
298
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
299
|
+
"--info-text": "rgb(1 90 194)",
|
|
300
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
111
301
|
},
|
|
112
302
|
"green/dark": {
|
|
113
|
-
"--background": "rgb(
|
|
303
|
+
"--background": "rgb(6 16 11)",
|
|
114
304
|
"--foreground": "rgb(217 230 220)",
|
|
115
|
-
"--
|
|
116
|
-
"--
|
|
117
|
-
"--
|
|
118
|
-
"--
|
|
305
|
+
"--surface": "rgb(19 30 24)",
|
|
306
|
+
"--surface-foreground": "rgb(217 230 220)",
|
|
307
|
+
"--popover": "rgb(23 34 28)",
|
|
308
|
+
"--popover-foreground": "rgb(217 230 220)",
|
|
309
|
+
"--primary": "rgb(16 185 129)",
|
|
310
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
311
|
+
"--secondary": "rgb(247 76 101)",
|
|
312
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
313
|
+
"--tertiary": "rgb(189 94 255)",
|
|
314
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
119
315
|
"--muted": "rgb(33 44 38)",
|
|
120
316
|
"--muted-foreground": "rgb(186 203 191)",
|
|
121
|
-
"--accent": "rgb(
|
|
122
|
-
"--accent-foreground": "rgb(
|
|
317
|
+
"--accent": "rgb(33 44 38)",
|
|
318
|
+
"--accent-foreground": "rgb(186 203 191)",
|
|
123
319
|
"--destructive": "rgb(255 180 171)",
|
|
124
320
|
"--border": "rgb(59 74 65)",
|
|
125
321
|
"--input": "rgb(59 74 65)",
|
|
126
322
|
"--ring": "rgb(0 226 157)",
|
|
127
|
-
"--
|
|
128
|
-
"--
|
|
129
|
-
"--
|
|
130
|
-
"--
|
|
131
|
-
"--
|
|
132
|
-
"--
|
|
323
|
+
"--sidebar": "rgb(19 30 24)",
|
|
324
|
+
"--card": "rgb(23 34 28)",
|
|
325
|
+
"--card-foreground": "rgb(217 230 220)",
|
|
326
|
+
"--chart-1": "rgb(7 201 140)",
|
|
327
|
+
"--chart-2": "rgb(32 188 255)",
|
|
328
|
+
"--chart-3": "rgb(203 156 255)",
|
|
329
|
+
"--chart-4": "rgb(255 146 142)",
|
|
330
|
+
"--chart-5": "rgb(213 172 0)",
|
|
331
|
+
"--content-area": "rgb(11 22 16)",
|
|
332
|
+
"--sidebar-foreground": "rgb(217 230 220)",
|
|
333
|
+
"--sidebar-primary": "rgb(0 226 157)",
|
|
334
|
+
"--sidebar-primary-foreground": "rgb(0 56 36)",
|
|
335
|
+
"--sidebar-accent": "rgb(0 81 68)",
|
|
336
|
+
"--sidebar-accent-foreground": "rgb(0 254 219)",
|
|
337
|
+
"--sidebar-border": "rgb(59 74 65)",
|
|
338
|
+
"--sidebar-ring": "rgb(0 226 157)",
|
|
339
|
+
"--primary-text": "rgb(0 226 157)",
|
|
340
|
+
"--primary-subtle": "rgba(0, 165, 114, 0.24)",
|
|
341
|
+
"--secondary-text": "rgb(255 178 182)",
|
|
342
|
+
"--secondary-subtle": "rgba(255, 81, 105, 0.24)",
|
|
343
|
+
"--tertiary-text": "rgb(227 181 255)",
|
|
344
|
+
"--tertiary-subtle": "rgba(192, 103, 255, 0.24)",
|
|
345
|
+
"--success": "rgb(16 185 129)",
|
|
346
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
347
|
+
"--success-text": "rgb(59 224 161)",
|
|
348
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
349
|
+
"--error": "rgb(250 76 75)",
|
|
350
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
351
|
+
"--error-text": "rgb(255 179 173)",
|
|
352
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
353
|
+
"--warning": "rgb(245 158 11)",
|
|
354
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
355
|
+
"--warning-text": "rgb(255 185 95)",
|
|
356
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
357
|
+
"--info": "rgb(67 136 253)",
|
|
358
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
359
|
+
"--info-text": "rgb(173 198 255)",
|
|
360
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
133
361
|
},
|
|
134
362
|
"amber/light": {
|
|
135
|
-
"--background": "rgb(255
|
|
363
|
+
"--background": "rgb(255 241 229)",
|
|
136
364
|
"--foreground": "rgb(36 26 14)",
|
|
137
|
-
"--
|
|
365
|
+
"--surface": "rgb(255 241 229)",
|
|
366
|
+
"--surface-foreground": "rgb(36 26 14)",
|
|
367
|
+
"--popover": "rgb(255 234 215)",
|
|
368
|
+
"--popover-foreground": "rgb(36 26 14)",
|
|
369
|
+
"--primary": "rgb(150 94 0)",
|
|
138
370
|
"--primary-foreground": "rgb(255 255 255)",
|
|
139
|
-
"--secondary": "rgb(
|
|
140
|
-
"--secondary-foreground": "rgb(
|
|
371
|
+
"--secondary": "rgb(0 117 141)",
|
|
372
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
373
|
+
"--tertiary": "rgb(62 84 255)",
|
|
374
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
141
375
|
"--muted": "rgb(249 229 209)",
|
|
142
376
|
"--muted-foreground": "rgb(84 68 50)",
|
|
143
|
-
"--accent": "rgb(
|
|
144
|
-
"--accent-foreground": "rgb(
|
|
377
|
+
"--accent": "rgb(249 229 209)",
|
|
378
|
+
"--accent-foreground": "rgb(84 68 50)",
|
|
145
379
|
"--destructive": "rgb(186 26 26)",
|
|
146
380
|
"--border": "rgb(217 195 171)",
|
|
147
381
|
"--input": "rgb(217 195 171)",
|
|
148
382
|
"--ring": "rgb(133 83 0)",
|
|
149
|
-
"--
|
|
150
|
-
"--popover-foreground": "rgb(36 26 14)",
|
|
151
|
-
"--surface": "rgb(255 241 229)",
|
|
152
|
-
"--surface-foreground": "rgb(36 26 14)",
|
|
383
|
+
"--sidebar": "rgb(255 241 229)",
|
|
153
384
|
"--card": "rgb(255 255 255)",
|
|
154
|
-
"--card-foreground": "rgb(36 26 14)"
|
|
385
|
+
"--card-foreground": "rgb(36 26 14)",
|
|
386
|
+
"--chart-1": "rgb(160 101 0)",
|
|
387
|
+
"--chart-2": "rgb(46 130 37)",
|
|
388
|
+
"--chart-3": "rgb(0 125 144)",
|
|
389
|
+
"--chart-4": "rgb(102 100 216)",
|
|
390
|
+
"--chart-5": "rgb(189 72 120)",
|
|
391
|
+
"--content-area": "rgb(255 248 244)",
|
|
392
|
+
"--sidebar-foreground": "rgb(36 26 14)",
|
|
393
|
+
"--sidebar-primary": "rgb(133 83 0)",
|
|
394
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
395
|
+
"--sidebar-accent": "rgb(255 222 170)",
|
|
396
|
+
"--sidebar-accent-foreground": "rgb(95 65 0)",
|
|
397
|
+
"--sidebar-border": "rgb(217 195 171)",
|
|
398
|
+
"--sidebar-ring": "rgb(133 83 0)",
|
|
399
|
+
"--primary-text": "rgb(133 83 0)",
|
|
400
|
+
"--primary-subtle": "rgba(202, 129, 0, 0.13)",
|
|
401
|
+
"--secondary-text": "rgb(0 103 125)",
|
|
402
|
+
"--secondary-subtle": "rgba(0, 158, 189, 0.13)",
|
|
403
|
+
"--tertiary-text": "rgb(68 82 196)",
|
|
404
|
+
"--tertiary-subtle": "rgba(119, 134, 255, 0.13)",
|
|
405
|
+
"--success": "rgb(0 122 83)",
|
|
406
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
407
|
+
"--success-text": "rgb(0 108 73)",
|
|
408
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
409
|
+
"--error": "rgb(203 41 46)",
|
|
410
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
411
|
+
"--error-text": "rgb(167 55 53)",
|
|
412
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
413
|
+
"--warning": "rgb(150 94 0)",
|
|
414
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
415
|
+
"--warning-text": "rgb(133 83 0)",
|
|
416
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
417
|
+
"--info": "rgb(5 102 217)",
|
|
418
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
419
|
+
"--info-text": "rgb(1 90 194)",
|
|
420
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
155
421
|
},
|
|
156
422
|
"amber/dark": {
|
|
157
|
-
"--background": "rgb(
|
|
423
|
+
"--background": "rgb(21 12 3)",
|
|
158
424
|
"--foreground": "rgb(244 223 203)",
|
|
159
|
-
"--
|
|
160
|
-
"--
|
|
161
|
-
"--
|
|
162
|
-
"--
|
|
425
|
+
"--surface": "rgb(36 26 14)",
|
|
426
|
+
"--surface-foreground": "rgb(244 223 203)",
|
|
427
|
+
"--popover": "rgb(40 30 17)",
|
|
428
|
+
"--popover-foreground": "rgb(244 223 203)",
|
|
429
|
+
"--primary": "rgb(245 158 11)",
|
|
430
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
431
|
+
"--secondary": "rgb(0 213 255)",
|
|
432
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
433
|
+
"--tertiary": "rgb(111 128 255)",
|
|
434
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
163
435
|
"--muted": "rgb(51 40 27)",
|
|
164
436
|
"--muted-foreground": "rgb(217 195 171)",
|
|
165
|
-
"--accent": "rgb(
|
|
166
|
-
"--accent-foreground": "rgb(
|
|
437
|
+
"--accent": "rgb(51 40 27)",
|
|
438
|
+
"--accent-foreground": "rgb(217 195 171)",
|
|
167
439
|
"--destructive": "rgb(255 180 171)",
|
|
168
440
|
"--border": "rgb(84 68 50)",
|
|
169
441
|
"--input": "rgb(84 68 50)",
|
|
170
442
|
"--ring": "rgb(255 185 95)",
|
|
171
|
-
"--
|
|
172
|
-
"--
|
|
173
|
-
"--
|
|
174
|
-
"--
|
|
175
|
-
"--
|
|
176
|
-
"--
|
|
443
|
+
"--sidebar": "rgb(36 26 14)",
|
|
444
|
+
"--card": "rgb(40 30 17)",
|
|
445
|
+
"--card-foreground": "rgb(244 223 203)",
|
|
446
|
+
"--chart-1": "rgb(245 157 0)",
|
|
447
|
+
"--chart-2": "rgb(110 196 94)",
|
|
448
|
+
"--chart-3": "rgb(0 194 222)",
|
|
449
|
+
"--chart-4": "rgb(169 168 255)",
|
|
450
|
+
"--chart-5": "rgb(255 141 182)",
|
|
451
|
+
"--content-area": "rgb(27 18 6)",
|
|
452
|
+
"--sidebar-foreground": "rgb(244 223 203)",
|
|
453
|
+
"--sidebar-primary": "rgb(255 185 95)",
|
|
454
|
+
"--sidebar-primary-foreground": "rgb(71 42 0)",
|
|
455
|
+
"--sidebar-accent": "rgb(95 65 0)",
|
|
456
|
+
"--sidebar-accent-foreground": "rgb(255 222 170)",
|
|
457
|
+
"--sidebar-border": "rgb(84 68 50)",
|
|
458
|
+
"--sidebar-ring": "rgb(255 185 95)",
|
|
459
|
+
"--primary-text": "rgb(255 185 95)",
|
|
460
|
+
"--primary-subtle": "rgba(202, 129, 0, 0.24)",
|
|
461
|
+
"--secondary-text": "rgb(51 215 255)",
|
|
462
|
+
"--secondary-subtle": "rgba(0, 158, 189, 0.24)",
|
|
463
|
+
"--tertiary-text": "rgb(188 194 255)",
|
|
464
|
+
"--tertiary-subtle": "rgba(119, 134, 255, 0.24)",
|
|
465
|
+
"--success": "rgb(16 185 129)",
|
|
466
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
467
|
+
"--success-text": "rgb(59 224 161)",
|
|
468
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
469
|
+
"--error": "rgb(250 76 75)",
|
|
470
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
471
|
+
"--error-text": "rgb(255 179 173)",
|
|
472
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
473
|
+
"--warning": "rgb(245 158 11)",
|
|
474
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
475
|
+
"--warning-text": "rgb(255 185 95)",
|
|
476
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
477
|
+
"--info": "rgb(67 136 253)",
|
|
478
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
479
|
+
"--info-text": "rgb(173 198 255)",
|
|
480
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
177
481
|
},
|
|
178
482
|
"yellow/light": {
|
|
179
|
-
"--background": "rgb(255
|
|
483
|
+
"--background": "rgb(255 242 221)",
|
|
180
484
|
"--foreground": "rgb(33 27 13)",
|
|
181
|
-
"--
|
|
485
|
+
"--surface": "rgb(255 242 221)",
|
|
486
|
+
"--surface-foreground": "rgb(33 27 13)",
|
|
487
|
+
"--popover": "rgb(250 236 213)",
|
|
488
|
+
"--popover-foreground": "rgb(33 27 13)",
|
|
489
|
+
"--primary": "rgb(135 102 0)",
|
|
182
490
|
"--primary-foreground": "rgb(255 255 255)",
|
|
183
|
-
"--secondary": "rgb(
|
|
184
|
-
"--secondary-foreground": "rgb(
|
|
491
|
+
"--secondary": "rgb(0 114 158)",
|
|
492
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
493
|
+
"--tertiary": "rgb(118 66 250)",
|
|
494
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
185
495
|
"--muted": "rgb(244 231 208)",
|
|
186
496
|
"--muted-foreground": "rgb(79 70 49)",
|
|
187
|
-
"--accent": "rgb(
|
|
188
|
-
"--accent-foreground": "rgb(
|
|
497
|
+
"--accent": "rgb(244 231 208)",
|
|
498
|
+
"--accent-foreground": "rgb(79 70 49)",
|
|
189
499
|
"--destructive": "rgb(186 26 26)",
|
|
190
500
|
"--border": "rgb(211 197 170)",
|
|
191
501
|
"--input": "rgb(211 197 170)",
|
|
192
502
|
"--ring": "rgb(120 90 0)",
|
|
193
|
-
"--
|
|
194
|
-
"--popover-foreground": "rgb(33 27 13)",
|
|
195
|
-
"--surface": "rgb(255 242 221)",
|
|
196
|
-
"--surface-foreground": "rgb(33 27 13)",
|
|
503
|
+
"--sidebar": "rgb(255 242 221)",
|
|
197
504
|
"--card": "rgb(255 255 255)",
|
|
198
|
-
"--card-foreground": "rgb(33 27 13)"
|
|
505
|
+
"--card-foreground": "rgb(33 27 13)",
|
|
506
|
+
"--chart-1": "rgb(144 109 0)",
|
|
507
|
+
"--chart-2": "rgb(0 131 79)",
|
|
508
|
+
"--chart-3": "rgb(0 123 162)",
|
|
509
|
+
"--chart-4": "rgb(132 90 206)",
|
|
510
|
+
"--chart-5": "rgb(193 73 86)",
|
|
511
|
+
"--content-area": "rgb(255 248 242)",
|
|
512
|
+
"--sidebar-foreground": "rgb(33 27 13)",
|
|
513
|
+
"--sidebar-primary": "rgb(120 90 0)",
|
|
514
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
515
|
+
"--sidebar-accent": "rgb(255 225 104)",
|
|
516
|
+
"--sidebar-accent-foreground": "rgb(84 70 0)",
|
|
517
|
+
"--sidebar-border": "rgb(211 197 170)",
|
|
518
|
+
"--sidebar-ring": "rgb(120 90 0)",
|
|
519
|
+
"--primary-text": "rgb(120 90 0)",
|
|
520
|
+
"--primary-subtle": "rgba(182, 138, 0, 0.13)",
|
|
521
|
+
"--secondary-text": "rgb(0 101 141)",
|
|
522
|
+
"--secondary-subtle": "rgba(0, 155, 213, 0.13)",
|
|
523
|
+
"--tertiary-text": "rgb(102 73 189)",
|
|
524
|
+
"--tertiary-subtle": "rgba(154, 122, 255, 0.13)",
|
|
525
|
+
"--success": "rgb(0 122 83)",
|
|
526
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
527
|
+
"--success-text": "rgb(0 108 73)",
|
|
528
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
529
|
+
"--error": "rgb(203 41 46)",
|
|
530
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
531
|
+
"--error-text": "rgb(167 55 53)",
|
|
532
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
533
|
+
"--warning": "rgb(150 94 0)",
|
|
534
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
535
|
+
"--warning-text": "rgb(133 83 0)",
|
|
536
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
537
|
+
"--info": "rgb(5 102 217)",
|
|
538
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
539
|
+
"--info-text": "rgb(1 90 194)",
|
|
540
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
199
541
|
},
|
|
200
542
|
"yellow/dark": {
|
|
201
|
-
"--background": "rgb(
|
|
543
|
+
"--background": "rgb(19 13 3)",
|
|
202
544
|
"--foreground": "rgb(238 225 202)",
|
|
203
|
-
"--
|
|
204
|
-
"--
|
|
205
|
-
"--
|
|
206
|
-
"--
|
|
545
|
+
"--surface": "rgb(33 27 13)",
|
|
546
|
+
"--surface-foreground": "rgb(238 225 202)",
|
|
547
|
+
"--popover": "rgb(37 31 17)",
|
|
548
|
+
"--popover-foreground": "rgb(238 225 202)",
|
|
549
|
+
"--primary": "rgb(255 195 0)",
|
|
550
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
551
|
+
"--secondary": "rgb(0 186 255)",
|
|
552
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
553
|
+
"--tertiary": "rgb(149 115 255)",
|
|
554
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
207
555
|
"--muted": "rgb(48 41 26)",
|
|
208
556
|
"--muted-foreground": "rgb(211 197 170)",
|
|
209
|
-
"--accent": "rgb(
|
|
210
|
-
"--accent-foreground": "rgb(
|
|
557
|
+
"--accent": "rgb(48 41 26)",
|
|
558
|
+
"--accent-foreground": "rgb(211 197 170)",
|
|
211
559
|
"--destructive": "rgb(255 180 171)",
|
|
212
560
|
"--border": "rgb(79 70 49)",
|
|
213
561
|
"--input": "rgb(79 70 49)",
|
|
214
562
|
"--ring": "rgb(248 190 0)",
|
|
215
|
-
"--
|
|
216
|
-
"--
|
|
217
|
-
"--
|
|
218
|
-
"--
|
|
219
|
-
"--
|
|
220
|
-
"--
|
|
563
|
+
"--sidebar": "rgb(33 27 13)",
|
|
564
|
+
"--card": "rgb(37 31 17)",
|
|
565
|
+
"--card-foreground": "rgb(238 225 202)",
|
|
566
|
+
"--chart-1": "rgb(221 169 0)",
|
|
567
|
+
"--chart-2": "rgb(52 200 129)",
|
|
568
|
+
"--chart-3": "rgb(0 190 248)",
|
|
569
|
+
"--chart-4": "rgb(194 160 255)",
|
|
570
|
+
"--chart-5": "rgb(255 145 151)",
|
|
571
|
+
"--content-area": "rgb(24 19 6)",
|
|
572
|
+
"--sidebar-foreground": "rgb(238 225 202)",
|
|
573
|
+
"--sidebar-primary": "rgb(248 190 0)",
|
|
574
|
+
"--sidebar-primary-foreground": "rgb(63 46 0)",
|
|
575
|
+
"--sidebar-accent": "rgb(84 70 0)",
|
|
576
|
+
"--sidebar-accent-foreground": "rgb(255 225 104)",
|
|
577
|
+
"--sidebar-border": "rgb(79 70 49)",
|
|
578
|
+
"--sidebar-ring": "rgb(248 190 0)",
|
|
579
|
+
"--primary-text": "rgb(248 190 0)",
|
|
580
|
+
"--primary-subtle": "rgba(182, 138, 0, 0.24)",
|
|
581
|
+
"--secondary-text": "rgb(130 207 255)",
|
|
582
|
+
"--secondary-subtle": "rgba(0, 155, 213, 0.24)",
|
|
583
|
+
"--tertiary-text": "rgb(205 189 255)",
|
|
584
|
+
"--tertiary-subtle": "rgba(154, 122, 255, 0.24)",
|
|
585
|
+
"--success": "rgb(16 185 129)",
|
|
586
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
587
|
+
"--success-text": "rgb(59 224 161)",
|
|
588
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
589
|
+
"--error": "rgb(250 76 75)",
|
|
590
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
591
|
+
"--error-text": "rgb(255 179 173)",
|
|
592
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
593
|
+
"--warning": "rgb(245 158 11)",
|
|
594
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
595
|
+
"--warning-text": "rgb(255 185 95)",
|
|
596
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
597
|
+
"--info": "rgb(67 136 253)",
|
|
598
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
599
|
+
"--info-text": "rgb(173 198 255)",
|
|
600
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
221
601
|
},
|
|
222
602
|
"red/light": {
|
|
223
|
-
"--background": "rgb(255
|
|
603
|
+
"--background": "rgb(255 240 239)",
|
|
224
604
|
"--foreground": "rgb(39 24 23)",
|
|
225
|
-
"--
|
|
605
|
+
"--surface": "rgb(255 240 239)",
|
|
606
|
+
"--surface-foreground": "rgb(39 24 23)",
|
|
607
|
+
"--popover": "rgb(255 233 231)",
|
|
608
|
+
"--popover-foreground": "rgb(39 24 23)",
|
|
609
|
+
"--primary": "rgb(215 0 34)",
|
|
226
610
|
"--primary-foreground": "rgb(255 255 255)",
|
|
227
|
-
"--secondary": "rgb(
|
|
228
|
-
"--secondary-foreground": "rgb(
|
|
611
|
+
"--secondary": "rgb(0 115 153)",
|
|
612
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
613
|
+
"--tertiary": "rgb(0 124 41)",
|
|
614
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
229
615
|
"--muted": "rgb(254 226 223)",
|
|
230
616
|
"--muted-foreground": "rgb(88 65 63)",
|
|
231
|
-
"--accent": "rgb(
|
|
232
|
-
"--accent-foreground": "rgb(
|
|
617
|
+
"--accent": "rgb(254 226 223)",
|
|
618
|
+
"--accent-foreground": "rgb(88 65 63)",
|
|
233
619
|
"--destructive": "rgb(186 26 26)",
|
|
234
620
|
"--border": "rgb(223 191 188)",
|
|
235
621
|
"--input": "rgb(223 191 188)",
|
|
236
622
|
"--ring": "rgb(192 0 29)",
|
|
237
|
-
"--
|
|
238
|
-
"--popover-foreground": "rgb(39 24 23)",
|
|
239
|
-
"--surface": "rgb(255 240 239)",
|
|
240
|
-
"--surface-foreground": "rgb(39 24 23)",
|
|
623
|
+
"--sidebar": "rgb(255 240 239)",
|
|
241
624
|
"--card": "rgb(255 255 255)",
|
|
242
|
-
"--card-foreground": "rgb(39 24 23)"
|
|
625
|
+
"--card-foreground": "rgb(39 24 23)",
|
|
626
|
+
"--chart-1": "rgb(194 74 70)",
|
|
627
|
+
"--chart-2": "rgb(137 112 0)",
|
|
628
|
+
"--chart-3": "rgb(0 130 92)",
|
|
629
|
+
"--chart-4": "rgb(0 122 171)",
|
|
630
|
+
"--chart-5": "rgb(143 87 199)",
|
|
631
|
+
"--content-area": "rgb(255 248 247)",
|
|
632
|
+
"--sidebar-foreground": "rgb(39 24 23)",
|
|
633
|
+
"--sidebar-primary": "rgb(192 0 29)",
|
|
634
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
635
|
+
"--sidebar-accent": "rgb(255 219 206)",
|
|
636
|
+
"--sidebar-accent-foreground": "rgb(126 44 0)",
|
|
637
|
+
"--sidebar-border": "rgb(223 191 188)",
|
|
638
|
+
"--sidebar-ring": "rgb(192 0 29)",
|
|
639
|
+
"--primary-text": "rgb(192 0 29)",
|
|
640
|
+
"--primary-subtle": "rgba(255, 84, 81, 0.13)",
|
|
641
|
+
"--secondary-text": "rgb(0 102 136)",
|
|
642
|
+
"--secondary-subtle": "rgba(0, 156, 206, 0.13)",
|
|
643
|
+
"--tertiary-text": "rgb(0 110 35)",
|
|
644
|
+
"--tertiary-subtle": "rgba(0, 167, 58, 0.13)",
|
|
645
|
+
"--success": "rgb(0 122 83)",
|
|
646
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
647
|
+
"--success-text": "rgb(0 108 73)",
|
|
648
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
649
|
+
"--error": "rgb(203 41 46)",
|
|
650
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
651
|
+
"--error-text": "rgb(167 55 53)",
|
|
652
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
653
|
+
"--warning": "rgb(150 94 0)",
|
|
654
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
655
|
+
"--warning-text": "rgb(133 83 0)",
|
|
656
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
657
|
+
"--info": "rgb(5 102 217)",
|
|
658
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
659
|
+
"--info-text": "rgb(1 90 194)",
|
|
660
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
243
661
|
},
|
|
244
662
|
"red/dark": {
|
|
245
|
-
"--background": "rgb(
|
|
663
|
+
"--background": "rgb(24 11 10)",
|
|
246
664
|
"--foreground": "rgb(249 220 217)",
|
|
247
|
-
"--
|
|
248
|
-
"--
|
|
249
|
-
"--
|
|
250
|
-
"--
|
|
665
|
+
"--surface": "rgb(39 24 23)",
|
|
666
|
+
"--surface-foreground": "rgb(249 220 217)",
|
|
667
|
+
"--popover": "rgb(43 28 26)",
|
|
668
|
+
"--popover-foreground": "rgb(249 220 217)",
|
|
669
|
+
"--primary": "rgb(250 76 75)",
|
|
670
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
671
|
+
"--secondary": "rgb(0 193 253)",
|
|
672
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
673
|
+
"--tertiary": "rgb(90 250 115)",
|
|
674
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
251
675
|
"--muted": "rgb(54 38 37)",
|
|
252
676
|
"--muted-foreground": "rgb(223 191 188)",
|
|
253
|
-
"--accent": "rgb(
|
|
254
|
-
"--accent-foreground": "rgb(
|
|
677
|
+
"--accent": "rgb(54 38 37)",
|
|
678
|
+
"--accent-foreground": "rgb(223 191 188)",
|
|
255
679
|
"--destructive": "rgb(255 180 171)",
|
|
256
680
|
"--border": "rgb(88 65 63)",
|
|
257
681
|
"--input": "rgb(88 65 63)",
|
|
258
682
|
"--ring": "rgb(255 179 173)",
|
|
259
|
-
"--
|
|
260
|
-
"--
|
|
261
|
-
"--
|
|
262
|
-
"--
|
|
263
|
-
"--
|
|
264
|
-
"--
|
|
683
|
+
"--sidebar": "rgb(39 24 23)",
|
|
684
|
+
"--card": "rgb(43 28 26)",
|
|
685
|
+
"--card-foreground": "rgb(249 220 217)",
|
|
686
|
+
"--chart-1": "rgb(255 146 139)",
|
|
687
|
+
"--chart-2": "rgb(211 173 0)",
|
|
688
|
+
"--chart-3": "rgb(0 201 144)",
|
|
689
|
+
"--chart-4": "rgb(50 188 255)",
|
|
690
|
+
"--chart-5": "rgb(206 155 255)",
|
|
691
|
+
"--content-area": "rgb(30 16 15)",
|
|
692
|
+
"--sidebar-foreground": "rgb(249 220 217)",
|
|
693
|
+
"--sidebar-primary": "rgb(255 179 173)",
|
|
694
|
+
"--sidebar-primary-foreground": "rgb(104 0 10)",
|
|
695
|
+
"--sidebar-accent": "rgb(126 44 0)",
|
|
696
|
+
"--sidebar-accent-foreground": "rgb(255 219 206)",
|
|
697
|
+
"--sidebar-border": "rgb(88 65 63)",
|
|
698
|
+
"--sidebar-ring": "rgb(255 179 173)",
|
|
699
|
+
"--primary-text": "rgb(255 179 173)",
|
|
700
|
+
"--primary-subtle": "rgba(255, 84, 81, 0.24)",
|
|
701
|
+
"--secondary-text": "rgb(117 209 255)",
|
|
702
|
+
"--secondary-subtle": "rgba(0, 156, 206, 0.24)",
|
|
703
|
+
"--tertiary-text": "rgb(118 220 124)",
|
|
704
|
+
"--tertiary-subtle": "rgba(0, 167, 58, 0.24)",
|
|
705
|
+
"--success": "rgb(16 185 129)",
|
|
706
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
707
|
+
"--success-text": "rgb(59 224 161)",
|
|
708
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
709
|
+
"--error": "rgb(250 76 75)",
|
|
710
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
711
|
+
"--error-text": "rgb(255 179 173)",
|
|
712
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
713
|
+
"--warning": "rgb(245 158 11)",
|
|
714
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
715
|
+
"--warning-text": "rgb(255 185 95)",
|
|
716
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
717
|
+
"--info": "rgb(67 136 253)",
|
|
718
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
719
|
+
"--info-text": "rgb(173 198 255)",
|
|
720
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
265
721
|
},
|
|
266
722
|
"purple/light": {
|
|
267
|
-
"--background": "rgb(
|
|
723
|
+
"--background": "rgb(248 241 255)",
|
|
268
724
|
"--foreground": "rgb(29 26 36)",
|
|
269
|
-
"--
|
|
725
|
+
"--surface": "rgb(248 241 255)",
|
|
726
|
+
"--surface-foreground": "rgb(29 26 36)",
|
|
727
|
+
"--popover": "rgb(243 235 250)",
|
|
728
|
+
"--popover-foreground": "rgb(29 26 36)",
|
|
729
|
+
"--primary": "rgb(125 58 255)",
|
|
270
730
|
"--primary-foreground": "rgb(255 255 255)",
|
|
271
|
-
"--secondary": "rgb(
|
|
272
|
-
"--secondary-foreground": "rgb(
|
|
731
|
+
"--secondary": "rgb(211 165 0)",
|
|
732
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
733
|
+
"--tertiary": "rgb(9 124 0)",
|
|
734
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
273
735
|
"--muted": "rgb(237 229 244)",
|
|
274
736
|
"--muted-foreground": "rgb(73 68 83)",
|
|
275
|
-
"--accent": "rgb(
|
|
276
|
-
"--accent-foreground": "rgb(
|
|
737
|
+
"--accent": "rgb(237 229 244)",
|
|
738
|
+
"--accent-foreground": "rgb(73 68 83)",
|
|
277
739
|
"--destructive": "rgb(186 26 26)",
|
|
278
740
|
"--border": "rgb(203 195 213)",
|
|
279
741
|
"--input": "rgb(203 195 213)",
|
|
280
742
|
"--ring": "rgb(113 20 255)",
|
|
281
|
-
"--
|
|
282
|
-
"--popover-foreground": "rgb(29 26 36)",
|
|
283
|
-
"--surface": "rgb(248 241 255)",
|
|
284
|
-
"--surface-foreground": "rgb(29 26 36)",
|
|
743
|
+
"--sidebar": "rgb(248 241 255)",
|
|
285
744
|
"--card": "rgb(255 255 255)",
|
|
286
|
-
"--card-foreground": "rgb(29 26 36)"
|
|
745
|
+
"--card-foreground": "rgb(29 26 36)",
|
|
746
|
+
"--chart-1": "rgb(127 92 209)",
|
|
747
|
+
"--chart-2": "rgb(193 72 93)",
|
|
748
|
+
"--chart-3": "rgb(147 107 0)",
|
|
749
|
+
"--chart-4": "rgb(0 131 71)",
|
|
750
|
+
"--chart-5": "rgb(0 124 158)",
|
|
751
|
+
"--content-area": "rgb(254 247 255)",
|
|
752
|
+
"--sidebar-foreground": "rgb(29 26 36)",
|
|
753
|
+
"--sidebar-primary": "rgb(113 20 255)",
|
|
754
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
755
|
+
"--sidebar-accent": "rgb(243 218 255)",
|
|
756
|
+
"--sidebar-accent-foreground": "rgb(105 30 154)",
|
|
757
|
+
"--sidebar-border": "rgb(203 195 213)",
|
|
758
|
+
"--sidebar-ring": "rgb(113 20 255)",
|
|
759
|
+
"--primary-text": "rgb(113 20 255)",
|
|
760
|
+
"--primary-subtle": "rgba(160, 120, 255, 0.13)",
|
|
761
|
+
"--secondary-text": "rgb(117 91 0)",
|
|
762
|
+
"--secondary-subtle": "rgba(179, 139, 0, 0.13)",
|
|
763
|
+
"--tertiary-text": "rgb(25 109 14)",
|
|
764
|
+
"--tertiary-subtle": "rgba(15, 168, 0, 0.13)",
|
|
765
|
+
"--success": "rgb(0 122 83)",
|
|
766
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
767
|
+
"--success-text": "rgb(0 108 73)",
|
|
768
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
769
|
+
"--error": "rgb(203 41 46)",
|
|
770
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
771
|
+
"--error-text": "rgb(167 55 53)",
|
|
772
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
773
|
+
"--warning": "rgb(150 94 0)",
|
|
774
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
775
|
+
"--warning-text": "rgb(133 83 0)",
|
|
776
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
777
|
+
"--info": "rgb(5 102 217)",
|
|
778
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
779
|
+
"--info-text": "rgb(1 90 194)",
|
|
780
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
287
781
|
},
|
|
288
782
|
"purple/dark": {
|
|
289
|
-
"--background": "rgb(
|
|
783
|
+
"--background": "rgb(16 13 22)",
|
|
290
784
|
"--foreground": "rgb(231 224 238)",
|
|
291
|
-
"--
|
|
292
|
-
"--
|
|
293
|
-
"--
|
|
294
|
-
"--
|
|
785
|
+
"--surface": "rgb(29 26 36)",
|
|
786
|
+
"--surface-foreground": "rgb(231 224 238)",
|
|
787
|
+
"--popover": "rgb(33 30 40)",
|
|
788
|
+
"--popover-foreground": "rgb(231 224 238)",
|
|
789
|
+
"--primary": "rgb(155 113 255)",
|
|
790
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
791
|
+
"--secondary": "rgb(254 199 0)",
|
|
792
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
793
|
+
"--tertiary": "rgb(118 245 94)",
|
|
794
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
295
795
|
"--muted": "rgb(44 40 51)",
|
|
296
796
|
"--muted-foreground": "rgb(203 195 213)",
|
|
297
|
-
"--accent": "rgb(
|
|
298
|
-
"--accent-foreground": "rgb(
|
|
797
|
+
"--accent": "rgb(44 40 51)",
|
|
798
|
+
"--accent-foreground": "rgb(203 195 213)",
|
|
299
799
|
"--destructive": "rgb(255 180 171)",
|
|
300
800
|
"--border": "rgb(73 68 83)",
|
|
301
801
|
"--input": "rgb(73 68 83)",
|
|
302
802
|
"--ring": "rgb(208 188 255)",
|
|
303
|
-
"--
|
|
304
|
-
"--
|
|
305
|
-
"--
|
|
306
|
-
"--
|
|
307
|
-
"--
|
|
308
|
-
"--
|
|
803
|
+
"--sidebar": "rgb(29 26 36)",
|
|
804
|
+
"--card": "rgb(33 30 40)",
|
|
805
|
+
"--card-foreground": "rgb(231 224 238)",
|
|
806
|
+
"--chart-1": "rgb(189 162 255)",
|
|
807
|
+
"--chart-2": "rgb(255 144 158)",
|
|
808
|
+
"--chart-3": "rgb(226 167 0)",
|
|
809
|
+
"--chart-4": "rgb(67 199 122)",
|
|
810
|
+
"--chart-5": "rgb(0 191 242)",
|
|
811
|
+
"--content-area": "rgb(21 18 28)",
|
|
812
|
+
"--sidebar-foreground": "rgb(231 224 238)",
|
|
813
|
+
"--sidebar-primary": "rgb(208 188 255)",
|
|
814
|
+
"--sidebar-primary-foreground": "rgb(60 0 145)",
|
|
815
|
+
"--sidebar-accent": "rgb(105 30 154)",
|
|
816
|
+
"--sidebar-accent-foreground": "rgb(243 218 255)",
|
|
817
|
+
"--sidebar-border": "rgb(73 68 83)",
|
|
818
|
+
"--sidebar-ring": "rgb(208 188 255)",
|
|
819
|
+
"--primary-text": "rgb(208 188 255)",
|
|
820
|
+
"--primary-subtle": "rgba(160, 120, 255, 0.24)",
|
|
821
|
+
"--secondary-text": "rgb(244 191 2)",
|
|
822
|
+
"--secondary-subtle": "rgba(179, 139, 0, 0.24)",
|
|
823
|
+
"--tertiary-text": "rgb(133 219 112)",
|
|
824
|
+
"--tertiary-subtle": "rgba(15, 168, 0, 0.24)",
|
|
825
|
+
"--success": "rgb(16 185 129)",
|
|
826
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
827
|
+
"--success-text": "rgb(59 224 161)",
|
|
828
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
829
|
+
"--error": "rgb(250 76 75)",
|
|
830
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
831
|
+
"--error-text": "rgb(255 179 173)",
|
|
832
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
833
|
+
"--warning": "rgb(245 158 11)",
|
|
834
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
835
|
+
"--warning-text": "rgb(255 185 95)",
|
|
836
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
837
|
+
"--info": "rgb(67 136 253)",
|
|
838
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
839
|
+
"--info-text": "rgb(173 198 255)",
|
|
840
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
309
841
|
},
|
|
310
842
|
"pink/light": {
|
|
311
|
-
"--background": "rgb(255
|
|
843
|
+
"--background": "rgb(255 240 243)",
|
|
312
844
|
"--foreground": "rgb(37 24 29)",
|
|
313
|
-
"--
|
|
845
|
+
"--surface": "rgb(255 240 243)",
|
|
846
|
+
"--surface-foreground": "rgb(37 24 29)",
|
|
847
|
+
"--popover": "rgb(255 232 238)",
|
|
848
|
+
"--popover-foreground": "rgb(37 24 29)",
|
|
849
|
+
"--primary": "rgb(206 0 124)",
|
|
314
850
|
"--primary-foreground": "rgb(255 255 255)",
|
|
315
|
-
"--secondary": "rgb(
|
|
316
|
-
"--secondary-foreground": "rgb(
|
|
851
|
+
"--secondary": "rgb(0 118 127)",
|
|
852
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
853
|
+
"--tertiary": "rgb(0 124 33)",
|
|
854
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
317
855
|
"--muted": "rgb(251 226 233)",
|
|
318
856
|
"--muted-foreground": "rgb(85 65 72)",
|
|
319
|
-
"--accent": "rgb(
|
|
320
|
-
"--accent-foreground": "rgb(
|
|
857
|
+
"--accent": "rgb(251 226 233)",
|
|
858
|
+
"--accent-foreground": "rgb(85 65 72)",
|
|
321
859
|
"--destructive": "rgb(186 26 26)",
|
|
322
860
|
"--border": "rgb(219 191 200)",
|
|
323
861
|
"--input": "rgb(219 191 200)",
|
|
324
862
|
"--ring": "rgb(183 0 110)",
|
|
325
|
-
"--
|
|
326
|
-
"--popover-foreground": "rgb(37 24 29)",
|
|
327
|
-
"--surface": "rgb(255 240 243)",
|
|
328
|
-
"--surface-foreground": "rgb(37 24 29)",
|
|
863
|
+
"--sidebar": "rgb(255 240 243)",
|
|
329
864
|
"--card": "rgb(255 255 255)",
|
|
330
|
-
"--card-foreground": "rgb(37 24 29)"
|
|
865
|
+
"--card-foreground": "rgb(37 24 29)",
|
|
866
|
+
"--chart-1": "rgb(187 72 126)",
|
|
867
|
+
"--chart-2": "rgb(163 100 0)",
|
|
868
|
+
"--chart-3": "rgb(55 130 31)",
|
|
869
|
+
"--chart-4": "rgb(0 126 142)",
|
|
870
|
+
"--chart-5": "rgb(96 101 216)",
|
|
871
|
+
"--content-area": "rgb(255 248 248)",
|
|
872
|
+
"--sidebar-foreground": "rgb(37 24 29)",
|
|
873
|
+
"--sidebar-primary": "rgb(183 0 110)",
|
|
874
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
875
|
+
"--sidebar-accent": "rgb(255 217 222)",
|
|
876
|
+
"--sidebar-accent-foreground": "rgb(138 21 58)",
|
|
877
|
+
"--sidebar-border": "rgb(219 191 200)",
|
|
878
|
+
"--sidebar-ring": "rgb(183 0 110)",
|
|
879
|
+
"--primary-text": "rgb(183 0 110)",
|
|
880
|
+
"--primary-subtle": "rgba(255, 69, 163, 0.13)",
|
|
881
|
+
"--secondary-text": "rgb(0 105 113)",
|
|
882
|
+
"--secondary-subtle": "rgba(0, 160, 172, 0.13)",
|
|
883
|
+
"--tertiary-text": "rgb(0 110 28)",
|
|
884
|
+
"--tertiary-subtle": "rgba(0, 168, 48, 0.13)",
|
|
885
|
+
"--success": "rgb(0 122 83)",
|
|
886
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
887
|
+
"--success-text": "rgb(0 108 73)",
|
|
888
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
889
|
+
"--error": "rgb(203 41 46)",
|
|
890
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
891
|
+
"--error-text": "rgb(167 55 53)",
|
|
892
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
893
|
+
"--warning": "rgb(150 94 0)",
|
|
894
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
895
|
+
"--warning-text": "rgb(133 83 0)",
|
|
896
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
897
|
+
"--info": "rgb(5 102 217)",
|
|
898
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
899
|
+
"--info-text": "rgb(1 90 194)",
|
|
900
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
331
901
|
},
|
|
332
902
|
"pink/dark": {
|
|
333
|
-
"--background": "rgb(
|
|
903
|
+
"--background": "rgb(23 11 15)",
|
|
334
904
|
"--foreground": "rgb(245 220 227)",
|
|
335
|
-
"--
|
|
336
|
-
"--
|
|
337
|
-
"--
|
|
338
|
-
"--
|
|
905
|
+
"--surface": "rgb(37 24 29)",
|
|
906
|
+
"--surface-foreground": "rgb(245 220 227)",
|
|
907
|
+
"--popover": "rgb(41 28 33)",
|
|
908
|
+
"--popover-foreground": "rgb(245 220 227)",
|
|
909
|
+
"--primary": "rgb(240 75 156)",
|
|
910
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
911
|
+
"--secondary": "rgb(0 237 255)",
|
|
912
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
913
|
+
"--tertiary": "rgb(100 250 110)",
|
|
914
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
339
915
|
"--muted": "rgb(53 38 43)",
|
|
340
916
|
"--muted-foreground": "rgb(219 191 200)",
|
|
341
|
-
"--accent": "rgb(
|
|
342
|
-
"--accent-foreground": "rgb(
|
|
917
|
+
"--accent": "rgb(53 38 43)",
|
|
918
|
+
"--accent-foreground": "rgb(219 191 200)",
|
|
343
919
|
"--destructive": "rgb(255 180 171)",
|
|
344
920
|
"--border": "rgb(85 65 72)",
|
|
345
921
|
"--input": "rgb(85 65 72)",
|
|
346
922
|
"--ring": "rgb(255 176 205)",
|
|
347
|
-
"--
|
|
348
|
-
"--
|
|
349
|
-
"--
|
|
350
|
-
"--
|
|
351
|
-
"--
|
|
352
|
-
"--
|
|
923
|
+
"--sidebar": "rgb(37 24 29)",
|
|
924
|
+
"--card": "rgb(41 28 33)",
|
|
925
|
+
"--card-foreground": "rgb(245 220 227)",
|
|
926
|
+
"--chart-1": "rgb(255 140 188)",
|
|
927
|
+
"--chart-2": "rgb(249 155 3)",
|
|
928
|
+
"--chart-3": "rgb(117 195 89)",
|
|
929
|
+
"--chart-4": "rgb(0 194 218)",
|
|
930
|
+
"--chart-5": "rgb(165 169 255)",
|
|
931
|
+
"--content-area": "rgb(28 16 20)",
|
|
932
|
+
"--sidebar-foreground": "rgb(245 220 227)",
|
|
933
|
+
"--sidebar-primary": "rgb(255 176 205)",
|
|
934
|
+
"--sidebar-primary-foreground": "rgb(100 0 57)",
|
|
935
|
+
"--sidebar-accent": "rgb(138 21 58)",
|
|
936
|
+
"--sidebar-accent-foreground": "rgb(255 217 222)",
|
|
937
|
+
"--sidebar-border": "rgb(85 65 72)",
|
|
938
|
+
"--sidebar-ring": "rgb(255 176 205)",
|
|
939
|
+
"--primary-text": "rgb(255 176 205)",
|
|
940
|
+
"--primary-subtle": "rgba(255, 69, 163, 0.24)",
|
|
941
|
+
"--secondary-text": "rgb(0 219 235)",
|
|
942
|
+
"--secondary-subtle": "rgba(0, 160, 172, 0.24)",
|
|
943
|
+
"--tertiary-text": "rgb(122 220 121)",
|
|
944
|
+
"--tertiary-subtle": "rgba(0, 168, 48, 0.24)",
|
|
945
|
+
"--success": "rgb(16 185 129)",
|
|
946
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
947
|
+
"--success-text": "rgb(59 224 161)",
|
|
948
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
949
|
+
"--error": "rgb(250 76 75)",
|
|
950
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
951
|
+
"--error-text": "rgb(255 179 173)",
|
|
952
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
953
|
+
"--warning": "rgb(245 158 11)",
|
|
954
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
955
|
+
"--warning-text": "rgb(255 185 95)",
|
|
956
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
957
|
+
"--info": "rgb(67 136 253)",
|
|
958
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
959
|
+
"--info-text": "rgb(173 198 255)",
|
|
960
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
353
961
|
},
|
|
354
962
|
"sky/light": {
|
|
355
|
-
"--background": "rgb(
|
|
963
|
+
"--background": "rgb(236 245 254)",
|
|
356
964
|
"--foreground": "rgb(20 29 35)",
|
|
357
|
-
"--
|
|
965
|
+
"--surface": "rgb(236 245 254)",
|
|
966
|
+
"--surface-foreground": "rgb(20 29 35)",
|
|
967
|
+
"--popover": "rgb(230 239 248)",
|
|
968
|
+
"--popover-foreground": "rgb(20 29 35)",
|
|
969
|
+
"--primary": "rgb(0 113 162)",
|
|
358
970
|
"--primary-foreground": "rgb(255 255 255)",
|
|
359
|
-
"--secondary": "rgb(
|
|
360
|
-
"--secondary-foreground": "rgb(
|
|
971
|
+
"--secondary": "rgb(199 50 21)",
|
|
972
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
973
|
+
"--tertiary": "rgb(210 165 0)",
|
|
974
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
361
975
|
"--muted": "rgb(224 233 242)",
|
|
362
976
|
"--muted-foreground": "rgb(61 72 81)",
|
|
363
|
-
"--accent": "rgb(
|
|
364
|
-
"--accent-foreground": "rgb(
|
|
977
|
+
"--accent": "rgb(224 233 242)",
|
|
978
|
+
"--accent-foreground": "rgb(61 72 81)",
|
|
365
979
|
"--destructive": "rgb(186 26 26)",
|
|
366
980
|
"--border": "rgb(188 200 211)",
|
|
367
981
|
"--input": "rgb(188 200 211)",
|
|
368
982
|
"--ring": "rgb(0 101 145)",
|
|
369
|
-
"--
|
|
370
|
-
"--popover-foreground": "rgb(20 29 35)",
|
|
371
|
-
"--surface": "rgb(236 245 254)",
|
|
372
|
-
"--surface-foreground": "rgb(20 29 35)",
|
|
983
|
+
"--sidebar": "rgb(236 245 254)",
|
|
373
984
|
"--card": "rgb(255 255 255)",
|
|
374
|
-
"--card-foreground": "rgb(20 29 35)"
|
|
985
|
+
"--card-foreground": "rgb(20 29 35)",
|
|
986
|
+
"--chart-1": "rgb(0 121 173)",
|
|
987
|
+
"--chart-2": "rgb(146 86 197)",
|
|
988
|
+
"--chart-3": "rgb(194 75 66)",
|
|
989
|
+
"--chart-4": "rgb(135 112 0)",
|
|
990
|
+
"--chart-5": "rgb(0 130 95)",
|
|
991
|
+
"--content-area": "rgb(246 250 255)",
|
|
992
|
+
"--sidebar-foreground": "rgb(20 29 35)",
|
|
993
|
+
"--sidebar-primary": "rgb(0 101 145)",
|
|
994
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
995
|
+
"--sidebar-accent": "rgb(212 227 255)",
|
|
996
|
+
"--sidebar-accent-foreground": "rgb(0 71 132)",
|
|
997
|
+
"--sidebar-border": "rgb(188 200 211)",
|
|
998
|
+
"--sidebar-ring": "rgb(0 101 145)",
|
|
999
|
+
"--primary-text": "rgb(0 101 145)",
|
|
1000
|
+
"--primary-subtle": "rgba(0, 154, 218, 0.13)",
|
|
1001
|
+
"--secondary-text": "rgb(166 58 36)",
|
|
1002
|
+
"--secondary-subtle": "rgba(255, 86, 52, 0.13)",
|
|
1003
|
+
"--tertiary-text": "rgb(117 91 0)",
|
|
1004
|
+
"--tertiary-subtle": "rgba(178, 140, 0, 0.13)",
|
|
1005
|
+
"--success": "rgb(0 122 83)",
|
|
1006
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1007
|
+
"--success-text": "rgb(0 108 73)",
|
|
1008
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
1009
|
+
"--error": "rgb(203 41 46)",
|
|
1010
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1011
|
+
"--error-text": "rgb(167 55 53)",
|
|
1012
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
1013
|
+
"--warning": "rgb(150 94 0)",
|
|
1014
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1015
|
+
"--warning-text": "rgb(133 83 0)",
|
|
1016
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
1017
|
+
"--info": "rgb(5 102 217)",
|
|
1018
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1019
|
+
"--info-text": "rgb(1 90 194)",
|
|
1020
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
375
1021
|
},
|
|
376
1022
|
"sky/dark": {
|
|
377
|
-
"--background": "rgb(
|
|
1023
|
+
"--background": "rgb(7 15 21)",
|
|
378
1024
|
"--foreground": "rgb(219 227 237)",
|
|
379
|
-
"--
|
|
380
|
-
"--
|
|
381
|
-
"--
|
|
382
|
-
"--
|
|
1025
|
+
"--surface": "rgb(20 29 35)",
|
|
1026
|
+
"--surface-foreground": "rgb(219 227 237)",
|
|
1027
|
+
"--popover": "rgb(24 33 39)",
|
|
1028
|
+
"--popover-foreground": "rgb(219 227 237)",
|
|
1029
|
+
"--primary": "rgb(14 165 233)",
|
|
1030
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1031
|
+
"--secondary": "rgb(246 83 51)",
|
|
1032
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
1033
|
+
"--tertiary": "rgb(253 200 0)",
|
|
1034
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
383
1035
|
"--muted": "rgb(34 43 50)",
|
|
384
1036
|
"--muted-foreground": "rgb(188 200 211)",
|
|
385
|
-
"--accent": "rgb(
|
|
386
|
-
"--accent-foreground": "rgb(
|
|
1037
|
+
"--accent": "rgb(34 43 50)",
|
|
1038
|
+
"--accent-foreground": "rgb(188 200 211)",
|
|
387
1039
|
"--destructive": "rgb(255 180 171)",
|
|
388
1040
|
"--border": "rgb(61 72 81)",
|
|
389
1041
|
"--input": "rgb(61 72 81)",
|
|
390
1042
|
"--ring": "rgb(137 206 255)",
|
|
391
|
-
"--
|
|
392
|
-
"--
|
|
393
|
-
"--
|
|
394
|
-
"--
|
|
395
|
-
"--
|
|
396
|
-
"--
|
|
1043
|
+
"--sidebar": "rgb(20 29 35)",
|
|
1044
|
+
"--card": "rgb(24 33 39)",
|
|
1045
|
+
"--card-foreground": "rgb(219 227 237)",
|
|
1046
|
+
"--chart-1": "rgb(64 187 255)",
|
|
1047
|
+
"--chart-2": "rgb(209 153 255)",
|
|
1048
|
+
"--chart-3": "rgb(255 146 135)",
|
|
1049
|
+
"--chart-4": "rgb(207 174 0)",
|
|
1050
|
+
"--chart-5": "rgb(0 200 149)",
|
|
1051
|
+
"--content-area": "rgb(12 20 27)",
|
|
1052
|
+
"--sidebar-foreground": "rgb(219 227 237)",
|
|
1053
|
+
"--sidebar-primary": "rgb(137 206 255)",
|
|
1054
|
+
"--sidebar-primary-foreground": "rgb(0 52 77)",
|
|
1055
|
+
"--sidebar-accent": "rgb(0 71 132)",
|
|
1056
|
+
"--sidebar-accent-foreground": "rgb(212 227 255)",
|
|
1057
|
+
"--sidebar-border": "rgb(61 72 81)",
|
|
1058
|
+
"--sidebar-ring": "rgb(137 206 255)",
|
|
1059
|
+
"--primary-text": "rgb(137 206 255)",
|
|
1060
|
+
"--primary-subtle": "rgba(0, 154, 218, 0.24)",
|
|
1061
|
+
"--secondary-text": "rgb(255 180 164)",
|
|
1062
|
+
"--secondary-subtle": "rgba(255, 86, 52, 0.24)",
|
|
1063
|
+
"--tertiary-text": "rgb(243 192 3)",
|
|
1064
|
+
"--tertiary-subtle": "rgba(178, 140, 0, 0.24)",
|
|
1065
|
+
"--success": "rgb(16 185 129)",
|
|
1066
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
1067
|
+
"--success-text": "rgb(59 224 161)",
|
|
1068
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1069
|
+
"--error": "rgb(250 76 75)",
|
|
1070
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
1071
|
+
"--error-text": "rgb(255 179 173)",
|
|
1072
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1073
|
+
"--warning": "rgb(245 158 11)",
|
|
1074
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
1075
|
+
"--warning-text": "rgb(255 185 95)",
|
|
1076
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1077
|
+
"--info": "rgb(67 136 253)",
|
|
1078
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
1079
|
+
"--info-text": "rgb(173 198 255)",
|
|
1080
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
397
1081
|
},
|
|
398
1082
|
"orange/light": {
|
|
399
|
-
"--background": "rgb(255
|
|
1083
|
+
"--background": "rgb(255 241 235)",
|
|
400
1084
|
"--foreground": "rgb(38 24 17)",
|
|
401
|
-
"--
|
|
1085
|
+
"--surface": "rgb(255 241 235)",
|
|
1086
|
+
"--surface-foreground": "rgb(38 24 17)",
|
|
1087
|
+
"--popover": "rgb(255 234 224)",
|
|
1088
|
+
"--popover-foreground": "rgb(38 24 17)",
|
|
1089
|
+
"--primary": "rgb(177 76 0)",
|
|
402
1090
|
"--primary-foreground": "rgb(255 255 255)",
|
|
403
|
-
"--secondary": "rgb(
|
|
404
|
-
"--secondary-foreground": "rgb(
|
|
1091
|
+
"--secondary": "rgb(0 119 119)",
|
|
1092
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
1093
|
+
"--tertiary": "rgb(66 83 255)",
|
|
1094
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
405
1095
|
"--muted": "rgb(254 227 214)",
|
|
406
1096
|
"--muted-foreground": "rgb(87 66 56)",
|
|
407
|
-
"--accent": "rgb(
|
|
408
|
-
"--accent-foreground": "rgb(
|
|
1097
|
+
"--accent": "rgb(254 227 214)",
|
|
1098
|
+
"--accent-foreground": "rgb(87 66 56)",
|
|
409
1099
|
"--destructive": "rgb(186 26 26)",
|
|
410
1100
|
"--border": "rgb(223 192 178)",
|
|
411
1101
|
"--input": "rgb(223 192 178)",
|
|
412
1102
|
"--ring": "rgb(157 67 0)",
|
|
413
|
-
"--
|
|
414
|
-
"--popover-foreground": "rgb(38 24 17)",
|
|
415
|
-
"--surface": "rgb(255 241 235)",
|
|
416
|
-
"--surface-foreground": "rgb(38 24 17)",
|
|
1103
|
+
"--sidebar": "rgb(255 241 235)",
|
|
417
1104
|
"--card": "rgb(255 255 255)",
|
|
418
|
-
"--card-foreground": "rgb(38 24 17)"
|
|
1105
|
+
"--card-foreground": "rgb(38 24 17)",
|
|
1106
|
+
"--chart-1": "rgb(187 83 6)",
|
|
1107
|
+
"--chart-2": "rgb(107 121 0)",
|
|
1108
|
+
"--chart-3": "rgb(0 128 121)",
|
|
1109
|
+
"--chart-4": "rgb(22 113 214)",
|
|
1110
|
+
"--chart-5": "rgb(172 77 166)",
|
|
1111
|
+
"--content-area": "rgb(255 248 246)",
|
|
1112
|
+
"--sidebar-foreground": "rgb(38 24 17)",
|
|
1113
|
+
"--sidebar-primary": "rgb(157 67 0)",
|
|
1114
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
1115
|
+
"--sidebar-accent": "rgb(255 220 192)",
|
|
1116
|
+
"--sidebar-accent-foreground": "rgb(107 59 0)",
|
|
1117
|
+
"--sidebar-border": "rgb(223 192 178)",
|
|
1118
|
+
"--sidebar-ring": "rgb(157 67 0)",
|
|
1119
|
+
"--primary-text": "rgb(157 67 0)",
|
|
1120
|
+
"--primary-subtle": "rgba(237, 105, 0, 0.13)",
|
|
1121
|
+
"--secondary-text": "rgb(0 106 105)",
|
|
1122
|
+
"--secondary-subtle": "rgba(0, 161, 161, 0.13)",
|
|
1123
|
+
"--tertiary-text": "rgb(70 82 196)",
|
|
1124
|
+
"--tertiary-subtle": "rgba(121, 133, 255, 0.13)",
|
|
1125
|
+
"--success": "rgb(0 122 83)",
|
|
1126
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1127
|
+
"--success-text": "rgb(0 108 73)",
|
|
1128
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
1129
|
+
"--error": "rgb(203 41 46)",
|
|
1130
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1131
|
+
"--error-text": "rgb(167 55 53)",
|
|
1132
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
1133
|
+
"--warning": "rgb(150 94 0)",
|
|
1134
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1135
|
+
"--warning-text": "rgb(133 83 0)",
|
|
1136
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
1137
|
+
"--info": "rgb(5 102 217)",
|
|
1138
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1139
|
+
"--info-text": "rgb(1 90 194)",
|
|
1140
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
419
1141
|
},
|
|
420
1142
|
"orange/dark": {
|
|
421
|
-
"--background": "rgb(
|
|
1143
|
+
"--background": "rgb(23 11 5)",
|
|
422
1144
|
"--foreground": "rgb(248 221 209)",
|
|
423
|
-
"--
|
|
424
|
-
"--
|
|
425
|
-
"--
|
|
426
|
-
"--
|
|
1145
|
+
"--surface": "rgb(38 24 17)",
|
|
1146
|
+
"--surface-foreground": "rgb(248 221 209)",
|
|
1147
|
+
"--popover": "rgb(43 28 21)",
|
|
1148
|
+
"--popover-foreground": "rgb(248 221 209)",
|
|
1149
|
+
"--primary": "rgb(249 115 22)",
|
|
1150
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1151
|
+
"--secondary": "rgb(0 255 254)",
|
|
1152
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
1153
|
+
"--tertiary": "rgb(114 127 255)",
|
|
1154
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
427
1155
|
"--muted": "rgb(54 39 31)",
|
|
428
1156
|
"--muted-foreground": "rgb(223 192 178)",
|
|
429
|
-
"--accent": "rgb(
|
|
430
|
-
"--accent-foreground": "rgb(
|
|
1157
|
+
"--accent": "rgb(54 39 31)",
|
|
1158
|
+
"--accent-foreground": "rgb(223 192 178)",
|
|
431
1159
|
"--destructive": "rgb(255 180 171)",
|
|
432
1160
|
"--border": "rgb(87 66 56)",
|
|
433
1161
|
"--input": "rgb(87 66 56)",
|
|
434
1162
|
"--ring": "rgb(255 182 144)",
|
|
435
|
-
"--
|
|
436
|
-
"--
|
|
437
|
-
"--
|
|
438
|
-
"--
|
|
439
|
-
"--
|
|
440
|
-
"--
|
|
1163
|
+
"--sidebar": "rgb(38 24 17)",
|
|
1164
|
+
"--card": "rgb(43 28 21)",
|
|
1165
|
+
"--card-foreground": "rgb(248 221 209)",
|
|
1166
|
+
"--chart-1": "rgb(255 149 90)",
|
|
1167
|
+
"--chart-2": "rgb(168 186 40)",
|
|
1168
|
+
"--chart-3": "rgb(0 197 187)",
|
|
1169
|
+
"--chart-4": "rgb(131 177 255)",
|
|
1170
|
+
"--chart-5": "rgb(243 140 233)",
|
|
1171
|
+
"--content-area": "rgb(29 16 9)",
|
|
1172
|
+
"--sidebar-foreground": "rgb(248 221 209)",
|
|
1173
|
+
"--sidebar-primary": "rgb(255 182 144)",
|
|
1174
|
+
"--sidebar-primary-foreground": "rgb(85 33 0)",
|
|
1175
|
+
"--sidebar-accent": "rgb(107 59 0)",
|
|
1176
|
+
"--sidebar-accent-foreground": "rgb(255 220 192)",
|
|
1177
|
+
"--sidebar-border": "rgb(87 66 56)",
|
|
1178
|
+
"--sidebar-ring": "rgb(255 182 144)",
|
|
1179
|
+
"--primary-text": "rgb(255 182 144)",
|
|
1180
|
+
"--primary-subtle": "rgba(237, 105, 0, 0.24)",
|
|
1181
|
+
"--secondary-text": "rgb(0 221 220)",
|
|
1182
|
+
"--secondary-subtle": "rgba(0, 161, 161, 0.24)",
|
|
1183
|
+
"--tertiary-text": "rgb(189 194 255)",
|
|
1184
|
+
"--tertiary-subtle": "rgba(121, 133, 255, 0.24)",
|
|
1185
|
+
"--success": "rgb(16 185 129)",
|
|
1186
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
1187
|
+
"--success-text": "rgb(59 224 161)",
|
|
1188
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1189
|
+
"--error": "rgb(250 76 75)",
|
|
1190
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
1191
|
+
"--error-text": "rgb(255 179 173)",
|
|
1192
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1193
|
+
"--warning": "rgb(245 158 11)",
|
|
1194
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
1195
|
+
"--warning-text": "rgb(255 185 95)",
|
|
1196
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1197
|
+
"--info": "rgb(67 136 253)",
|
|
1198
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
1199
|
+
"--info-text": "rgb(173 198 255)",
|
|
1200
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
441
1201
|
},
|
|
442
1202
|
"mint/light": {
|
|
443
|
-
"--background": "rgb(
|
|
1203
|
+
"--background": "rgb(232 247 242)",
|
|
444
1204
|
"--foreground": "rgb(17 30 28)",
|
|
445
|
-
"--
|
|
1205
|
+
"--surface": "rgb(232 247 242)",
|
|
1206
|
+
"--surface-foreground": "rgb(17 30 28)",
|
|
1207
|
+
"--popover": "rgb(226 241 237)",
|
|
1208
|
+
"--popover-foreground": "rgb(17 30 28)",
|
|
1209
|
+
"--primary": "rgb(0 120 108)",
|
|
446
1210
|
"--primary-foreground": "rgb(255 255 255)",
|
|
447
|
-
"--secondary": "rgb(
|
|
448
|
-
"--secondary-foreground": "rgb(
|
|
1211
|
+
"--secondary": "rgb(197 54 0)",
|
|
1212
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
1213
|
+
"--tertiary": "rgb(181 39 179)",
|
|
1214
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
449
1215
|
"--muted": "rgb(221 235 231)",
|
|
450
1216
|
"--muted-foreground": "rgb(57 74 71)",
|
|
451
|
-
"--accent": "rgb(
|
|
452
|
-
"--accent-foreground": "rgb(
|
|
1217
|
+
"--accent": "rgb(221 235 231)",
|
|
1218
|
+
"--accent-foreground": "rgb(57 74 71)",
|
|
453
1219
|
"--destructive": "rgb(186 26 26)",
|
|
454
1220
|
"--border": "rgb(184 202 198)",
|
|
455
1221
|
"--input": "rgb(184 202 198)",
|
|
456
1222
|
"--ring": "rgb(0 107 95)",
|
|
457
|
-
"--
|
|
458
|
-
"--popover-foreground": "rgb(17 30 28)",
|
|
459
|
-
"--surface": "rgb(232 247 242)",
|
|
460
|
-
"--surface-foreground": "rgb(17 30 28)",
|
|
1223
|
+
"--sidebar": "rgb(232 247 242)",
|
|
461
1224
|
"--card": "rgb(255 255 255)",
|
|
462
|
-
"--card-foreground": "rgb(17 30 28)"
|
|
1225
|
+
"--card-foreground": "rgb(17 30 28)",
|
|
1226
|
+
"--chart-1": "rgb(0 128 115)",
|
|
1227
|
+
"--chart-2": "rgb(0 116 202)",
|
|
1228
|
+
"--chart-3": "rgb(166 79 175)",
|
|
1229
|
+
"--chart-4": "rgb(190 80 28)",
|
|
1230
|
+
"--chart-5": "rgb(116 119 0)",
|
|
1231
|
+
"--content-area": "rgb(238 253 248)",
|
|
1232
|
+
"--sidebar-foreground": "rgb(17 30 28)",
|
|
1233
|
+
"--sidebar-primary": "rgb(0 107 95)",
|
|
1234
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
1235
|
+
"--sidebar-accent": "rgb(109 246 255)",
|
|
1236
|
+
"--sidebar-accent-foreground": "rgb(0 79 83)",
|
|
1237
|
+
"--sidebar-border": "rgb(184 202 198)",
|
|
1238
|
+
"--sidebar-ring": "rgb(0 107 95)",
|
|
1239
|
+
"--primary-text": "rgb(0 107 95)",
|
|
1240
|
+
"--primary-subtle": "rgba(0, 163, 146, 0.13)",
|
|
1241
|
+
"--secondary-text": "rgb(165 59 26)",
|
|
1242
|
+
"--secondary-subtle": "rgba(255, 87, 32, 0.13)",
|
|
1243
|
+
"--tertiary-text": "rgb(149 56 144)",
|
|
1244
|
+
"--tertiary-subtle": "rgba(254, 0, 254, 0.13)",
|
|
1245
|
+
"--success": "rgb(0 122 83)",
|
|
1246
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1247
|
+
"--success-text": "rgb(0 108 73)",
|
|
1248
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
1249
|
+
"--error": "rgb(203 41 46)",
|
|
1250
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1251
|
+
"--error-text": "rgb(167 55 53)",
|
|
1252
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
1253
|
+
"--warning": "rgb(150 94 0)",
|
|
1254
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1255
|
+
"--warning-text": "rgb(133 83 0)",
|
|
1256
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
1257
|
+
"--info": "rgb(5 102 217)",
|
|
1258
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1259
|
+
"--info-text": "rgb(1 90 194)",
|
|
1260
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
463
1261
|
},
|
|
464
1262
|
"mint/dark": {
|
|
465
|
-
"--background": "rgb(
|
|
1263
|
+
"--background": "rgb(5 16 14)",
|
|
466
1264
|
"--foreground": "rgb(215 230 225)",
|
|
467
|
-
"--
|
|
468
|
-
"--
|
|
469
|
-
"--
|
|
470
|
-
"--
|
|
1265
|
+
"--surface": "rgb(17 30 28)",
|
|
1266
|
+
"--surface-foreground": "rgb(215 230 225)",
|
|
1267
|
+
"--popover": "rgb(21 34 32)",
|
|
1268
|
+
"--popover-foreground": "rgb(215 230 225)",
|
|
1269
|
+
"--primary": "rgb(20 184 166)",
|
|
1270
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1271
|
+
"--secondary": "rgb(244 86 35)",
|
|
1272
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
1273
|
+
"--tertiary": "rgb(227 85 221)",
|
|
1274
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
471
1275
|
"--muted": "rgb(32 44 42)",
|
|
472
1276
|
"--muted-foreground": "rgb(184 202 198)",
|
|
473
|
-
"--accent": "rgb(
|
|
474
|
-
"--accent-foreground": "rgb(
|
|
1277
|
+
"--accent": "rgb(32 44 42)",
|
|
1278
|
+
"--accent-foreground": "rgb(184 202 198)",
|
|
475
1279
|
"--destructive": "rgb(255 180 171)",
|
|
476
1280
|
"--border": "rgb(57 74 71)",
|
|
477
1281
|
"--input": "rgb(57 74 71)",
|
|
478
1282
|
"--ring": "rgb(0 222 201)",
|
|
479
|
-
"--
|
|
480
|
-
"--
|
|
481
|
-
"--
|
|
482
|
-
"--
|
|
483
|
-
"--
|
|
484
|
-
"--
|
|
1283
|
+
"--sidebar": "rgb(17 30 28)",
|
|
1284
|
+
"--card": "rgb(21 34 32)",
|
|
1285
|
+
"--card-foreground": "rgb(215 230 225)",
|
|
1286
|
+
"--chart-1": "rgb(0 198 179)",
|
|
1287
|
+
"--chart-2": "rgb(119 180 255)",
|
|
1288
|
+
"--chart-3": "rgb(236 142 243)",
|
|
1289
|
+
"--chart-4": "rgb(255 149 104)",
|
|
1290
|
+
"--chart-5": "rgb(179 183 22)",
|
|
1291
|
+
"--content-area": "rgb(9 22 19)",
|
|
1292
|
+
"--sidebar-foreground": "rgb(215 230 225)",
|
|
1293
|
+
"--sidebar-primary": "rgb(0 222 201)",
|
|
1294
|
+
"--sidebar-primary-foreground": "rgb(0 55 49)",
|
|
1295
|
+
"--sidebar-accent": "rgb(0 79 83)",
|
|
1296
|
+
"--sidebar-accent-foreground": "rgb(109 246 255)",
|
|
1297
|
+
"--sidebar-border": "rgb(57 74 71)",
|
|
1298
|
+
"--sidebar-ring": "rgb(0 222 201)",
|
|
1299
|
+
"--primary-text": "rgb(0 222 201)",
|
|
1300
|
+
"--primary-subtle": "rgba(0, 163, 146, 0.24)",
|
|
1301
|
+
"--secondary-text": "rgb(255 181 159)",
|
|
1302
|
+
"--secondary-subtle": "rgba(255, 87, 32, 0.24)",
|
|
1303
|
+
"--tertiary-text": "rgb(255 171 243)",
|
|
1304
|
+
"--tertiary-subtle": "rgba(254, 0, 254, 0.24)",
|
|
1305
|
+
"--success": "rgb(16 185 129)",
|
|
1306
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
1307
|
+
"--success-text": "rgb(59 224 161)",
|
|
1308
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1309
|
+
"--error": "rgb(250 76 75)",
|
|
1310
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
1311
|
+
"--error-text": "rgb(255 179 173)",
|
|
1312
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1313
|
+
"--warning": "rgb(245 158 11)",
|
|
1314
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
1315
|
+
"--warning-text": "rgb(255 185 95)",
|
|
1316
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1317
|
+
"--info": "rgb(67 136 253)",
|
|
1318
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
1319
|
+
"--info-text": "rgb(173 198 255)",
|
|
1320
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
485
1321
|
},
|
|
486
1322
|
"oxy/light": {
|
|
487
|
-
"--background": "rgb(255
|
|
1323
|
+
"--background": "rgb(255 239 253)",
|
|
488
1324
|
"--foreground": "rgb(33 25 34)",
|
|
489
|
-
"--
|
|
1325
|
+
"--surface": "rgb(255 239 253)",
|
|
1326
|
+
"--surface-foreground": "rgb(33 25 34)",
|
|
1327
|
+
"--popover": "rgb(249 233 247)",
|
|
1328
|
+
"--popover-foreground": "rgb(33 25 34)",
|
|
1329
|
+
"--primary": "rgb(175 0 225)",
|
|
490
1330
|
"--primary-foreground": "rgb(255 255 255)",
|
|
491
|
-
"--secondary": "rgb(
|
|
492
|
-
"--secondary-foreground": "rgb(
|
|
1331
|
+
"--secondary": "rgb(0 121 94)",
|
|
1332
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
1333
|
+
"--tertiary": "rgb(48 122 0)",
|
|
1334
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
493
1335
|
"--muted": "rgb(243 228 241)",
|
|
494
1336
|
"--muted-foreground": "rgb(79 67 80)",
|
|
495
|
-
"--accent": "rgb(
|
|
496
|
-
"--accent-foreground": "rgb(
|
|
1337
|
+
"--accent": "rgb(243 228 241)",
|
|
1338
|
+
"--accent-foreground": "rgb(79 67 80)",
|
|
497
1339
|
"--destructive": "rgb(186 26 26)",
|
|
498
1340
|
"--border": "rgb(210 193 210)",
|
|
499
1341
|
"--input": "rgb(210 193 210)",
|
|
500
1342
|
"--ring": "rgb(156 0 200)",
|
|
501
|
-
"--
|
|
502
|
-
"--popover-foreground": "rgb(33 25 34)",
|
|
503
|
-
"--surface": "rgb(255 239 253)",
|
|
504
|
-
"--surface-foreground": "rgb(33 25 34)",
|
|
1343
|
+
"--sidebar": "rgb(255 239 253)",
|
|
505
1344
|
"--card": "rgb(255 255 255)",
|
|
506
|
-
"--card-foreground": "rgb(33 25 34)"
|
|
1345
|
+
"--card-foreground": "rgb(33 25 34)",
|
|
1346
|
+
"--chart-1": "rgb(159 81 184)",
|
|
1347
|
+
"--chart-2": "rgb(192 78 43)",
|
|
1348
|
+
"--chart-3": "rgb(123 116 0)",
|
|
1349
|
+
"--chart-4": "rgb(0 129 109)",
|
|
1350
|
+
"--chart-5": "rgb(0 118 190)",
|
|
1351
|
+
"--content-area": "rgb(255 247 251)",
|
|
1352
|
+
"--sidebar-foreground": "rgb(33 25 34)",
|
|
1353
|
+
"--sidebar-primary": "rgb(156 0 200)",
|
|
1354
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
1355
|
+
"--sidebar-accent": "rgb(255 215 245)",
|
|
1356
|
+
"--sidebar-accent-foreground": "rgb(124 22 122)",
|
|
1357
|
+
"--sidebar-border": "rgb(210 193 210)",
|
|
1358
|
+
"--sidebar-ring": "rgb(156 0 200)",
|
|
1359
|
+
"--primary-text": "rgb(156 0 200)",
|
|
1360
|
+
"--primary-subtle": "rgba(213, 86, 255, 0.13)",
|
|
1361
|
+
"--secondary-text": "rgb(0 107 84)",
|
|
1362
|
+
"--secondary-subtle": "rgba(0, 164, 129, 0.13)",
|
|
1363
|
+
"--tertiary-text": "rgb(42 108 0)",
|
|
1364
|
+
"--tertiary-subtle": "rgba(68, 165, 0, 0.13)",
|
|
1365
|
+
"--success": "rgb(0 122 83)",
|
|
1366
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1367
|
+
"--success-text": "rgb(0 108 73)",
|
|
1368
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
1369
|
+
"--error": "rgb(203 41 46)",
|
|
1370
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1371
|
+
"--error-text": "rgb(167 55 53)",
|
|
1372
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
1373
|
+
"--warning": "rgb(150 94 0)",
|
|
1374
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1375
|
+
"--warning-text": "rgb(133 83 0)",
|
|
1376
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
1377
|
+
"--info": "rgb(5 102 217)",
|
|
1378
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1379
|
+
"--info-text": "rgb(1 90 194)",
|
|
1380
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
507
1381
|
},
|
|
508
1382
|
"oxy/dark": {
|
|
509
|
-
"--background": "rgb(
|
|
1383
|
+
"--background": "rgb(19 12 20)",
|
|
510
1384
|
"--foreground": "rgb(237 222 235)",
|
|
511
|
-
"--
|
|
512
|
-
"--
|
|
513
|
-
"--
|
|
514
|
-
"--
|
|
1385
|
+
"--surface": "rgb(33 25 34)",
|
|
1386
|
+
"--surface-foreground": "rgb(237 222 235)",
|
|
1387
|
+
"--popover": "rgb(37 29 38)",
|
|
1388
|
+
"--popover-foreground": "rgb(237 222 235)",
|
|
1389
|
+
"--primary": "rgb(196 110 222)",
|
|
1390
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1391
|
+
"--secondary": "rgb(0 253 200)",
|
|
1392
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
1393
|
+
"--tertiary": "rgb(142 249 86)",
|
|
1394
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
515
1395
|
"--muted": "rgb(48 39 49)",
|
|
516
1396
|
"--muted-foreground": "rgb(210 193 210)",
|
|
517
|
-
"--accent": "rgb(
|
|
518
|
-
"--accent-foreground": "rgb(
|
|
1397
|
+
"--accent": "rgb(48 39 49)",
|
|
1398
|
+
"--accent-foreground": "rgb(210 193 210)",
|
|
519
1399
|
"--destructive": "rgb(255 180 171)",
|
|
520
1400
|
"--border": "rgb(79 67 80)",
|
|
521
1401
|
"--input": "rgb(79 67 80)",
|
|
522
1402
|
"--ring": "rgb(240 176 255)",
|
|
523
|
-
"--
|
|
524
|
-
"--
|
|
525
|
-
"--
|
|
526
|
-
"--
|
|
527
|
-
"--
|
|
528
|
-
"--
|
|
1403
|
+
"--sidebar": "rgb(33 25 34)",
|
|
1404
|
+
"--card": "rgb(37 29 38)",
|
|
1405
|
+
"--card-foreground": "rgb(237 222 235)",
|
|
1406
|
+
"--chart-1": "rgb(228 144 252)",
|
|
1407
|
+
"--chart-2": "rgb(255 148 116)",
|
|
1408
|
+
"--chart-3": "rgb(190 180 0)",
|
|
1409
|
+
"--chart-4": "rgb(0 199 169)",
|
|
1410
|
+
"--chart-5": "rgb(105 182 255)",
|
|
1411
|
+
"--content-area": "rgb(24 17 26)",
|
|
1412
|
+
"--sidebar-foreground": "rgb(237 222 235)",
|
|
1413
|
+
"--sidebar-primary": "rgb(240 176 255)",
|
|
1414
|
+
"--sidebar-primary-foreground": "rgb(84 0 109)",
|
|
1415
|
+
"--sidebar-accent": "rgb(124 22 122)",
|
|
1416
|
+
"--sidebar-accent-foreground": "rgb(255 215 245)",
|
|
1417
|
+
"--sidebar-border": "rgb(79 67 80)",
|
|
1418
|
+
"--sidebar-ring": "rgb(240 176 255)",
|
|
1419
|
+
"--primary-text": "rgb(240 176 255)",
|
|
1420
|
+
"--primary-subtle": "rgba(213, 86, 255, 0.24)",
|
|
1421
|
+
"--secondary-text": "rgb(0 224 177)",
|
|
1422
|
+
"--secondary-subtle": "rgba(0, 164, 129, 0.24)",
|
|
1423
|
+
"--tertiary-text": "rgb(144 217 104)",
|
|
1424
|
+
"--tertiary-subtle": "rgba(68, 165, 0, 0.24)",
|
|
1425
|
+
"--success": "rgb(16 185 129)",
|
|
1426
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
1427
|
+
"--success-text": "rgb(59 224 161)",
|
|
1428
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1429
|
+
"--error": "rgb(250 76 75)",
|
|
1430
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
1431
|
+
"--error-text": "rgb(255 179 173)",
|
|
1432
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1433
|
+
"--warning": "rgb(245 158 11)",
|
|
1434
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
1435
|
+
"--warning-text": "rgb(255 185 95)",
|
|
1436
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1437
|
+
"--info": "rgb(67 136 253)",
|
|
1438
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
1439
|
+
"--info-text": "rgb(173 198 255)",
|
|
1440
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
529
1441
|
},
|
|
530
1442
|
"faircoin/light": {
|
|
531
|
-
"--background": "rgb(246
|
|
1443
|
+
"--background": "rgb(240 246 227)",
|
|
532
1444
|
"--foreground": "rgb(24 29 18)",
|
|
533
|
-
"--
|
|
1445
|
+
"--surface": "rgb(240 246 227)",
|
|
1446
|
+
"--surface-foreground": "rgb(24 29 18)",
|
|
1447
|
+
"--popover": "rgb(234 240 222)",
|
|
1448
|
+
"--popover-foreground": "rgb(24 29 18)",
|
|
1449
|
+
"--primary": "rgb(63 120 0)",
|
|
534
1450
|
"--primary-foreground": "rgb(255 255 255)",
|
|
535
|
-
"--secondary": "rgb(
|
|
536
|
-
"--secondary-foreground": "rgb(
|
|
1451
|
+
"--secondary": "rgb(79 79 255)",
|
|
1452
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
1453
|
+
"--tertiary": "rgb(190 36 152)",
|
|
1454
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
537
1455
|
"--muted": "rgb(228 235 216)",
|
|
538
1456
|
"--muted-foreground": "rgb(65 73 57)",
|
|
539
|
-
"--accent": "rgb(
|
|
540
|
-
"--accent-foreground": "rgb(
|
|
1457
|
+
"--accent": "rgb(228 235 216)",
|
|
1458
|
+
"--accent-foreground": "rgb(65 73 57)",
|
|
541
1459
|
"--destructive": "rgb(186 26 26)",
|
|
542
1460
|
"--border": "rgb(193 202 180)",
|
|
543
1461
|
"--input": "rgb(193 202 180)",
|
|
544
1462
|
"--ring": "rgb(55 107 0)",
|
|
545
|
-
"--
|
|
546
|
-
"--popover-foreground": "rgb(24 29 18)",
|
|
547
|
-
"--surface": "rgb(240 246 227)",
|
|
548
|
-
"--surface-foreground": "rgb(24 29 18)",
|
|
1463
|
+
"--sidebar": "rgb(240 246 227)",
|
|
549
1464
|
"--card": "rgb(255 255 255)",
|
|
550
|
-
"--card-foreground": "rgb(24 29 18)"
|
|
1465
|
+
"--card-foreground": "rgb(24 29 18)",
|
|
1466
|
+
"--chart-1": "rgb(70 128 15)",
|
|
1467
|
+
"--chart-2": "rgb(0 126 137)",
|
|
1468
|
+
"--chart-3": "rgb(84 104 217)",
|
|
1469
|
+
"--chart-4": "rgb(184 73 136)",
|
|
1470
|
+
"--chart-5": "rgb(168 97 0)",
|
|
1471
|
+
"--content-area": "rgb(246 252 233)",
|
|
1472
|
+
"--sidebar-foreground": "rgb(24 29 18)",
|
|
1473
|
+
"--sidebar-primary": "rgb(55 107 0)",
|
|
1474
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
1475
|
+
"--sidebar-accent": "rgb(130 252 149)",
|
|
1476
|
+
"--sidebar-accent-foreground": "rgb(0 83 30)",
|
|
1477
|
+
"--sidebar-border": "rgb(193 202 180)",
|
|
1478
|
+
"--sidebar-ring": "rgb(55 107 0)",
|
|
1479
|
+
"--primary-text": "rgb(55 107 0)",
|
|
1480
|
+
"--primary-subtle": "rgba(87, 163, 0, 0.13)",
|
|
1481
|
+
"--secondary-text": "rgb(78 80 195)",
|
|
1482
|
+
"--secondary-subtle": "rgba(128, 131, 255, 0.13)",
|
|
1483
|
+
"--tertiary-text": "rgb(156 54 127)",
|
|
1484
|
+
"--tertiary-subtle": "rgba(255, 52, 205, 0.13)",
|
|
1485
|
+
"--success": "rgb(0 122 83)",
|
|
1486
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1487
|
+
"--success-text": "rgb(0 108 73)",
|
|
1488
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
1489
|
+
"--error": "rgb(203 41 46)",
|
|
1490
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1491
|
+
"--error-text": "rgb(167 55 53)",
|
|
1492
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
1493
|
+
"--warning": "rgb(150 94 0)",
|
|
1494
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1495
|
+
"--warning-text": "rgb(133 83 0)",
|
|
1496
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
1497
|
+
"--info": "rgb(5 102 217)",
|
|
1498
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1499
|
+
"--info-text": "rgb(1 90 194)",
|
|
1500
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
551
1501
|
},
|
|
552
1502
|
"faircoin/dark": {
|
|
553
|
-
"--background": "rgb(16
|
|
1503
|
+
"--background": "rgb(10 16 6)",
|
|
554
1504
|
"--foreground": "rgb(223 229 211)",
|
|
555
|
-
"--
|
|
556
|
-
"--
|
|
557
|
-
"--
|
|
558
|
-
"--
|
|
1505
|
+
"--surface": "rgb(24 29 18)",
|
|
1506
|
+
"--surface-foreground": "rgb(223 229 211)",
|
|
1507
|
+
"--popover": "rgb(28 33 22)",
|
|
1508
|
+
"--popover-foreground": "rgb(223 229 211)",
|
|
1509
|
+
"--primary": "rgb(159 251 80)",
|
|
1510
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1511
|
+
"--secondary": "rgb(122 125 255)",
|
|
1512
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
1513
|
+
"--tertiary": "rgb(232 76 188)",
|
|
1514
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
559
1515
|
"--muted": "rgb(38 44 32)",
|
|
560
1516
|
"--muted-foreground": "rgb(193 202 180)",
|
|
561
|
-
"--accent": "rgb(
|
|
562
|
-
"--accent-foreground": "rgb(
|
|
1517
|
+
"--accent": "rgb(38 44 32)",
|
|
1518
|
+
"--accent-foreground": "rgb(193 202 180)",
|
|
563
1519
|
"--destructive": "rgb(255 180 171)",
|
|
564
1520
|
"--border": "rgb(65 73 57)",
|
|
565
1521
|
"--input": "rgb(65 73 57)",
|
|
566
1522
|
"--ring": "rgb(120 223 0)",
|
|
567
|
-
"--
|
|
568
|
-
"--
|
|
569
|
-
"--
|
|
570
|
-
"--
|
|
571
|
-
"--
|
|
572
|
-
"--
|
|
1523
|
+
"--sidebar": "rgb(24 29 18)",
|
|
1524
|
+
"--card": "rgb(28 33 22)",
|
|
1525
|
+
"--card-foreground": "rgb(223 229 211)",
|
|
1526
|
+
"--chart-1": "rgb(131 193 77)",
|
|
1527
|
+
"--chart-2": "rgb(0 195 211)",
|
|
1528
|
+
"--chart-3": "rgb(158 171 255)",
|
|
1529
|
+
"--chart-4": "rgb(255 138 199)",
|
|
1530
|
+
"--chart-5": "rgb(254 152 26)",
|
|
1531
|
+
"--content-area": "rgb(16 21 10)",
|
|
1532
|
+
"--sidebar-foreground": "rgb(223 229 211)",
|
|
1533
|
+
"--sidebar-primary": "rgb(120 223 0)",
|
|
1534
|
+
"--sidebar-primary-foreground": "rgb(26 55 0)",
|
|
1535
|
+
"--sidebar-accent": "rgb(0 83 30)",
|
|
1536
|
+
"--sidebar-accent-foreground": "rgb(130 252 149)",
|
|
1537
|
+
"--sidebar-border": "rgb(65 73 57)",
|
|
1538
|
+
"--sidebar-ring": "rgb(120 223 0)",
|
|
1539
|
+
"--primary-text": "rgb(120 223 0)",
|
|
1540
|
+
"--primary-subtle": "rgba(87, 163, 0, 0.24)",
|
|
1541
|
+
"--secondary-text": "rgb(192 193 255)",
|
|
1542
|
+
"--secondary-subtle": "rgba(128, 131, 255, 0.24)",
|
|
1543
|
+
"--tertiary-text": "rgb(255 174 223)",
|
|
1544
|
+
"--tertiary-subtle": "rgba(255, 52, 205, 0.24)",
|
|
1545
|
+
"--success": "rgb(16 185 129)",
|
|
1546
|
+
"--success-foreground": "rgb(0 0 0)",
|
|
1547
|
+
"--success-text": "rgb(59 224 161)",
|
|
1548
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1549
|
+
"--error": "rgb(250 76 75)",
|
|
1550
|
+
"--error-foreground": "rgb(0 0 0)",
|
|
1551
|
+
"--error-text": "rgb(255 179 173)",
|
|
1552
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1553
|
+
"--warning": "rgb(245 158 11)",
|
|
1554
|
+
"--warning-foreground": "rgb(0 0 0)",
|
|
1555
|
+
"--warning-text": "rgb(255 185 95)",
|
|
1556
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1557
|
+
"--info": "rgb(67 136 253)",
|
|
1558
|
+
"--info-foreground": "rgb(0 0 0)",
|
|
1559
|
+
"--info-text": "rgb(173 198 255)",
|
|
1560
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
573
1561
|
}
|
|
574
1562
|
}
|