@bexis2/bexis2-core-ui 0.0.1 → 0.0.2
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/package.json +12 -2
- package/themes/theme-crimson.css +100 -0
- package/themes/theme-gold-nouveau.css +140 -0
- package/themes/theme-hamlindigo.css +111 -0
- package/themes/theme-modern.css +127 -0
- package/themes/theme-rocket.css +119 -0
- package/themes/theme-sahara.css +128 -0
- package/themes/theme-seafoam.css +121 -0
- package/themes/theme-seasonal.css +115 -0
- package/themes/theme-skeleton.css +118 -0
- package/themes/theme-vintage.css +125 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bexis2/bexis2-core-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@playwright/test": "^1.28.1",
|
|
@@ -196,7 +196,17 @@
|
|
|
196
196
|
"./models/Models": "./models/Models.js",
|
|
197
197
|
"./services/Api": "./services/Api.js",
|
|
198
198
|
"./stores/apistore": "./stores/apistore.js",
|
|
199
|
-
"./TableView.svelte": "./TableView.svelte"
|
|
199
|
+
"./TableView.svelte": "./TableView.svelte",
|
|
200
|
+
"./themes/theme-crimson.css": "./themes/theme-crimson.css",
|
|
201
|
+
"./themes/theme-gold-nouveau.css": "./themes/theme-gold-nouveau.css",
|
|
202
|
+
"./themes/theme-hamlindigo.css": "./themes/theme-hamlindigo.css",
|
|
203
|
+
"./themes/theme-modern.css": "./themes/theme-modern.css",
|
|
204
|
+
"./themes/theme-rocket.css": "./themes/theme-rocket.css",
|
|
205
|
+
"./themes/theme-sahara.css": "./themes/theme-sahara.css",
|
|
206
|
+
"./themes/theme-seafoam.css": "./themes/theme-seafoam.css",
|
|
207
|
+
"./themes/theme-seasonal.css": "./themes/theme-seasonal.css",
|
|
208
|
+
"./themes/theme-skeleton.css": "./themes/theme-skeleton.css",
|
|
209
|
+
"./themes/theme-vintage.css": "./themes/theme-vintage.css"
|
|
200
210
|
},
|
|
201
211
|
"svelte": "./index.js"
|
|
202
212
|
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/* =~= Crimson Theme - made by GitHub user @ak4zh for the Skeleton community theme contest. =~= */
|
|
2
|
+
/* https://github.com/skeletonlabs/skeleton/discussions/401 */
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* =~= Theme Styles =~= */
|
|
6
|
+
--theme-font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
7
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
8
|
+
--theme-font-family-heading: system-ui;
|
|
9
|
+
--theme-font-color-base: var(--color-surface-900);
|
|
10
|
+
--theme-font-color-dark: var(--color-surface-50);
|
|
11
|
+
--theme-rounded-base: 24px;
|
|
12
|
+
--theme-rounded-container: 24px;
|
|
13
|
+
--theme-border-base: 1px;
|
|
14
|
+
/* =~= Theme On-X Colors =~= */
|
|
15
|
+
--on-primary: 255 255 255;
|
|
16
|
+
--on-secondary: 255 255 255;
|
|
17
|
+
--on-tertiary: 0 0 0;
|
|
18
|
+
--on-success: 0 0 0;
|
|
19
|
+
--on-warning: 0 0 0;
|
|
20
|
+
--on-error: 0 0 0;
|
|
21
|
+
--on-surface: 255 255 255;
|
|
22
|
+
/* =~= Theme Colors =~= */
|
|
23
|
+
/* primary | #d4163c */
|
|
24
|
+
--color-primary-50: 249 220 226; /* ⬅ #f9dce2 */
|
|
25
|
+
--color-primary-100: 246 208 216; /* ⬅ #f6d0d8 */
|
|
26
|
+
--color-primary-200: 244 197 206; /* ⬅ #f4c5ce */
|
|
27
|
+
--color-primary-300: 238 162 177; /* ⬅ #eea2b1 */
|
|
28
|
+
--color-primary-400: 225 92 119; /* ⬅ #e15c77 */
|
|
29
|
+
--color-primary-500: 212 22 60; /* ⬅ #d4163c */
|
|
30
|
+
--color-primary-600: 191 20 54; /* ⬅ #bf1436 */
|
|
31
|
+
--color-primary-700: 159 17 45; /* ⬅ #9f112d */
|
|
32
|
+
--color-primary-800: 127 13 36; /* ⬅ #7f0d24 */
|
|
33
|
+
--color-primary-900: 104 11 29; /* ⬅ #680b1d */
|
|
34
|
+
/* secondary | #4685af */
|
|
35
|
+
--color-secondary-50: 227 237 243; /* ⬅ #e3edf3 */
|
|
36
|
+
--color-secondary-100: 218 231 239; /* ⬅ #dae7ef */
|
|
37
|
+
--color-secondary-200: 209 225 235; /* ⬅ #d1e1eb */
|
|
38
|
+
--color-secondary-300: 181 206 223; /* ⬅ #b5cedf */
|
|
39
|
+
--color-secondary-400: 126 170 199; /* ⬅ #7eaac7 */
|
|
40
|
+
--color-secondary-500: 70 133 175; /* ⬅ #4685af */
|
|
41
|
+
--color-secondary-600: 63 120 158; /* ⬅ #3f789e */
|
|
42
|
+
--color-secondary-700: 53 100 131; /* ⬅ #356483 */
|
|
43
|
+
--color-secondary-800: 42 80 105; /* ⬅ #2a5069 */
|
|
44
|
+
--color-secondary-900: 34 65 86; /* ⬅ #224156 */
|
|
45
|
+
/* tertiary | #c0b6b4 */
|
|
46
|
+
--color-tertiary-50: 246 244 244; /* ⬅ #f6f4f4 */
|
|
47
|
+
--color-tertiary-100: 242 240 240; /* ⬅ #f2f0f0 */
|
|
48
|
+
--color-tertiary-200: 239 237 236; /* ⬅ #efedec */
|
|
49
|
+
--color-tertiary-300: 230 226 225; /* ⬅ #e6e2e1 */
|
|
50
|
+
--color-tertiary-400: 211 204 203; /* ⬅ #d3cccb */
|
|
51
|
+
--color-tertiary-500: 192 182 180; /* ⬅ #c0b6b4 */
|
|
52
|
+
--color-tertiary-600: 173 164 162; /* ⬅ #ada4a2 */
|
|
53
|
+
--color-tertiary-700: 144 137 135; /* ⬅ #908987 */
|
|
54
|
+
--color-tertiary-800: 115 109 108; /* ⬅ #736d6c */
|
|
55
|
+
--color-tertiary-900: 94 89 88; /* ⬅ #5e5958 */
|
|
56
|
+
/* success | #c1dd97 */
|
|
57
|
+
--color-success-50: 246 250 239; /* ⬅ #f6faef */
|
|
58
|
+
--color-success-100: 243 248 234; /* ⬅ #f3f8ea */
|
|
59
|
+
--color-success-200: 240 247 229; /* ⬅ #f0f7e5 */
|
|
60
|
+
--color-success-300: 230 241 213; /* ⬅ #e6f1d5 */
|
|
61
|
+
--color-success-400: 212 231 182; /* ⬅ #d4e7b6 */
|
|
62
|
+
--color-success-500: 193 221 151; /* ⬅ #c1dd97 */
|
|
63
|
+
--color-success-600: 174 199 136; /* ⬅ #aec788 */
|
|
64
|
+
--color-success-700: 145 166 113; /* ⬅ #91a671 */
|
|
65
|
+
--color-success-800: 116 133 91; /* ⬅ #74855b */
|
|
66
|
+
--color-success-900: 95 108 74; /* ⬅ #5f6c4a */
|
|
67
|
+
/* warning | #e4c25e */
|
|
68
|
+
--color-warning-50: 251 246 231; /* ⬅ #fbf6e7 */
|
|
69
|
+
--color-warning-100: 250 243 223; /* ⬅ #faf3df */
|
|
70
|
+
--color-warning-200: 248 240 215; /* ⬅ #f8f0d7 */
|
|
71
|
+
--color-warning-300: 244 231 191; /* ⬅ #f4e7bf */
|
|
72
|
+
--color-warning-400: 236 212 142; /* ⬅ #ecd48e */
|
|
73
|
+
--color-warning-500: 228 194 94; /* ⬅ #e4c25e */
|
|
74
|
+
--color-warning-600: 205 175 85; /* ⬅ #cdaf55 */
|
|
75
|
+
--color-warning-700: 171 146 71; /* ⬅ #ab9247 */
|
|
76
|
+
--color-warning-800: 137 116 56; /* ⬅ #897438 */
|
|
77
|
+
--color-warning-900: 112 95 46; /* ⬅ #705f2e */
|
|
78
|
+
/* error | #d27f81 */
|
|
79
|
+
--color-error-50: 248 236 236; /* ⬅ #f8ecec */
|
|
80
|
+
--color-error-100: 246 229 230; /* ⬅ #f6e5e6 */
|
|
81
|
+
--color-error-200: 244 223 224; /* ⬅ #f4dfe0 */
|
|
82
|
+
--color-error-300: 237 204 205; /* ⬅ #edcccd */
|
|
83
|
+
--color-error-400: 224 165 167; /* ⬅ #e0a5a7 */
|
|
84
|
+
--color-error-500: 210 127 129; /* ⬅ #d27f81 */
|
|
85
|
+
--color-error-600: 189 114 116; /* ⬅ #bd7274 */
|
|
86
|
+
--color-error-700: 158 95 97; /* ⬅ #9e5f61 */
|
|
87
|
+
--color-error-800: 126 76 77; /* ⬅ #7e4c4d */
|
|
88
|
+
--color-error-900: 103 62 63; /* ⬅ #673e3f */
|
|
89
|
+
/* surface | #2b2e40 */
|
|
90
|
+
--color-surface-50: 223 224 226; /* ⬅ #dfe0e2 */
|
|
91
|
+
--color-surface-100: 213 213 217; /* ⬅ #d5d5d9 */
|
|
92
|
+
--color-surface-200: 202 203 207; /* ⬅ #cacbcf */
|
|
93
|
+
--color-surface-300: 170 171 179; /* ⬅ #aaabb3 */
|
|
94
|
+
--color-surface-400: 107 109 121; /* ⬅ #6b6d79 */
|
|
95
|
+
--color-surface-500: 43 46 64; /* ⬅ #2b2e40 */
|
|
96
|
+
--color-surface-600: 39 41 58; /* ⬅ #27293a */
|
|
97
|
+
--color-surface-700: 32 35 48; /* ⬅ #202330 */
|
|
98
|
+
--color-surface-800: 26 28 38; /* ⬅ #1a1c26 */
|
|
99
|
+
--color-surface-900: 21 23 31; /* ⬅ #15171f */
|
|
100
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
/* =~= Gold Nouveau - made by GitHub user @Sarenor for the Skeleton community theme contest. =~= */
|
|
2
|
+
/* https://github.com/skeletonlabs/skeleton/discussions/401 */
|
|
3
|
+
|
|
4
|
+
/* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
|
|
5
|
+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
|
|
6
|
+
|
|
7
|
+
/* =~= Gold Nouveau =~= */
|
|
8
|
+
:root {
|
|
9
|
+
/* =~= Theme Properties =~= */
|
|
10
|
+
--theme-font-family-base: system-ui, sans-serif;
|
|
11
|
+
--theme-font-family-heading: 'Quicksand', sans-serif;
|
|
12
|
+
--theme-font-color-base: var(--color-surface-900);
|
|
13
|
+
--theme-font-color-dark: var(--color-surface-50);
|
|
14
|
+
--theme-rounded-base: 4px;
|
|
15
|
+
--theme-rounded-container: 4px;
|
|
16
|
+
--theme-border-base: 1px;
|
|
17
|
+
/* =~= Theme On-X Colors =~= */
|
|
18
|
+
--on-primary: 255 255 255;
|
|
19
|
+
--on-secondary: 255 255 255;
|
|
20
|
+
--on-tertiary: 255 255 255;
|
|
21
|
+
--on-success: 0 0 0;
|
|
22
|
+
--on-warning: 0 0 0;
|
|
23
|
+
--on-error: 255 255 255;
|
|
24
|
+
--on-surface: 255 255 255;
|
|
25
|
+
/* =~= Theme Colors =~= */
|
|
26
|
+
/* primary | #744aa1 */
|
|
27
|
+
--color-primary-50: 250 248 252; /* ⬅ #faf8fc */
|
|
28
|
+
--color-primary-100: 242 238 247; /* ⬅ #f2eef7 */
|
|
29
|
+
--color-primary-200: 229 220 239; /* ⬅ #e5dcef */
|
|
30
|
+
--color-primary-300: 209 192 226; /* ⬅ #d1c0e2 */
|
|
31
|
+
--color-primary-400: 162 129 197; /* ⬅ #a281c5 */
|
|
32
|
+
--color-primary-500: 116 74 161; /* ⬅ #744aa1 */
|
|
33
|
+
--color-primary-600: 83 53 115; /* ⬅ #533573 */
|
|
34
|
+
--color-primary-700: 60 39 84; /* ⬅ #3c2754 */
|
|
35
|
+
--color-primary-800: 35 22 49; /* ⬅ #231631 */
|
|
36
|
+
--color-primary-900: 18 11 24; /* ⬅ #120b18 */
|
|
37
|
+
/* secondary | #0672e5 */
|
|
38
|
+
--color-secondary-50: 218 234 251; /* ⬅ #daeafb */
|
|
39
|
+
--color-secondary-100: 205 227 250; /* ⬅ #cde3fa */
|
|
40
|
+
--color-secondary-200: 193 220 249; /* ⬅ #c1dcf9 */
|
|
41
|
+
--color-secondary-300: 155 199 245; /* ⬅ #9bc7f5 */
|
|
42
|
+
--color-secondary-400: 81 156 237; /* ⬅ #519ced */
|
|
43
|
+
--color-secondary-500: 6 114 229; /* ⬅ #0672e5 */
|
|
44
|
+
--color-secondary-600: 5 103 206; /* ⬅ #0567ce */
|
|
45
|
+
--color-secondary-700: 5 86 172; /* ⬅ #0556ac */
|
|
46
|
+
--color-secondary-800: 4 68 137; /* ⬅ #044489 */
|
|
47
|
+
--color-secondary-900: 3 56 112; /* ⬅ #033870 */
|
|
48
|
+
/* tertiary | #7f78dd */
|
|
49
|
+
--color-tertiary-50: 236 235 250; /* ⬅ #ecebfa */
|
|
50
|
+
--color-tertiary-100: 229 228 248; /* ⬅ #e5e4f8 */
|
|
51
|
+
--color-tertiary-200: 223 221 247; /* ⬅ #dfddf7 */
|
|
52
|
+
--color-tertiary-300: 204 201 241; /* ⬅ #ccc9f1 */
|
|
53
|
+
--color-tertiary-400: 165 161 231; /* ⬅ #a5a1e7 */
|
|
54
|
+
--color-tertiary-500: 127 120 221; /* ⬅ #7f78dd */
|
|
55
|
+
--color-tertiary-600: 114 108 199; /* ⬅ #726cc7 */
|
|
56
|
+
--color-tertiary-700: 95 90 166; /* ⬅ #5f5aa6 */
|
|
57
|
+
--color-tertiary-800: 76 72 133; /* ⬅ #4c4885 */
|
|
58
|
+
--color-tertiary-900: 62 59 108; /* ⬅ #3e3b6c */
|
|
59
|
+
/* success | #72c585 */
|
|
60
|
+
--color-success-50: 234 246 237; /* ⬅ #eaf6ed */
|
|
61
|
+
--color-success-100: 227 243 231; /* ⬅ #e3f3e7 */
|
|
62
|
+
--color-success-200: 220 241 225; /* ⬅ #dcf1e1 */
|
|
63
|
+
--color-success-300: 199 232 206; /* ⬅ #c7e8ce */
|
|
64
|
+
--color-success-400: 156 214 170; /* ⬅ #9cd6aa */
|
|
65
|
+
--color-success-500: 114 197 133; /* ⬅ #72c585 */
|
|
66
|
+
--color-success-600: 103 177 120; /* ⬅ #67b178 */
|
|
67
|
+
--color-success-700: 86 148 100; /* ⬅ #569464 */
|
|
68
|
+
--color-success-800: 68 118 80; /* ⬅ #447650 */
|
|
69
|
+
--color-success-900: 56 97 65; /* ⬅ #386141 */
|
|
70
|
+
/* warning | #e77f08 */
|
|
71
|
+
--color-warning-50: 251 236 218; /* ⬅ #fbecda */
|
|
72
|
+
--color-warning-100: 250 229 206; /* ⬅ #fae5ce */
|
|
73
|
+
--color-warning-200: 249 223 193; /* ⬅ #f9dfc1 */
|
|
74
|
+
--color-warning-300: 245 204 156; /* ⬅ #f5cc9c */
|
|
75
|
+
--color-warning-400: 238 165 82; /* ⬅ #eea552 */
|
|
76
|
+
--color-warning-500: 231 127 8; /* ⬅ #e77f08 */
|
|
77
|
+
--color-warning-600: 208 114 7; /* ⬅ #d07207 */
|
|
78
|
+
--color-warning-700: 173 95 6; /* ⬅ #ad5f06 */
|
|
79
|
+
--color-warning-800: 139 76 5; /* ⬅ #8b4c05 */
|
|
80
|
+
--color-warning-900: 113 62 4; /* ⬅ #713e04 */
|
|
81
|
+
/* error | #8f0f22 */
|
|
82
|
+
--color-error-50: 238 219 222; /* ⬅ #eedbde */
|
|
83
|
+
--color-error-100: 233 207 211; /* ⬅ #e9cfd3 */
|
|
84
|
+
--color-error-200: 227 195 200; /* ⬅ #e3c3c8 */
|
|
85
|
+
--color-error-300: 210 159 167; /* ⬅ #d29fa7 */
|
|
86
|
+
--color-error-400: 177 87 100; /* ⬅ #b15764 */
|
|
87
|
+
--color-error-500: 143 15 34; /* ⬅ #8f0f22 */
|
|
88
|
+
--color-error-600: 129 14 31; /* ⬅ #810e1f */
|
|
89
|
+
--color-error-700: 107 11 26; /* ⬅ #6b0b1a */
|
|
90
|
+
--color-error-800: 86 9 20; /* ⬅ #560914 */
|
|
91
|
+
--color-error-900: 70 7 17; /* ⬅ #460711 */
|
|
92
|
+
/* surface | #744aa1 */
|
|
93
|
+
--color-surface-50: 250 248 252; /* ⬅ #faf8fc */
|
|
94
|
+
--color-surface-100: 242 238 247; /* ⬅ #f2eef7 */
|
|
95
|
+
--color-surface-200: 229 220 239; /* ⬅ #e5dcef */
|
|
96
|
+
--color-surface-300: 209 192 226; /* ⬅ #d1c0e2 */
|
|
97
|
+
--color-surface-400: 162 129 197; /* ⬅ #a281c5 */
|
|
98
|
+
--color-surface-500: 116 74 161; /* ⬅ #744aa1 */
|
|
99
|
+
--color-surface-600: 83 53 115; /* ⬅ #533573 */
|
|
100
|
+
--color-surface-700: 60 39 84; /* ⬅ #3c2754 */
|
|
101
|
+
--color-surface-800: 35 22 49; /* ⬅ #231631 */
|
|
102
|
+
--color-surface-900: 18 11 24; /* ⬅ #120b18 */
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/* =~= Gold Nouveau (dark mode overrides) =~= */
|
|
106
|
+
.dark [data-theme='gold-nouveau'] {
|
|
107
|
+
/* =~= Theme On-X Colors =~= */
|
|
108
|
+
--on-primary: 0 0 0;
|
|
109
|
+
/* =~= Theme Colors =~= */
|
|
110
|
+
/* primary | #e6c833 */
|
|
111
|
+
--color-primary-50: 251 247 224; /* ⬅ #fbf7e0 */
|
|
112
|
+
--color-primary-100: 250 244 214; /* ⬅ #faf4d6 */
|
|
113
|
+
--color-primary-200: 249 241 204; /* ⬅ #f9f1cc */
|
|
114
|
+
--color-primary-300: 245 233 173; /* ⬅ #f5e9ad */
|
|
115
|
+
--color-primary-400: 238 217 112; /* ⬅ #eed970 */
|
|
116
|
+
--color-primary-500: 230 200 51; /* ⬅ #e6c833 */
|
|
117
|
+
--color-primary-600: 207 180 46; /* ⬅ #cfb42e */
|
|
118
|
+
--color-primary-700: 173 150 38; /* ⬅ #ad9626 */
|
|
119
|
+
--color-primary-800: 138 120 31; /* ⬅ #8a781f */
|
|
120
|
+
--color-primary-900: 113 98 25; /* ⬅ #716219 */
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/* Headings */
|
|
124
|
+
[data-theme='gold-nouveau'] h1,
|
|
125
|
+
[data-theme='gold-nouveau'] h2,
|
|
126
|
+
[data-theme='gold-nouveau'] h3,
|
|
127
|
+
[data-theme='gold-nouveau'] h4,
|
|
128
|
+
[data-theme='gold-nouveau'] h5,
|
|
129
|
+
[data-theme='gold-nouveau'] h6 {
|
|
130
|
+
font-weight: bold;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* Applied to body with `<body data-theme="gold-nouveau">` */
|
|
134
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
135
|
+
/* prettier-ignore */
|
|
136
|
+
[data-theme='gold-nouveau'] {
|
|
137
|
+
background-image:
|
|
138
|
+
radial-gradient(at 0% 100%, rgba(var(--color-secondary-500) / 0.33) 0px, transparent 50%),
|
|
139
|
+
radial-gradient(at 98% 100%, rgba(var(--color-error-500) / 0.33) 0px, transparent 50%);
|
|
140
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/* =~= Hamlindigo Theme - made by GitHub user @rcgy for the Skeleton community. Go watch Better Call Saul. =~= */
|
|
2
|
+
/* https://github.com/skeletonlabs/skeleton/discussions/401 */
|
|
3
|
+
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap');
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* =~= Hamlindigo Theme | Custom =~= */
|
|
8
|
+
--theme-font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
9
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
10
|
+
--theme-font-family-heading: 'Playfair Display', serif;
|
|
11
|
+
--theme-font-color-base: 0 0 0;
|
|
12
|
+
--theme-font-color-dark: 255 255 255;
|
|
13
|
+
--theme-rounded-base: 2px;
|
|
14
|
+
--theme-rounded-container: 2px;
|
|
15
|
+
--theme-border-base: 2px;
|
|
16
|
+
/* =~= Theme On-X Colors =~= */
|
|
17
|
+
--on-primary: 0 0 0;
|
|
18
|
+
--on-secondary: 255 255 255;
|
|
19
|
+
--on-tertiary: 255 255 255;
|
|
20
|
+
--on-success: 255 255 255;
|
|
21
|
+
--on-warning: 0 0 0;
|
|
22
|
+
--on-error: 255 255 255;
|
|
23
|
+
--on-surface: 255 255 255;
|
|
24
|
+
/* =~= Theme Colors =~= */
|
|
25
|
+
/* primary | #a8bef1 */
|
|
26
|
+
--color-primary-50: 242 245 253; /* ⬅ #f2f5fd */
|
|
27
|
+
--color-primary-100: 238 242 252; /* ⬅ #eef2fc */
|
|
28
|
+
--color-primary-200: 233 239 252; /* ⬅ #e9effc */
|
|
29
|
+
--color-primary-300: 220 229 249; /* ⬅ #dce5f9 */
|
|
30
|
+
--color-primary-400: 194 210 245; /* ⬅ #c2d2f5 */
|
|
31
|
+
--color-primary-500: 168 190 241; /* ⬅ #a8bef1 */
|
|
32
|
+
--color-primary-600: 151 171 217; /* ⬅ #97abd9 */
|
|
33
|
+
--color-primary-700: 126 143 181; /* ⬅ #7e8fb5 */
|
|
34
|
+
--color-primary-800: 101 114 145; /* ⬅ #657291 */
|
|
35
|
+
--color-primary-900: 82 93 118; /* ⬅ #525d76 */
|
|
36
|
+
/* secondary | #a48e5b */
|
|
37
|
+
--color-secondary-50: 241 238 230; /* ⬅ #f1eee6 */
|
|
38
|
+
--color-secondary-100: 237 232 222; /* ⬅ #ede8de */
|
|
39
|
+
--color-secondary-200: 232 227 214; /* ⬅ #e8e3d6 */
|
|
40
|
+
--color-secondary-300: 219 210 189; /* ⬅ #dbd2bd */
|
|
41
|
+
--color-secondary-400: 191 176 140; /* ⬅ #bfb08c */
|
|
42
|
+
--color-secondary-500: 164 142 91; /* ⬅ #a48e5b */
|
|
43
|
+
--color-secondary-600: 148 128 82; /* ⬅ #948052 */
|
|
44
|
+
--color-secondary-700: 123 107 68; /* ⬅ #7b6b44 */
|
|
45
|
+
--color-secondary-800: 98 85 55; /* ⬅ #625537 */
|
|
46
|
+
--color-secondary-900: 80 70 45; /* ⬅ #50462d */
|
|
47
|
+
/* tertiary | #6197a3 */
|
|
48
|
+
--color-tertiary-50: 231 239 241; /* ⬅ #e7eff1 */
|
|
49
|
+
--color-tertiary-100: 223 234 237; /* ⬅ #dfeaed */
|
|
50
|
+
--color-tertiary-200: 216 229 232; /* ⬅ #d8e5e8 */
|
|
51
|
+
--color-tertiary-300: 192 213 218; /* ⬅ #c0d5da */
|
|
52
|
+
--color-tertiary-400: 144 182 191; /* ⬅ #90b6bf */
|
|
53
|
+
--color-tertiary-500: 97 151 163; /* ⬅ #6197a3 */
|
|
54
|
+
--color-tertiary-600: 87 136 147; /* ⬅ #578893 */
|
|
55
|
+
--color-tertiary-700: 73 113 122; /* ⬅ #49717a */
|
|
56
|
+
--color-tertiary-800: 58 91 98; /* ⬅ #3a5b62 */
|
|
57
|
+
--color-tertiary-900: 48 74 80; /* ⬅ #304a50 */
|
|
58
|
+
/* success | #47947d */
|
|
59
|
+
--color-success-50: 227 239 236; /* ⬅ #e3efec */
|
|
60
|
+
--color-success-100: 218 234 229; /* ⬅ #daeae5 */
|
|
61
|
+
--color-success-200: 209 228 223; /* ⬅ #d1e4df */
|
|
62
|
+
--color-success-300: 181 212 203; /* ⬅ #b5d4cb */
|
|
63
|
+
--color-success-400: 126 180 164; /* ⬅ #7eb4a4 */
|
|
64
|
+
--color-success-500: 71 148 125; /* ⬅ #47947d */
|
|
65
|
+
--color-success-600: 64 133 113; /* ⬅ #408571 */
|
|
66
|
+
--color-success-700: 53 111 94; /* ⬅ #356f5e */
|
|
67
|
+
--color-success-800: 43 89 75; /* ⬅ #2b594b */
|
|
68
|
+
--color-success-900: 35 73 61; /* ⬅ #23493d */
|
|
69
|
+
/* warning | #daa93e */
|
|
70
|
+
--color-warning-50: 249 242 226; /* ⬅ #f9f2e2 */
|
|
71
|
+
--color-warning-100: 248 238 216; /* ⬅ #f8eed8 */
|
|
72
|
+
--color-warning-200: 246 234 207; /* ⬅ #f6eacf */
|
|
73
|
+
--color-warning-300: 240 221 178; /* ⬅ #f0ddb2 */
|
|
74
|
+
--color-warning-400: 229 195 120; /* ⬅ #e5c378 */
|
|
75
|
+
--color-warning-500: 218 169 62; /* ⬅ #daa93e */
|
|
76
|
+
--color-warning-600: 196 152 56; /* ⬅ #c49838 */
|
|
77
|
+
--color-warning-700: 164 127 47; /* ⬅ #a47f2f */
|
|
78
|
+
--color-warning-800: 131 101 37; /* ⬅ #836525 */
|
|
79
|
+
--color-warning-900: 107 83 30; /* ⬅ #6b531e */
|
|
80
|
+
/* error | #a26175 */
|
|
81
|
+
--color-error-50: 241 231 234; /* ⬅ #f1e7ea */
|
|
82
|
+
--color-error-100: 236 223 227; /* ⬅ #ecdfe3 */
|
|
83
|
+
--color-error-200: 232 216 221; /* ⬅ #e8d8dd */
|
|
84
|
+
--color-error-300: 218 192 200; /* ⬅ #dac0c8 */
|
|
85
|
+
--color-error-400: 190 144 158; /* ⬅ #be909e */
|
|
86
|
+
--color-error-500: 162 97 117; /* ⬅ #a26175 */
|
|
87
|
+
--color-error-600: 146 87 105; /* ⬅ #925769 */
|
|
88
|
+
--color-error-700: 122 73 88; /* ⬅ #7a4958 */
|
|
89
|
+
--color-error-800: 97 58 70; /* ⬅ #613a46 */
|
|
90
|
+
--color-error-900: 79 48 57; /* ⬅ #4f3039 */
|
|
91
|
+
/* surface | #6376a3 */
|
|
92
|
+
--color-surface-50: 232 234 241; /* ⬅ #e8eaf1 */
|
|
93
|
+
--color-surface-100: 224 228 237; /* ⬅ #e0e4ed */
|
|
94
|
+
--color-surface-200: 216 221 232; /* ⬅ #d8dde8 */
|
|
95
|
+
--color-surface-300: 193 200 218; /* ⬅ #c1c8da */
|
|
96
|
+
--color-surface-400: 146 159 191; /* ⬅ #929fbf */
|
|
97
|
+
--color-surface-500: 99 118 163; /* ⬅ #6376a3 */
|
|
98
|
+
--color-surface-600: 89 106 147; /* ⬅ #596a93 */
|
|
99
|
+
--color-surface-700: 74 89 122; /* ⬅ #4a597a */
|
|
100
|
+
--color-surface-800: 59 71 98; /* ⬅ #3b4762 */
|
|
101
|
+
--color-surface-900: 49 58 80; /* ⬅ #313a50 */
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* Applied to body with `<body data-theme="hamlindigo">` */
|
|
105
|
+
/* Generated via: https://heropatterns.com/ */
|
|
106
|
+
[data-theme='hamlindigo'] {
|
|
107
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23e0e4ed' fill-opacity='0.5'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
|
|
108
|
+
}
|
|
109
|
+
.dark [data-theme='hamlindigo'] {
|
|
110
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%233b4762' fill-opacity='0.2'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
|
|
111
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* =~= Theme Properties =~= */
|
|
6
|
+
--theme-font-family-base: 'Quicksand', sans-serif;
|
|
7
|
+
--theme-font-family-heading: 'Quicksand', sans-serif;
|
|
8
|
+
--theme-font-color-base: var(--color-surface-900);
|
|
9
|
+
--theme-font-color-dark: var(--color-tertiary-50);
|
|
10
|
+
--theme-rounded-base: 9999px;
|
|
11
|
+
--theme-rounded-container: 24px;
|
|
12
|
+
--theme-border-base: 3px;
|
|
13
|
+
/* =~= Theme On-X Colors =~= */
|
|
14
|
+
--on-primary: 255 255 255;
|
|
15
|
+
--on-secondary: 0 0 0;
|
|
16
|
+
--on-tertiary: 0 0 0;
|
|
17
|
+
--on-success: 0 0 0;
|
|
18
|
+
--on-warning: 0 0 0;
|
|
19
|
+
--on-error: 255 255 255;
|
|
20
|
+
--on-surface: 255 255 255;
|
|
21
|
+
/* =~= Theme Colors =~= */
|
|
22
|
+
/* primary | #ec4899 */
|
|
23
|
+
--color-primary-50: 252 228 240; /* ⬅ #fce4f0 */
|
|
24
|
+
--color-primary-100: 251 218 235; /* ⬅ #fbdaeb */
|
|
25
|
+
--color-primary-200: 250 209 230; /* ⬅ #fad1e6 */
|
|
26
|
+
--color-primary-300: 247 182 214; /* ⬅ #f7b6d6 */
|
|
27
|
+
--color-primary-400: 242 127 184; /* ⬅ #f27fb8 */
|
|
28
|
+
--color-primary-500: 236 72 153; /* ⬅ #ec4899 */
|
|
29
|
+
--color-primary-600: 212 65 138; /* ⬅ #d4418a */
|
|
30
|
+
--color-primary-700: 177 54 115; /* ⬅ #b13673 */
|
|
31
|
+
--color-primary-800: 142 43 92; /* ⬅ #8e2b5c */
|
|
32
|
+
--color-primary-900: 116 35 75; /* ⬅ #74234b */
|
|
33
|
+
/* secondary | #06b6d4 */
|
|
34
|
+
--color-secondary-50: 218 244 249; /* ⬅ #daf4f9 */
|
|
35
|
+
--color-secondary-100: 205 240 246; /* ⬅ #cdf0f6 */
|
|
36
|
+
--color-secondary-200: 193 237 244; /* ⬅ #c1edf4 */
|
|
37
|
+
--color-secondary-300: 155 226 238; /* ⬅ #9be2ee */
|
|
38
|
+
--color-secondary-400: 81 204 225; /* ⬅ #51cce1 */
|
|
39
|
+
--color-secondary-500: 6 182 212; /* ⬅ #06b6d4 */
|
|
40
|
+
--color-secondary-600: 5 164 191; /* ⬅ #05a4bf */
|
|
41
|
+
--color-secondary-700: 5 137 159; /* ⬅ #05899f */
|
|
42
|
+
--color-secondary-800: 4 109 127; /* ⬅ #046d7f */
|
|
43
|
+
--color-secondary-900: 3 89 104; /* ⬅ #035968 */
|
|
44
|
+
/* tertiary | #14b8a6 */
|
|
45
|
+
--color-tertiary-50: 220 244 242; /* ⬅ #dcf4f2 */
|
|
46
|
+
--color-tertiary-100: 208 241 237; /* ⬅ #d0f1ed */
|
|
47
|
+
--color-tertiary-200: 196 237 233; /* ⬅ #c4ede9 */
|
|
48
|
+
--color-tertiary-300: 161 227 219; /* ⬅ #a1e3db */
|
|
49
|
+
--color-tertiary-400: 91 205 193; /* ⬅ #5bcdc1 */
|
|
50
|
+
--color-tertiary-500: 20 184 166; /* ⬅ #14b8a6 */
|
|
51
|
+
--color-tertiary-600: 18 166 149; /* ⬅ #12a695 */
|
|
52
|
+
--color-tertiary-700: 15 138 125; /* ⬅ #0f8a7d */
|
|
53
|
+
--color-tertiary-800: 12 110 100; /* ⬅ #0c6e64 */
|
|
54
|
+
--color-tertiary-900: 10 90 81; /* ⬅ #0a5a51 */
|
|
55
|
+
/* success | #84cc16 */
|
|
56
|
+
--color-success-50: 237 247 220; /* ⬅ #edf7dc */
|
|
57
|
+
--color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
|
|
58
|
+
--color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
|
|
59
|
+
--color-success-300: 206 235 162; /* ⬅ #ceeba2 */
|
|
60
|
+
--color-success-400: 169 219 92; /* ⬅ #a9db5c */
|
|
61
|
+
--color-success-500: 132 204 22; /* ⬅ #84cc16 */
|
|
62
|
+
--color-success-600: 119 184 20; /* ⬅ #77b814 */
|
|
63
|
+
--color-success-700: 99 153 17; /* ⬅ #639911 */
|
|
64
|
+
--color-success-800: 79 122 13; /* ⬅ #4f7a0d */
|
|
65
|
+
--color-success-900: 65 100 11; /* ⬅ #41640b */
|
|
66
|
+
/* warning | #eab308 */
|
|
67
|
+
--color-warning-50: 252 244 218; /* ⬅ #fcf4da */
|
|
68
|
+
--color-warning-100: 251 240 206; /* ⬅ #fbf0ce */
|
|
69
|
+
--color-warning-200: 250 236 193; /* ⬅ #faecc1 */
|
|
70
|
+
--color-warning-300: 247 225 156; /* ⬅ #f7e19c */
|
|
71
|
+
--color-warning-400: 240 202 82; /* ⬅ #f0ca52 */
|
|
72
|
+
--color-warning-500: 234 179 8; /* ⬅ #eab308 */
|
|
73
|
+
--color-warning-600: 211 161 7; /* ⬅ #d3a107 */
|
|
74
|
+
--color-warning-700: 176 134 6; /* ⬅ #b08606 */
|
|
75
|
+
--color-warning-800: 140 107 5; /* ⬅ #8c6b05 */
|
|
76
|
+
--color-warning-900: 115 88 4; /* ⬅ #735804 */
|
|
77
|
+
/* error | #ef4444 */
|
|
78
|
+
--color-error-50: 253 227 227; /* ⬅ #fde3e3 */
|
|
79
|
+
--color-error-100: 252 218 218; /* ⬅ #fcdada */
|
|
80
|
+
--color-error-200: 251 208 208; /* ⬅ #fbd0d0 */
|
|
81
|
+
--color-error-300: 249 180 180; /* ⬅ #f9b4b4 */
|
|
82
|
+
--color-error-400: 244 124 124; /* ⬅ #f47c7c */
|
|
83
|
+
--color-error-500: 239 68 68; /* ⬅ #ef4444 */
|
|
84
|
+
--color-error-600: 215 61 61; /* ⬅ #d73d3d */
|
|
85
|
+
--color-error-700: 179 51 51; /* ⬅ #b33333 */
|
|
86
|
+
--color-error-800: 143 41 41; /* ⬅ #8f2929 */
|
|
87
|
+
--color-error-900: 117 33 33; /* ⬅ #752121 */
|
|
88
|
+
/* surface | #6366f1 */
|
|
89
|
+
--color-surface-50: 232 232 253; /* ⬅ #e8e8fd */
|
|
90
|
+
--color-surface-100: 224 224 252; /* ⬅ #e0e0fc */
|
|
91
|
+
--color-surface-200: 216 217 252; /* ⬅ #d8d9fc */
|
|
92
|
+
--color-surface-300: 193 194 249; /* ⬅ #c1c2f9 */
|
|
93
|
+
--color-surface-400: 146 148 245; /* ⬅ #9294f5 */
|
|
94
|
+
--color-surface-500: 99 102 241; /* ⬅ #6366f1 */
|
|
95
|
+
--color-surface-600: 89 92 217; /* ⬅ #595cd9 */
|
|
96
|
+
--color-surface-700: 74 77 181; /* ⬅ #4a4db5 */
|
|
97
|
+
--color-surface-800: 59 61 145; /* ⬅ #3b3d91 */
|
|
98
|
+
--color-surface-900: 49 50 118; /* ⬅ #313276 */
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
[data-theme='modern'] h1,
|
|
102
|
+
[data-theme='modern'] h2,
|
|
103
|
+
[data-theme='modern'] h3,
|
|
104
|
+
[data-theme='modern'] h4,
|
|
105
|
+
[data-theme='modern'] h5,
|
|
106
|
+
[data-theme='modern'] h6,
|
|
107
|
+
[data-theme='modern'] a,
|
|
108
|
+
[data-theme='modern'] button {
|
|
109
|
+
font-weight: bold;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/* Applied to body with `<body data-theme="modern">` */
|
|
113
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
114
|
+
[data-theme='modern'] {
|
|
115
|
+
/* prettier-ignore */
|
|
116
|
+
background-image:
|
|
117
|
+
radial-gradient(at 76% 0%, hsla(189,100%,56%,0.36) 0px, transparent 50%),
|
|
118
|
+
radial-gradient(at 1% 0%, hsla(340,100%,76%,0.26) 0px, transparent 50%),
|
|
119
|
+
radial-gradient(at 20% 100%, hsla(241,100%,70%,0.47) 0px, transparent 50%);
|
|
120
|
+
}
|
|
121
|
+
.dark [data-theme='modern'] {
|
|
122
|
+
/* prettier-ignore */
|
|
123
|
+
background-image:
|
|
124
|
+
radial-gradient(at 76% 0%, hsla(189,100%,56%,0.20) 0px, transparent 50%),
|
|
125
|
+
radial-gradient(at 1% 0%, hsla(340,100%,76%,0.15) 0px, transparent 50%),
|
|
126
|
+
radial-gradient(at 20% 100%, hsla(241,100%,70%,0.30) 0px, transparent 50%);
|
|
127
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/* https://fonts.google.com/specimen/Space+Grotesk */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
|
|
3
|
+
/* https://fonts.google.com/specimen/Roboto?query=roboto */
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* =~= Theme Properties =~= */
|
|
8
|
+
--theme-font-family-base: 'Roboto', sans-serif;
|
|
9
|
+
--theme-font-family-heading: 'Space Grotesk', sans-serif;
|
|
10
|
+
--theme-font-color-base: var(--color-primary-900);
|
|
11
|
+
--theme-font-color-dark: var(--color-primary-100);
|
|
12
|
+
--theme-rounded-base: 0px;
|
|
13
|
+
--theme-rounded-container: 0px;
|
|
14
|
+
--theme-border-base: 0px;
|
|
15
|
+
/* =~= Theme On-X Colors =~= */
|
|
16
|
+
--on-primary: 0 0 0;
|
|
17
|
+
--on-secondary: 255 255 255;
|
|
18
|
+
--on-tertiary: 255 255 255;
|
|
19
|
+
--on-success: 0 0 0;
|
|
20
|
+
--on-warning: 0 0 0;
|
|
21
|
+
--on-error: 255 255 255;
|
|
22
|
+
--on-surface: 255 255 255;
|
|
23
|
+
/* =~= Theme Colors =~= */
|
|
24
|
+
/* primary | #06b6d4 */
|
|
25
|
+
--color-primary-50: 218 244 249; /* ⬅ #daf4f9 */
|
|
26
|
+
--color-primary-100: 205 240 246; /* ⬅ #cdf0f6 */
|
|
27
|
+
--color-primary-200: 193 237 244; /* ⬅ #c1edf4 */
|
|
28
|
+
--color-primary-300: 155 226 238; /* ⬅ #9be2ee */
|
|
29
|
+
--color-primary-400: 81 204 225; /* ⬅ #51cce1 */
|
|
30
|
+
--color-primary-500: 6 182 212; /* ⬅ #06b6d4 */
|
|
31
|
+
--color-primary-600: 5 164 191; /* ⬅ #05a4bf */
|
|
32
|
+
--color-primary-700: 5 137 159; /* ⬅ #05899f */
|
|
33
|
+
--color-primary-800: 4 109 127; /* ⬅ #046d7f */
|
|
34
|
+
--color-primary-900: 3 89 104; /* ⬅ #035968 */
|
|
35
|
+
/* secondary | #3b82f6 */
|
|
36
|
+
--color-secondary-50: 226 236 254; /* ⬅ #e2ecfe */
|
|
37
|
+
--color-secondary-100: 216 230 253; /* ⬅ #d8e6fd */
|
|
38
|
+
--color-secondary-200: 206 224 253; /* ⬅ #cee0fd */
|
|
39
|
+
--color-secondary-300: 177 205 251; /* ⬅ #b1cdfb */
|
|
40
|
+
--color-secondary-400: 118 168 249; /* ⬅ #76a8f9 */
|
|
41
|
+
--color-secondary-500: 59 130 246; /* ⬅ #3b82f6 */
|
|
42
|
+
--color-secondary-600: 53 117 221; /* ⬅ #3575dd */
|
|
43
|
+
--color-secondary-700: 44 98 185; /* ⬅ #2c62b9 */
|
|
44
|
+
--color-secondary-800: 35 78 148; /* ⬅ #234e94 */
|
|
45
|
+
--color-secondary-900: 29 64 121; /* ⬅ #1d4079 */
|
|
46
|
+
/* tertiary | #a855f7 */
|
|
47
|
+
--color-tertiary-50: 242 230 254; /* ⬅ #f2e6fe */
|
|
48
|
+
--color-tertiary-100: 238 221 253; /* ⬅ #eeddfd */
|
|
49
|
+
--color-tertiary-200: 233 213 253; /* ⬅ #e9d5fd */
|
|
50
|
+
--color-tertiary-300: 220 187 252; /* ⬅ #dcbbfc */
|
|
51
|
+
--color-tertiary-400: 194 136 249; /* ⬅ #c288f9 */
|
|
52
|
+
--color-tertiary-500: 168 85 247; /* ⬅ #a855f7 */
|
|
53
|
+
--color-tertiary-600: 151 77 222; /* ⬅ #974dde */
|
|
54
|
+
--color-tertiary-700: 126 64 185; /* ⬅ #7e40b9 */
|
|
55
|
+
--color-tertiary-800: 101 51 148; /* ⬅ #653394 */
|
|
56
|
+
--color-tertiary-900: 82 42 121; /* ⬅ #522a79 */
|
|
57
|
+
/* success | #4ccb15 */
|
|
58
|
+
--color-success-50: 228 247 220; /* ⬅ #e4f7dc */
|
|
59
|
+
--color-success-100: 219 245 208; /* ⬅ #dbf5d0 */
|
|
60
|
+
--color-success-200: 210 242 197; /* ⬅ #d2f2c5 */
|
|
61
|
+
--color-success-300: 183 234 161; /* ⬅ #b7eaa1 */
|
|
62
|
+
--color-success-400: 130 219 91; /* ⬅ #82db5b */
|
|
63
|
+
--color-success-500: 76 203 21; /* ⬅ #4ccb15 */
|
|
64
|
+
--color-success-600: 68 183 19; /* ⬅ #44b713 */
|
|
65
|
+
--color-success-700: 57 152 16; /* ⬅ #399810 */
|
|
66
|
+
--color-success-800: 46 122 13; /* ⬅ #2e7a0d */
|
|
67
|
+
--color-success-900: 37 99 10; /* ⬅ #25630a */
|
|
68
|
+
/* warning | #f4c12a */
|
|
69
|
+
--color-warning-50: 253 246 223; /* ⬅ #fdf6df */
|
|
70
|
+
--color-warning-100: 253 243 212; /* ⬅ #fdf3d4 */
|
|
71
|
+
--color-warning-200: 252 240 202; /* ⬅ #fcf0ca */
|
|
72
|
+
--color-warning-300: 251 230 170; /* ⬅ #fbe6aa */
|
|
73
|
+
--color-warning-400: 247 212 106; /* ⬅ #f7d46a */
|
|
74
|
+
--color-warning-500: 244 193 42; /* ⬅ #f4c12a */
|
|
75
|
+
--color-warning-600: 220 174 38; /* ⬅ #dcae26 */
|
|
76
|
+
--color-warning-700: 183 145 32; /* ⬅ #b79120 */
|
|
77
|
+
--color-warning-800: 146 116 25; /* ⬅ #927419 */
|
|
78
|
+
--color-warning-900: 120 95 21; /* ⬅ #785f15 */
|
|
79
|
+
/* error | #b52c55 */
|
|
80
|
+
--color-error-50: 244 223 230; /* ⬅ #f4dfe6 */
|
|
81
|
+
--color-error-100: 240 213 221; /* ⬅ #f0d5dd */
|
|
82
|
+
--color-error-200: 237 202 213; /* ⬅ #edcad5 */
|
|
83
|
+
--color-error-300: 225 171 187; /* ⬅ #e1abbb */
|
|
84
|
+
--color-error-400: 203 107 136; /* ⬅ #cb6b88 */
|
|
85
|
+
--color-error-500: 181 44 85; /* ⬅ #b52c55 */
|
|
86
|
+
--color-error-600: 163 40 77; /* ⬅ #a3284d */
|
|
87
|
+
--color-error-700: 136 33 64; /* ⬅ #882140 */
|
|
88
|
+
--color-error-800: 109 26 51; /* ⬅ #6d1a33 */
|
|
89
|
+
--color-error-900: 89 22 42; /* ⬅ #59162a */
|
|
90
|
+
/* surface | #64748b */
|
|
91
|
+
--color-surface-50: 232 234 238; /* ⬅ #e8eaee */
|
|
92
|
+
--color-surface-100: 224 227 232; /* ⬅ #e0e3e8 */
|
|
93
|
+
--color-surface-200: 216 220 226; /* ⬅ #d8dce2 */
|
|
94
|
+
--color-surface-300: 193 199 209; /* ⬅ #c1c7d1 */
|
|
95
|
+
--color-surface-400: 147 158 174; /* ⬅ #939eae */
|
|
96
|
+
--color-surface-500: 100 116 139; /* ⬅ #64748b */
|
|
97
|
+
--color-surface-600: 90 104 125; /* ⬅ #5a687d */
|
|
98
|
+
--color-surface-700: 75 87 104; /* ⬅ #4b5768 */
|
|
99
|
+
--color-surface-800: 60 70 83; /* ⬅ #3c4653 */
|
|
100
|
+
--color-surface-900: 49 57 68; /* ⬅ #313944 */
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
[data-theme='rocket'] h1,
|
|
104
|
+
[data-theme='rocket'] h2,
|
|
105
|
+
[data-theme='rocket'] h3,
|
|
106
|
+
[data-theme='rocket'] h4,
|
|
107
|
+
[data-theme='rocket'] h5,
|
|
108
|
+
[data-theme='rocket'] h6 {
|
|
109
|
+
font-weight: bold;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/* Applied to body with `<body data-theme="rocket">` */
|
|
113
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
114
|
+
/* prettier-ignore */
|
|
115
|
+
[data-theme='rocket'] {
|
|
116
|
+
background-image:
|
|
117
|
+
radial-gradient(at 0% 0%, rgba(var(--color-secondary-500) / 0.33) 0px, transparent 50%),
|
|
118
|
+
radial-gradient(at 98% 1%, rgba(var(--color-error-500) / 0.33) 0px, transparent 50%);
|
|
119
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/* https://fonts.google.com/specimen/Raleway */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
3
|
+
/* https://fonts.google.com/specimen/Lato?query=lato¬o.query=Abril */
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* =~= Theme Styles =~= */
|
|
8
|
+
--theme-font-family-base: 'Lato', sans-serif;
|
|
9
|
+
--theme-font-family-heading: 'Raleway', sans-serif;
|
|
10
|
+
--theme-font-color-base: var(--color-secondary-900);
|
|
11
|
+
--theme-font-color-dark: var(--color-primary-100);
|
|
12
|
+
--theme-rounded-base: 9999px;
|
|
13
|
+
--theme-rounded-container: 24px;
|
|
14
|
+
--theme-border-base: 1px;
|
|
15
|
+
/* =~= Theme On-X Colors =~= */
|
|
16
|
+
--on-primary: 0 0 0;
|
|
17
|
+
--on-secondary: 0 0 0;
|
|
18
|
+
--on-tertiary: 0 0 0;
|
|
19
|
+
--on-success: 0 0 0;
|
|
20
|
+
--on-warning: 0 0 0;
|
|
21
|
+
--on-error: 255 255 255;
|
|
22
|
+
--on-surface: 255 255 255;
|
|
23
|
+
/* =~= Theme Colors =~= */
|
|
24
|
+
/* primary | #ecaa36 */
|
|
25
|
+
--color-primary-50: 252 242 225; /* ⬅ #fcf2e1 */
|
|
26
|
+
--color-primary-100: 251 238 215; /* ⬅ #fbeed7 */
|
|
27
|
+
--color-primary-200: 250 234 205; /* ⬅ #faeacd */
|
|
28
|
+
--color-primary-300: 247 221 175; /* ⬅ #f7ddaf */
|
|
29
|
+
--color-primary-400: 242 196 114; /* ⬅ #f2c472 */
|
|
30
|
+
--color-primary-500: 236 170 54; /* ⬅ #ecaa36 */
|
|
31
|
+
--color-primary-600: 212 153 49; /* ⬅ #d49931 */
|
|
32
|
+
--color-primary-700: 177 128 41; /* ⬅ #b18029 */
|
|
33
|
+
--color-primary-800: 142 102 32; /* ⬅ #8e6620 */
|
|
34
|
+
--color-primary-900: 116 83 26; /* ⬅ #74531a */
|
|
35
|
+
/* secondary | #3acbba */
|
|
36
|
+
--color-secondary-50: 225 247 245; /* ⬅ #e1f7f5 */
|
|
37
|
+
--color-secondary-100: 216 245 241; /* ⬅ #d8f5f1 */
|
|
38
|
+
--color-secondary-200: 206 242 238; /* ⬅ #cef2ee */
|
|
39
|
+
--color-secondary-300: 176 234 227; /* ⬅ #b0eae3 */
|
|
40
|
+
--color-secondary-400: 117 219 207; /* ⬅ #75dbcf */
|
|
41
|
+
--color-secondary-500: 58 203 186; /* ⬅ #3acbba */
|
|
42
|
+
--color-secondary-600: 52 183 167; /* ⬅ #34b7a7 */
|
|
43
|
+
--color-secondary-700: 44 152 140; /* ⬅ #2c988c */
|
|
44
|
+
--color-secondary-800: 35 122 112; /* ⬅ #237a70 */
|
|
45
|
+
--color-secondary-900: 28 99 91; /* ⬅ #1c635b */
|
|
46
|
+
/* tertiary | #bbdf86 */
|
|
47
|
+
--color-tertiary-50: 245 250 237; /* ⬅ #f5faed */
|
|
48
|
+
--color-tertiary-100: 241 249 231; /* ⬅ #f1f9e7 */
|
|
49
|
+
--color-tertiary-200: 238 247 225; /* ⬅ #eef7e1 */
|
|
50
|
+
--color-tertiary-300: 228 242 207; /* ⬅ #e4f2cf */
|
|
51
|
+
--color-tertiary-400: 207 233 170; /* ⬅ #cfe9aa */
|
|
52
|
+
--color-tertiary-500: 187 223 134; /* ⬅ #bbdf86 */
|
|
53
|
+
--color-tertiary-600: 168 201 121; /* ⬅ #a8c979 */
|
|
54
|
+
--color-tertiary-700: 140 167 101; /* ⬅ #8ca765 */
|
|
55
|
+
--color-tertiary-800: 112 134 80; /* ⬅ #708650 */
|
|
56
|
+
--color-tertiary-900: 92 109 66; /* ⬅ #5c6d42 */
|
|
57
|
+
/* success | #84cc16 */
|
|
58
|
+
--color-success-50: 237 247 220; /* ⬅ #edf7dc */
|
|
59
|
+
--color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
|
|
60
|
+
--color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
|
|
61
|
+
--color-success-300: 206 235 162; /* ⬅ #ceeba2 */
|
|
62
|
+
--color-success-400: 169 219 92; /* ⬅ #a9db5c */
|
|
63
|
+
--color-success-500: 132 204 22; /* ⬅ #84cc16 */
|
|
64
|
+
--color-success-600: 119 184 20; /* ⬅ #77b814 */
|
|
65
|
+
--color-success-700: 99 153 17; /* ⬅ #639911 */
|
|
66
|
+
--color-success-800: 79 122 13; /* ⬅ #4f7a0d */
|
|
67
|
+
--color-success-900: 65 100 11; /* ⬅ #41640b */
|
|
68
|
+
/* warning | #e5c157 */
|
|
69
|
+
--color-warning-50: 251 246 230; /* ⬅ #fbf6e6 */
|
|
70
|
+
--color-warning-100: 250 243 221; /* ⬅ #faf3dd */
|
|
71
|
+
--color-warning-200: 249 240 213; /* ⬅ #f9f0d5 */
|
|
72
|
+
--color-warning-300: 245 230 188; /* ⬅ #f5e6bc */
|
|
73
|
+
--color-warning-400: 237 212 137; /* ⬅ #edd489 */
|
|
74
|
+
--color-warning-500: 229 193 87; /* ⬅ #e5c157 */
|
|
75
|
+
--color-warning-600: 206 174 78; /* ⬅ #ceae4e */
|
|
76
|
+
--color-warning-700: 172 145 65; /* ⬅ #ac9141 */
|
|
77
|
+
--color-warning-800: 137 116 52; /* ⬅ #897434 */
|
|
78
|
+
--color-warning-900: 112 95 43; /* ⬅ #705f2b */
|
|
79
|
+
/* error | #db5c9c */
|
|
80
|
+
--color-error-50: 250 231 240; /* ⬅ #fae7f0 */
|
|
81
|
+
--color-error-100: 248 222 235; /* ⬅ #f8deeb */
|
|
82
|
+
--color-error-200: 246 214 230; /* ⬅ #f6d6e6 */
|
|
83
|
+
--color-error-300: 241 190 215; /* ⬅ #f1bed7 */
|
|
84
|
+
--color-error-400: 230 141 186; /* ⬅ #e68dba */
|
|
85
|
+
--color-error-500: 219 92 156; /* ⬅ #db5c9c */
|
|
86
|
+
--color-error-600: 197 83 140; /* ⬅ #c5538c */
|
|
87
|
+
--color-error-700: 164 69 117; /* ⬅ #a44575 */
|
|
88
|
+
--color-error-800: 131 55 94; /* ⬅ #83375e */
|
|
89
|
+
--color-error-900: 107 45 76; /* ⬅ #6b2d4c */
|
|
90
|
+
/* surface | #da4e65 */
|
|
91
|
+
--color-surface-50: 249 228 232; /* ⬅ #f9e4e8 */
|
|
92
|
+
--color-surface-100: 248 220 224; /* ⬅ #f8dce0 */
|
|
93
|
+
--color-surface-200: 246 211 217; /* ⬅ #f6d3d9 */
|
|
94
|
+
--color-surface-300: 240 184 193; /* ⬅ #f0b8c1 */
|
|
95
|
+
--color-surface-400: 229 131 147; /* ⬅ #e58393 */
|
|
96
|
+
--color-surface-500: 218 78 101; /* ⬅ #da4e65 */
|
|
97
|
+
--color-surface-600: 196 70 91; /* ⬅ #c4465b */
|
|
98
|
+
--color-surface-700: 164 59 76; /* ⬅ #a43b4c */
|
|
99
|
+
--color-surface-800: 131 47 61; /* ⬅ #832f3d */
|
|
100
|
+
--color-surface-900: 107 38 49; /* ⬅ #6b2631 */
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
[data-theme='sahara'] h1,
|
|
104
|
+
[data-theme='sahara'] h2,
|
|
105
|
+
[data-theme='sahara'] h3,
|
|
106
|
+
[data-theme='sahara'] h4,
|
|
107
|
+
[data-theme='sahara'] h5,
|
|
108
|
+
[data-theme='sahara'] h6 {
|
|
109
|
+
font-weight: 600;
|
|
110
|
+
}
|
|
111
|
+
[data-theme='sahara'] p {
|
|
112
|
+
font-weight: 400;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/* Applied to body with `<body data-theme="sahara">` */
|
|
116
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
117
|
+
[data-theme='sahara'] {
|
|
118
|
+
/* prettier-ignore */
|
|
119
|
+
background-image:
|
|
120
|
+
radial-gradient(at 100% 36%, hsla(37,81%,56%,0.15) 0px, transparent 50%),
|
|
121
|
+
radial-gradient(at 7% 0%, hsla(37,81%,56%,0.20) 0px, transparent 50%);
|
|
122
|
+
}
|
|
123
|
+
.dark [data-theme='sahara'] {
|
|
124
|
+
/* prettier-ignore */
|
|
125
|
+
background-image:
|
|
126
|
+
radial-gradient(at 100% 36%, hsla(37,81%,56%,0.15) 0px, transparent 50%),
|
|
127
|
+
radial-gradient(at 7% 0%, hsla(37,81%,56%,0.20) 0px, transparent 50%);
|
|
128
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/* https://fonts.google.com/specimen/Playfair+Display?query=playfair¬o.query=Abril */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* =~= Theme Styles =~= */
|
|
6
|
+
--theme-font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
7
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
8
|
+
--theme-font-family-heading: 'Playfair Display', serif;
|
|
9
|
+
--theme-font-color-base: var(--color-surface-900);
|
|
10
|
+
--theme-font-color-dark: var(--color-secondary-100);
|
|
11
|
+
--theme-rounded-base: 16px;
|
|
12
|
+
--theme-rounded-container: 16px;
|
|
13
|
+
--theme-border-base: 3px;
|
|
14
|
+
/* =~= Theme On-X Colors =~= */
|
|
15
|
+
--on-primary: 0 0 0;
|
|
16
|
+
--on-secondary: 255 255 255;
|
|
17
|
+
--on-tertiary: 255 255 255;
|
|
18
|
+
--on-success: 0 0 0;
|
|
19
|
+
--on-warning: 0 0 0;
|
|
20
|
+
--on-error: 255 255 255;
|
|
21
|
+
--on-surface: 0 0 0;
|
|
22
|
+
/* =~= Theme Colors =~= */
|
|
23
|
+
/* primary | #86d0cb */
|
|
24
|
+
--color-primary-50: 237 248 247; /* ⬅ #edf8f7 */
|
|
25
|
+
--color-primary-100: 231 246 245; /* ⬅ #e7f6f5 */
|
|
26
|
+
--color-primary-200: 225 243 242; /* ⬅ #e1f3f2 */
|
|
27
|
+
--color-primary-300: 207 236 234; /* ⬅ #cfecea */
|
|
28
|
+
--color-primary-400: 170 222 219; /* ⬅ #aadedb */
|
|
29
|
+
--color-primary-500: 134 208 203; /* ⬅ #86d0cb */
|
|
30
|
+
--color-primary-600: 121 187 183; /* ⬅ #79bbb7 */
|
|
31
|
+
--color-primary-700: 101 156 152; /* ⬅ #659c98 */
|
|
32
|
+
--color-primary-800: 80 125 122; /* ⬅ #507d7a */
|
|
33
|
+
--color-primary-900: 66 102 99; /* ⬅ #426663 */
|
|
34
|
+
/* secondary | #213355 */
|
|
35
|
+
--color-secondary-50: 222 224 230; /* ⬅ #dee0e6 */
|
|
36
|
+
--color-secondary-100: 211 214 221; /* ⬅ #d3d6dd */
|
|
37
|
+
--color-secondary-200: 200 204 213; /* ⬅ #c8ccd5 */
|
|
38
|
+
--color-secondary-300: 166 173 187; /* ⬅ #a6adbb */
|
|
39
|
+
--color-secondary-400: 100 112 136; /* ⬅ #647088 */
|
|
40
|
+
--color-secondary-500: 33 51 85; /* ⬅ #213355 */
|
|
41
|
+
--color-secondary-600: 30 46 77; /* ⬅ #1e2e4d */
|
|
42
|
+
--color-secondary-700: 25 38 64; /* ⬅ #192640 */
|
|
43
|
+
--color-secondary-800: 20 31 51; /* ⬅ #141f33 */
|
|
44
|
+
--color-secondary-900: 16 25 42; /* ⬅ #10192a */
|
|
45
|
+
/* tertiary | #ff3d00 */
|
|
46
|
+
--color-tertiary-50: 255 226 217; /* ⬅ #ffe2d9 */
|
|
47
|
+
--color-tertiary-100: 255 216 204; /* ⬅ #ffd8cc */
|
|
48
|
+
--color-tertiary-200: 255 207 191; /* ⬅ #ffcfbf */
|
|
49
|
+
--color-tertiary-300: 255 177 153; /* ⬅ #ffb199 */
|
|
50
|
+
--color-tertiary-400: 255 119 77; /* ⬅ #ff774d */
|
|
51
|
+
--color-tertiary-500: 255 61 0; /* ⬅ #ff3d00 */
|
|
52
|
+
--color-tertiary-600: 230 55 0; /* ⬅ #e63700 */
|
|
53
|
+
--color-tertiary-700: 191 46 0; /* ⬅ #bf2e00 */
|
|
54
|
+
--color-tertiary-800: 153 37 0; /* ⬅ #992500 */
|
|
55
|
+
--color-tertiary-900: 125 30 0; /* ⬅ #7d1e00 */
|
|
56
|
+
/* success | #06e5a2 */
|
|
57
|
+
--color-success-50: 218 251 241; /* ⬅ #dafbf1 */
|
|
58
|
+
--color-success-100: 205 250 236; /* ⬅ #cdfaec */
|
|
59
|
+
--color-success-200: 193 249 232; /* ⬅ #c1f9e8 */
|
|
60
|
+
--color-success-300: 155 245 218; /* ⬅ #9bf5da */
|
|
61
|
+
--color-success-400: 81 237 190; /* ⬅ #51edbe */
|
|
62
|
+
--color-success-500: 6 229 162; /* ⬅ #06e5a2 */
|
|
63
|
+
--color-success-600: 5 206 146; /* ⬅ #05ce92 */
|
|
64
|
+
--color-success-700: 5 172 122; /* ⬅ #05ac7a */
|
|
65
|
+
--color-success-800: 4 137 97; /* ⬅ #048961 */
|
|
66
|
+
--color-success-900: 3 112 79; /* ⬅ #03704f */
|
|
67
|
+
/* warning | #eae557 */
|
|
68
|
+
--color-warning-50: 252 251 230; /* ⬅ #fcfbe6 */
|
|
69
|
+
--color-warning-100: 251 250 221; /* ⬅ #fbfadd */
|
|
70
|
+
--color-warning-200: 250 249 213; /* ⬅ #faf9d5 */
|
|
71
|
+
--color-warning-300: 247 245 188; /* ⬅ #f7f5bc */
|
|
72
|
+
--color-warning-400: 240 237 137; /* ⬅ #f0ed89 */
|
|
73
|
+
--color-warning-500: 234 229 87; /* ⬅ #eae557 */
|
|
74
|
+
--color-warning-600: 211 206 78; /* ⬅ #d3ce4e */
|
|
75
|
+
--color-warning-700: 176 172 65; /* ⬅ #b0ac41 */
|
|
76
|
+
--color-warning-800: 140 137 52; /* ⬅ #8c8934 */
|
|
77
|
+
--color-warning-900: 115 112 43; /* ⬅ #73702b */
|
|
78
|
+
/* error | #d24646 */
|
|
79
|
+
--color-error-50: 248 227 227; /* ⬅ #f8e3e3 */
|
|
80
|
+
--color-error-100: 246 218 218; /* ⬅ #f6dada */
|
|
81
|
+
--color-error-200: 244 209 209; /* ⬅ #f4d1d1 */
|
|
82
|
+
--color-error-300: 237 181 181; /* ⬅ #edb5b5 */
|
|
83
|
+
--color-error-400: 224 126 126; /* ⬅ #e07e7e */
|
|
84
|
+
--color-error-500: 210 70 70; /* ⬅ #d24646 */
|
|
85
|
+
--color-error-600: 189 63 63; /* ⬅ #bd3f3f */
|
|
86
|
+
--color-error-700: 158 53 53; /* ⬅ #9e3535 */
|
|
87
|
+
--color-error-800: 126 42 42; /* ⬅ #7e2a2a */
|
|
88
|
+
--color-error-900: 103 34 34; /* ⬅ #672222 */
|
|
89
|
+
/* surface | #25d1d4 */
|
|
90
|
+
--color-surface-50: 222 248 249; /* ⬅ #def8f9 */
|
|
91
|
+
--color-surface-100: 211 246 246; /* ⬅ #d3f6f6 */
|
|
92
|
+
--color-surface-200: 201 244 244; /* ⬅ #c9f4f4 */
|
|
93
|
+
--color-surface-300: 168 237 238; /* ⬅ #a8edee */
|
|
94
|
+
--color-surface-400: 102 223 225; /* ⬅ #66dfe1 */
|
|
95
|
+
--color-surface-500: 37 209 212; /* ⬅ #25d1d4 */
|
|
96
|
+
--color-surface-600: 33 188 191; /* ⬅ #21bcbf */
|
|
97
|
+
--color-surface-700: 28 157 159; /* ⬅ #1c9d9f */
|
|
98
|
+
--color-surface-800: 22 125 127; /* ⬅ #167d7f */
|
|
99
|
+
--color-surface-900: 18 102 104; /* ⬅ #126668 */
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
[data-theme='seafoam'] h1,
|
|
103
|
+
[data-theme='seafoam'] h2,
|
|
104
|
+
[data-theme='seafoam'] h3,
|
|
105
|
+
[data-theme='seafoam'] h4,
|
|
106
|
+
[data-theme='seafoam'] h5,
|
|
107
|
+
[data-theme='seafoam'] h6 {
|
|
108
|
+
font-weight: bold;
|
|
109
|
+
font-style: italic;
|
|
110
|
+
letter-spacing: 1px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* #213253 | #08847c */
|
|
114
|
+
/* Applied to body with `<body data-theme="seafoam">` */
|
|
115
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
116
|
+
[data-theme='seafoam'] {
|
|
117
|
+
background: linear-gradient(0deg, rgba(203, 221, 254, 0.75) 0%, rgba(163, 209, 206, 0.75) 100%);
|
|
118
|
+
}
|
|
119
|
+
.dark [data-theme='seafoam'] {
|
|
120
|
+
background: linear-gradient(0deg, rgba(33, 50, 83, 1) 0%, rgba(8, 132, 124, 1) 100%);
|
|
121
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/* A New Years inspired theme. */
|
|
2
|
+
|
|
3
|
+
/* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* =~= Theme Properties =~= */
|
|
8
|
+
--theme-font-family-base: system-ui;
|
|
9
|
+
--theme-font-family-heading: 'Quicksand', sans-serif;
|
|
10
|
+
--theme-font-color-base: var(--color-surface-500);
|
|
11
|
+
--theme-font-color-dark: var(--color-surface-200);
|
|
12
|
+
--theme-rounded-base: 12px;
|
|
13
|
+
--theme-rounded-container: 12px;
|
|
14
|
+
--theme-border-base: 0px;
|
|
15
|
+
/* =~= Theme On-X Colors =~= */
|
|
16
|
+
--on-primary: 0 0 0;
|
|
17
|
+
--on-secondary: 255 255 255;
|
|
18
|
+
--on-tertiary: 255 255 255;
|
|
19
|
+
--on-success: 0 0 0;
|
|
20
|
+
--on-warning: 0 0 0;
|
|
21
|
+
--on-error: 255 255 255;
|
|
22
|
+
--on-surface: 255 255 255;
|
|
23
|
+
/* =~= Theme Colors =~= */
|
|
24
|
+
/* primary | #40b09d */
|
|
25
|
+
--color-primary-50: 226 243 240; /* ⬅ #e2f3f0 */
|
|
26
|
+
--color-primary-100: 217 239 235; /* ⬅ #d9efeb */
|
|
27
|
+
--color-primary-200: 207 235 231; /* ⬅ #cfebe7 */
|
|
28
|
+
--color-primary-300: 179 223 216; /* ⬅ #b3dfd8 */
|
|
29
|
+
--color-primary-400: 121 200 186; /* ⬅ #79c8ba */
|
|
30
|
+
--color-primary-500: 64 176 157; /* ⬅ #40b09d */
|
|
31
|
+
--color-primary-600: 58 158 141; /* ⬅ #3a9e8d */
|
|
32
|
+
--color-primary-700: 48 132 118; /* ⬅ #308476 */
|
|
33
|
+
--color-primary-800: 38 106 94; /* ⬅ #266a5e */
|
|
34
|
+
--color-primary-900: 31 86 77; /* ⬅ #1f564d */
|
|
35
|
+
/* secondary | #d7a12d */
|
|
36
|
+
--color-secondary-50: 249 241 224; /* ⬅ #f9f1e0 */
|
|
37
|
+
--color-secondary-100: 247 236 213; /* ⬅ #f7ecd5 */
|
|
38
|
+
--color-secondary-200: 245 232 203; /* ⬅ #f5e8cb */
|
|
39
|
+
--color-secondary-300: 239 217 171; /* ⬅ #efd9ab */
|
|
40
|
+
--color-secondary-400: 227 189 108; /* ⬅ #e3bd6c */
|
|
41
|
+
--color-secondary-500: 215 161 45; /* ⬅ #d7a12d */
|
|
42
|
+
--color-secondary-600: 194 145 41; /* ⬅ #c29129 */
|
|
43
|
+
--color-secondary-700: 161 121 34; /* ⬅ #a17922 */
|
|
44
|
+
--color-secondary-800: 129 97 27; /* ⬅ #81611b */
|
|
45
|
+
--color-secondary-900: 105 79 22; /* ⬅ #694f16 */
|
|
46
|
+
/* tertiary | #411d96 */
|
|
47
|
+
--color-tertiary-50: 227 221 239; /* ⬅ #e3ddef */
|
|
48
|
+
--color-tertiary-100: 217 210 234; /* ⬅ #d9d2ea */
|
|
49
|
+
--color-tertiary-200: 208 199 229; /* ⬅ #d0c7e5 */
|
|
50
|
+
--color-tertiary-300: 179 165 213; /* ⬅ #b3a5d5 */
|
|
51
|
+
--color-tertiary-400: 122 97 182; /* ⬅ #7a61b6 */
|
|
52
|
+
--color-tertiary-500: 65 29 150; /* ⬅ #411d96 */
|
|
53
|
+
--color-tertiary-600: 59 26 135; /* ⬅ #3b1a87 */
|
|
54
|
+
--color-tertiary-700: 49 22 113; /* ⬅ #311671 */
|
|
55
|
+
--color-tertiary-800: 39 17 90; /* ⬅ #27115a */
|
|
56
|
+
--color-tertiary-900: 32 14 74; /* ⬅ #200e4a */
|
|
57
|
+
/* success | #aad765 */
|
|
58
|
+
--color-success-50: 242 249 232; /* ⬅ #f2f9e8 */
|
|
59
|
+
--color-success-100: 238 247 224; /* ⬅ #eef7e0 */
|
|
60
|
+
--color-success-200: 234 245 217; /* ⬅ #eaf5d9 */
|
|
61
|
+
--color-success-300: 221 239 193; /* ⬅ #ddefc1 */
|
|
62
|
+
--color-success-400: 196 227 147; /* ⬅ #c4e393 */
|
|
63
|
+
--color-success-500: 170 215 101; /* ⬅ #aad765 */
|
|
64
|
+
--color-success-600: 153 194 91; /* ⬅ #99c25b */
|
|
65
|
+
--color-success-700: 128 161 76; /* ⬅ #80a14c */
|
|
66
|
+
--color-success-800: 102 129 61; /* ⬅ #66813d */
|
|
67
|
+
--color-success-900: 83 105 49; /* ⬅ #536931 */
|
|
68
|
+
/* warning | #e1ca84 */
|
|
69
|
+
--color-warning-50: 251 247 237; /* ⬅ #fbf7ed */
|
|
70
|
+
--color-warning-100: 249 244 230; /* ⬅ #f9f4e6 */
|
|
71
|
+
--color-warning-200: 248 242 224; /* ⬅ #f8f2e0 */
|
|
72
|
+
--color-warning-300: 243 234 206; /* ⬅ #f3eace */
|
|
73
|
+
--color-warning-400: 234 218 169; /* ⬅ #eadaa9 */
|
|
74
|
+
--color-warning-500: 225 202 132; /* ⬅ #e1ca84 */
|
|
75
|
+
--color-warning-600: 203 182 119; /* ⬅ #cbb677 */
|
|
76
|
+
--color-warning-700: 169 152 99; /* ⬅ #a99863 */
|
|
77
|
+
--color-warning-800: 135 121 79; /* ⬅ #87794f */
|
|
78
|
+
--color-warning-900: 110 99 65; /* ⬅ #6e6341 */
|
|
79
|
+
/* error | #e1565d */
|
|
80
|
+
--color-error-50: 251 230 231; /* ⬅ #fbe6e7 */
|
|
81
|
+
--color-error-100: 249 221 223; /* ⬅ #f9dddf */
|
|
82
|
+
--color-error-200: 248 213 215; /* ⬅ #f8d5d7 */
|
|
83
|
+
--color-error-300: 243 187 190; /* ⬅ #f3bbbe */
|
|
84
|
+
--color-error-400: 234 137 142; /* ⬅ #ea898e */
|
|
85
|
+
--color-error-500: 225 86 93; /* ⬅ #e1565d */
|
|
86
|
+
--color-error-600: 203 77 84; /* ⬅ #cb4d54 */
|
|
87
|
+
--color-error-700: 169 65 70; /* ⬅ #a94146 */
|
|
88
|
+
--color-error-800: 135 52 56; /* ⬅ #873438 */
|
|
89
|
+
--color-error-900: 110 42 46; /* ⬅ #6e2a2e */
|
|
90
|
+
/* surface | #0f233e */
|
|
91
|
+
--color-surface-50: 219 222 226; /* ⬅ #dbdee2 */
|
|
92
|
+
--color-surface-100: 207 211 216; /* ⬅ #cfd3d8 */
|
|
93
|
+
--color-surface-200: 195 200 207; /* ⬅ #c3c8cf */
|
|
94
|
+
--color-surface-300: 159 167 178; /* ⬅ #9fa7b2 */
|
|
95
|
+
--color-surface-400: 87 101 120; /* ⬅ #576578 */
|
|
96
|
+
--color-surface-500: 15 35 62; /* ⬅ #0f233e */
|
|
97
|
+
--color-surface-600: 14 32 56; /* ⬅ #0e2038 */
|
|
98
|
+
--color-surface-700: 11 26 47; /* ⬅ #0b1a2f */
|
|
99
|
+
--color-surface-800: 9 21 37; /* ⬅ #091525 */
|
|
100
|
+
--color-surface-900: 7 17 30; /* ⬅ #07111e */
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* Applied to body with `<body data-theme="seasonal">` */
|
|
104
|
+
[data-theme='seasonal'] {
|
|
105
|
+
/* prettier-ignore */
|
|
106
|
+
background-image:
|
|
107
|
+
radial-gradient(at 22% 100%, hsla(39,68%,50%,0.23) 0px, transparent 50%),
|
|
108
|
+
radial-gradient(at 80% 100%, hsla(189,100%,56%,0.33) 0px, transparent 50%);
|
|
109
|
+
}
|
|
110
|
+
.dark [data-theme='seasonal'] {
|
|
111
|
+
/* prettier-ignore */
|
|
112
|
+
background-image:
|
|
113
|
+
radial-gradient(at 22% 0%, hsla(39,68%,50%,0.15) 0px, transparent 50%),
|
|
114
|
+
radial-gradient(at 80% 0%, hsla(189,100%,56%,0.15) 0px, transparent 50%);
|
|
115
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
/* https://fonts.google.com/specimen/Lato?query=lato¬o.query=Abril */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* =~= Theme Properties =~= */
|
|
6
|
+
--theme-font-family-base: system-ui;
|
|
7
|
+
--theme-font-family-heading: system-ui;
|
|
8
|
+
--theme-font-color-base: 0 0 0;
|
|
9
|
+
--theme-font-color-dark: 255 255 255;
|
|
10
|
+
--theme-rounded-base: 9999px;
|
|
11
|
+
--theme-rounded-container: 8px;
|
|
12
|
+
--theme-border-base: 1px;
|
|
13
|
+
/* =~= Theme On-X Colors =~= */
|
|
14
|
+
--on-primary: 0 0 0;
|
|
15
|
+
--on-secondary: 255 255 255;
|
|
16
|
+
--on-tertiary: 0 0 0;
|
|
17
|
+
--on-success: 0 0 0;
|
|
18
|
+
--on-warning: 0 0 0;
|
|
19
|
+
--on-error: 255 255 255;
|
|
20
|
+
--on-surface: 255 255 255;
|
|
21
|
+
/* =~= Theme Colors =~= */
|
|
22
|
+
/* primary | #0FBA81 */
|
|
23
|
+
--color-primary-50: 219 245 236; /* ⬅ #dbf5ec */
|
|
24
|
+
--color-primary-100: 207 241 230; /* ⬅ #cff1e6 */
|
|
25
|
+
--color-primary-200: 195 238 224; /* ⬅ #c3eee0 */
|
|
26
|
+
--color-primary-300: 159 227 205; /* ⬅ #9fe3cd */
|
|
27
|
+
--color-primary-400: 87 207 167; /* ⬅ #57cfa7 */
|
|
28
|
+
--color-primary-500: 15 186 129; /* ⬅ #0FBA81 */
|
|
29
|
+
--color-primary-600: 14 167 116; /* ⬅ #0ea774 */
|
|
30
|
+
--color-primary-700: 11 140 97; /* ⬅ #0b8c61 */
|
|
31
|
+
--color-primary-800: 9 112 77; /* ⬅ #09704d */
|
|
32
|
+
--color-primary-900: 7 91 63; /* ⬅ #075b3f */
|
|
33
|
+
/* secondary | #4F46E5 */
|
|
34
|
+
--color-secondary-50: 229 227 251; /* ⬅ #e5e3fb */
|
|
35
|
+
--color-secondary-100: 220 218 250; /* ⬅ #dcdafa */
|
|
36
|
+
--color-secondary-200: 211 209 249; /* ⬅ #d3d1f9 */
|
|
37
|
+
--color-secondary-300: 185 181 245; /* ⬅ #b9b5f5 */
|
|
38
|
+
--color-secondary-400: 132 126 237; /* ⬅ #847eed */
|
|
39
|
+
--color-secondary-500: 79 70 229; /* ⬅ #4F46E5 */
|
|
40
|
+
--color-secondary-600: 71 63 206; /* ⬅ #473fce */
|
|
41
|
+
--color-secondary-700: 59 53 172; /* ⬅ #3b35ac */
|
|
42
|
+
--color-secondary-800: 47 42 137; /* ⬅ #2f2a89 */
|
|
43
|
+
--color-secondary-900: 39 34 112; /* ⬅ #272270 */
|
|
44
|
+
/* tertiary | #0EA5E9 */
|
|
45
|
+
--color-tertiary-50: 219 242 252; /* ⬅ #dbf2fc */
|
|
46
|
+
--color-tertiary-100: 207 237 251; /* ⬅ #cfedfb */
|
|
47
|
+
--color-tertiary-200: 195 233 250; /* ⬅ #c3e9fa */
|
|
48
|
+
--color-tertiary-300: 159 219 246; /* ⬅ #9fdbf6 */
|
|
49
|
+
--color-tertiary-400: 86 192 240; /* ⬅ #56c0f0 */
|
|
50
|
+
--color-tertiary-500: 14 165 233; /* ⬅ #0EA5E9 */
|
|
51
|
+
--color-tertiary-600: 13 149 210; /* ⬅ #0d95d2 */
|
|
52
|
+
--color-tertiary-700: 11 124 175; /* ⬅ #0b7caf */
|
|
53
|
+
--color-tertiary-800: 8 99 140; /* ⬅ #08638c */
|
|
54
|
+
--color-tertiary-900: 7 81 114; /* ⬅ #075172 */
|
|
55
|
+
/* success | #84cc16 */
|
|
56
|
+
--color-success-50: 237 247 220; /* ⬅ #edf7dc */
|
|
57
|
+
--color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
|
|
58
|
+
--color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
|
|
59
|
+
--color-success-300: 206 235 162; /* ⬅ #ceeba2 */
|
|
60
|
+
--color-success-400: 169 219 92; /* ⬅ #a9db5c */
|
|
61
|
+
--color-success-500: 132 204 22; /* ⬅ #84cc16 */
|
|
62
|
+
--color-success-600: 119 184 20; /* ⬅ #77b814 */
|
|
63
|
+
--color-success-700: 99 153 17; /* ⬅ #639911 */
|
|
64
|
+
--color-success-800: 79 122 13; /* ⬅ #4f7a0d */
|
|
65
|
+
--color-success-900: 65 100 11; /* ⬅ #41640b */
|
|
66
|
+
/* warning | #EAB308 */
|
|
67
|
+
--color-warning-50: 252 244 218; /* ⬅ #fcf4da */
|
|
68
|
+
--color-warning-100: 251 240 206; /* ⬅ #fbf0ce */
|
|
69
|
+
--color-warning-200: 250 236 193; /* ⬅ #faecc1 */
|
|
70
|
+
--color-warning-300: 247 225 156; /* ⬅ #f7e19c */
|
|
71
|
+
--color-warning-400: 240 202 82; /* ⬅ #f0ca52 */
|
|
72
|
+
--color-warning-500: 234 179 8; /* ⬅ #EAB308 */
|
|
73
|
+
--color-warning-600: 211 161 7; /* ⬅ #d3a107 */
|
|
74
|
+
--color-warning-700: 176 134 6; /* ⬅ #b08606 */
|
|
75
|
+
--color-warning-800: 140 107 5; /* ⬅ #8c6b05 */
|
|
76
|
+
--color-warning-900: 115 88 4; /* ⬅ #735804 */
|
|
77
|
+
/* error | #D41976 */
|
|
78
|
+
--color-error-50: 249 221 234; /* ⬅ #f9ddea */
|
|
79
|
+
--color-error-100: 246 209 228; /* ⬅ #f6d1e4 */
|
|
80
|
+
--color-error-200: 244 198 221; /* ⬅ #f4c6dd */
|
|
81
|
+
--color-error-300: 238 163 200; /* ⬅ #eea3c8 */
|
|
82
|
+
--color-error-400: 225 94 159; /* ⬅ #e15e9f */
|
|
83
|
+
--color-error-500: 212 25 118; /* ⬅ #D41976 */
|
|
84
|
+
--color-error-600: 191 23 106; /* ⬅ #bf176a */
|
|
85
|
+
--color-error-700: 159 19 89; /* ⬅ #9f1359 */
|
|
86
|
+
--color-error-800: 127 15 71; /* ⬅ #7f0f47 */
|
|
87
|
+
--color-error-900: 104 12 58; /* ⬅ #680c3a */
|
|
88
|
+
/* surface | #495a8f */
|
|
89
|
+
--color-surface-50: 228 230 238; /* ⬅ #e4e6ee */
|
|
90
|
+
--color-surface-100: 219 222 233; /* ⬅ #dbdee9 */
|
|
91
|
+
--color-surface-200: 210 214 227; /* ⬅ #d2d6e3 */
|
|
92
|
+
--color-surface-300: 182 189 210; /* ⬅ #b6bdd2 */
|
|
93
|
+
--color-surface-400: 128 140 177; /* ⬅ #808cb1 */
|
|
94
|
+
--color-surface-500: 73 90 143; /* ⬅ #495a8f */
|
|
95
|
+
--color-surface-600: 66 81 129; /* ⬅ #425181 */
|
|
96
|
+
--color-surface-700: 55 68 107; /* ⬅ #37446b */
|
|
97
|
+
--color-surface-800: 44 54 86; /* ⬅ #2c3656 */
|
|
98
|
+
--color-surface-900: 36 44 70; /* ⬅ #242c46 */
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* Headings */
|
|
102
|
+
[data-theme='skeleton'] h1,
|
|
103
|
+
[data-theme='skeleton'] h2,
|
|
104
|
+
[data-theme='skeleton'] h3,
|
|
105
|
+
[data-theme='skeleton'] h4,
|
|
106
|
+
[data-theme='skeleton'] h5,
|
|
107
|
+
[data-theme='skeleton'] h6 {
|
|
108
|
+
font-weight: bold;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* Applied to body with `<body data-theme="skeleton">` */
|
|
112
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
113
|
+
/* prettier-ignore */
|
|
114
|
+
[data-theme='skeleton'] {
|
|
115
|
+
background-image:
|
|
116
|
+
radial-gradient(at 0% 0%, rgba(var(--color-secondary-500) / 0.33) 0px, transparent 50%),
|
|
117
|
+
radial-gradient(at 98% 1%, rgba(var(--color-error-500) / 0.33) 0px, transparent 50%);
|
|
118
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/* https://fonts.google.com/specimen/Abril+Fatface?query=Abril+Fatface¬o.query=Abril */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
|
|
3
|
+
/* https://fonts.google.com/noto/specimen/Noto+Sans?query=sans */
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap');
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* =~= Theme Styles =~= */
|
|
8
|
+
--theme-font-family-base: 'Noto Sans', sans-serif;
|
|
9
|
+
--theme-font-family-heading: 'Abril Fatface', cursive;
|
|
10
|
+
--theme-font-color-base: var(--color-primary-900);
|
|
11
|
+
--theme-font-color-dark: var(--color-primary-100);
|
|
12
|
+
--theme-rounded-base: 2px;
|
|
13
|
+
--theme-rounded-container: 4px;
|
|
14
|
+
--theme-border-base: 1px;
|
|
15
|
+
/* =~= Theme On-X Colors =~= */
|
|
16
|
+
--on-primary: 0 0 0;
|
|
17
|
+
--on-secondary: 0 0 0;
|
|
18
|
+
--on-tertiary: 0 0 0;
|
|
19
|
+
--on-success: 0 0 0;
|
|
20
|
+
--on-warning: 0 0 0;
|
|
21
|
+
--on-error: 0 0 0;
|
|
22
|
+
--on-surface: 255 255 255;
|
|
23
|
+
/* =~= Theme Colors =~= */
|
|
24
|
+
/* primary | #ea861a */
|
|
25
|
+
--color-primary-50: 252 237 221; /* ⬅ #fceddd */
|
|
26
|
+
--color-primary-100: 251 231 209; /* ⬅ #fbe7d1 */
|
|
27
|
+
--color-primary-200: 250 225 198; /* ⬅ #fae1c6 */
|
|
28
|
+
--color-primary-300: 247 207 163; /* ⬅ #f7cfa3 */
|
|
29
|
+
--color-primary-400: 240 170 95; /* ⬅ #f0aa5f */
|
|
30
|
+
--color-primary-500: 234 134 26; /* ⬅ #ea861a */
|
|
31
|
+
--color-primary-600: 211 121 23; /* ⬅ #d37917 */
|
|
32
|
+
--color-primary-700: 176 101 20; /* ⬅ #b06514 */
|
|
33
|
+
--color-primary-800: 140 80 16; /* ⬅ #8c5010 */
|
|
34
|
+
--color-primary-900: 115 66 13; /* ⬅ #73420d */
|
|
35
|
+
/* secondary | #97cea5 */
|
|
36
|
+
--color-secondary-50: 239 248 242; /* ⬅ #eff8f2 */
|
|
37
|
+
--color-secondary-100: 234 245 237; /* ⬅ #eaf5ed */
|
|
38
|
+
--color-secondary-200: 229 243 233; /* ⬅ #e5f3e9 */
|
|
39
|
+
--color-secondary-300: 213 235 219; /* ⬅ #d5ebdb */
|
|
40
|
+
--color-secondary-400: 182 221 192; /* ⬅ #b6ddc0 */
|
|
41
|
+
--color-secondary-500: 151 206 165; /* ⬅ #97cea5 */
|
|
42
|
+
--color-secondary-600: 136 185 149; /* ⬅ #88b995 */
|
|
43
|
+
--color-secondary-700: 113 155 124; /* ⬅ #719b7c */
|
|
44
|
+
--color-secondary-800: 91 124 99; /* ⬅ #5b7c63 */
|
|
45
|
+
--color-secondary-900: 74 101 81; /* ⬅ #4a6551 */
|
|
46
|
+
/* tertiary | #06b6d4 */
|
|
47
|
+
--color-tertiary-50: 218 244 249; /* ⬅ #daf4f9 */
|
|
48
|
+
--color-tertiary-100: 205 240 246; /* ⬅ #cdf0f6 */
|
|
49
|
+
--color-tertiary-200: 193 237 244; /* ⬅ #c1edf4 */
|
|
50
|
+
--color-tertiary-300: 155 226 238; /* ⬅ #9be2ee */
|
|
51
|
+
--color-tertiary-400: 81 204 225; /* ⬅ #51cce1 */
|
|
52
|
+
--color-tertiary-500: 6 182 212; /* ⬅ #06b6d4 */
|
|
53
|
+
--color-tertiary-600: 5 164 191; /* ⬅ #05a4bf */
|
|
54
|
+
--color-tertiary-700: 5 137 159; /* ⬅ #05899f */
|
|
55
|
+
--color-tertiary-800: 4 109 127; /* ⬅ #046d7f */
|
|
56
|
+
--color-tertiary-900: 3 89 104; /* ⬅ #035968 */
|
|
57
|
+
/* success | #84cb5d */
|
|
58
|
+
--color-success-50: 237 247 231; /* ⬅ #edf7e7 */
|
|
59
|
+
--color-success-100: 230 245 223; /* ⬅ #e6f5df */
|
|
60
|
+
--color-success-200: 224 242 215; /* ⬅ #e0f2d7 */
|
|
61
|
+
--color-success-300: 206 234 190; /* ⬅ #ceeabe */
|
|
62
|
+
--color-success-400: 169 219 142; /* ⬅ #a9db8e */
|
|
63
|
+
--color-success-500: 132 203 93; /* ⬅ #84cb5d */
|
|
64
|
+
--color-success-600: 119 183 84; /* ⬅ #77b754 */
|
|
65
|
+
--color-success-700: 99 152 70; /* ⬅ #639846 */
|
|
66
|
+
--color-success-800: 79 122 56; /* ⬅ #4f7a38 */
|
|
67
|
+
--color-success-900: 65 99 46; /* ⬅ #41632e */
|
|
68
|
+
/* warning | #f2ac23 */
|
|
69
|
+
--color-warning-50: 253 243 222; /* ⬅ #fdf3de */
|
|
70
|
+
--color-warning-100: 252 238 211; /* ⬅ #fceed3 */
|
|
71
|
+
--color-warning-200: 252 234 200; /* ⬅ #fceac8 */
|
|
72
|
+
--color-warning-300: 250 222 167; /* ⬅ #fadea7 */
|
|
73
|
+
--color-warning-400: 246 197 101; /* ⬅ #f6c565 */
|
|
74
|
+
--color-warning-500: 242 172 35; /* ⬅ #f2ac23 */
|
|
75
|
+
--color-warning-600: 218 155 32; /* ⬅ #da9b20 */
|
|
76
|
+
--color-warning-700: 182 129 26; /* ⬅ #b6811a */
|
|
77
|
+
--color-warning-800: 145 103 21; /* ⬅ #916715 */
|
|
78
|
+
--color-warning-900: 119 84 17; /* ⬅ #775411 */
|
|
79
|
+
/* error | #d57e78 */
|
|
80
|
+
--color-error-50: 249 236 235; /* ⬅ #f9eceb */
|
|
81
|
+
--color-error-100: 247 229 228; /* ⬅ #f7e5e4 */
|
|
82
|
+
--color-error-200: 245 223 221; /* ⬅ #f5dfdd */
|
|
83
|
+
--color-error-300: 238 203 201; /* ⬅ #eecbc9 */
|
|
84
|
+
--color-error-400: 226 165 161; /* ⬅ #e2a5a1 */
|
|
85
|
+
--color-error-500: 213 126 120; /* ⬅ #d57e78 */
|
|
86
|
+
--color-error-600: 192 113 108; /* ⬅ #c0716c */
|
|
87
|
+
--color-error-700: 160 95 90; /* ⬅ #a05f5a */
|
|
88
|
+
--color-error-800: 128 76 72; /* ⬅ #804c48 */
|
|
89
|
+
--color-error-900: 104 62 59; /* ⬅ #683e3b */
|
|
90
|
+
/* surface | #3f3731 */
|
|
91
|
+
--color-surface-50: 226 225 224; /* ⬅ #e2e1e0 */
|
|
92
|
+
--color-surface-100: 217 215 214; /* ⬅ #d9d7d6 */
|
|
93
|
+
--color-surface-200: 207 205 204; /* ⬅ #cfcdcc */
|
|
94
|
+
--color-surface-300: 178 175 173; /* ⬅ #b2afad */
|
|
95
|
+
--color-surface-400: 121 115 111; /* ⬅ #79736f */
|
|
96
|
+
--color-surface-500: 63 55 49; /* ⬅ #3f3731 */
|
|
97
|
+
--color-surface-600: 57 50 44; /* ⬅ #39322c */
|
|
98
|
+
--color-surface-700: 47 41 37; /* ⬅ #2f2925 */
|
|
99
|
+
--color-surface-800: 38 33 29; /* ⬅ #26211d */
|
|
100
|
+
--color-surface-900: 31 27 24; /* ⬅ #1f1b18 */
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
[data-theme='vintage'] h1,
|
|
104
|
+
[data-theme='vintage'] h2,
|
|
105
|
+
[data-theme='vintage'] h3,
|
|
106
|
+
[data-theme='vintage'] h4,
|
|
107
|
+
[data-theme='vintage'] h5,
|
|
108
|
+
[data-theme='vintage'] h6 {
|
|
109
|
+
letter-spacing: 1px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/* Applied to body with `<body data-theme="vintage">` */
|
|
113
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
114
|
+
[data-theme='vintage'] {
|
|
115
|
+
/* prettier-ignore */
|
|
116
|
+
background-image:
|
|
117
|
+
radial-gradient(at 100% 0%, hsla(135,34%,70%,0.20) 0px, transparent 50%),
|
|
118
|
+
radial-gradient(at 85% 100%, hsla(31,83%,50%,0.20) 0px, transparent 50%);
|
|
119
|
+
}
|
|
120
|
+
.dark [data-theme='vintage'] {
|
|
121
|
+
/* prettier-ignore */
|
|
122
|
+
background-image:
|
|
123
|
+
radial-gradient(at 100% 0%, hsla(135,34%,70%,0.14) 0px, transparent 50%),
|
|
124
|
+
radial-gradient(at 85% 100%, hsla(31,83%,50%,0.14) 0px, transparent 50%);
|
|
125
|
+
}
|