@ojiepermana/angular-theme 22.0.34 → 22.0.36
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/README.md +38 -19
- package/fesm2022/ojiepermana-angular-theme-layout-services.mjs +6 -6
- package/fesm2022/ojiepermana-angular-theme-layout-wrapper.mjs +51 -35
- package/fesm2022/ojiepermana-angular-theme-layout.mjs +24 -24
- package/fesm2022/ojiepermana-angular-theme-page.mjs +24 -24
- package/fesm2022/ojiepermana-angular-theme-styles.mjs +359 -56
- package/package.json +3 -3
- package/styles/README.md +10 -3
- package/styles/css/{seasonal/base → base}/tailwind.css +9 -5
- package/styles/css/{seasonal/base → base}/theme.css +1 -6
- package/styles/css/{seasonal/base → base}/tokens.css +26 -16
- package/styles/css/color/amber.css +50 -0
- package/styles/css/color/blue.css +50 -0
- package/styles/css/color/brand.css +16 -0
- package/styles/css/color/cyan.css +50 -0
- package/styles/css/color/emerald.css +50 -0
- package/styles/css/color/fuchsia.css +50 -0
- package/styles/css/color/green.css +50 -0
- package/styles/css/color/index.css +19 -0
- package/styles/css/color/indigo.css +50 -0
- package/styles/css/color/lime.css +50 -0
- package/styles/css/color/orange.css +50 -0
- package/styles/css/color/pink.css +50 -0
- package/styles/css/color/purple.css +50 -0
- package/styles/css/color/red.css +50 -0
- package/styles/css/color/rose.css +50 -0
- package/styles/css/color/sky.css +50 -0
- package/styles/css/color/teal.css +50 -0
- package/styles/css/color/violet.css +50 -0
- package/styles/css/color/yellow.css +50 -0
- package/styles/css/index.css +15 -6
- package/styles/css/neutral/gray.css +34 -0
- package/styles/css/neutral/index.css +11 -0
- package/styles/css/neutral/mauve.css +34 -0
- package/styles/css/neutral/mist.css +34 -0
- package/styles/css/neutral/neutral.css +34 -0
- package/styles/css/neutral/olive.css +34 -0
- package/styles/css/neutral/slate.css +34 -0
- package/styles/css/neutral/stone.css +34 -0
- package/styles/css/neutral/taupe.css +34 -0
- package/styles/css/neutral/zinc.css +34 -0
- package/styles/css/radius/index.css +29 -0
- package/styles/css/space/index.css +24 -0
- package/types/ojiepermana-angular-theme-layout-wrapper.d.ts +10 -2
- package/types/ojiepermana-angular-theme-styles.d.ts +168 -37
- package/styles/css/seasonal/ied/package.css +0 -4
- package/styles/css/seasonal/ied/theme.css +0 -78
- package/styles/css/seasonal/imlek/components.css +0 -87
- package/styles/css/seasonal/imlek/package.css +0 -6
- package/styles/css/seasonal/imlek/tailwind.css +0 -144
- package/styles/css/seasonal/imlek/theme.css +0 -95
- package/styles/css/seasonal/imlek/tokens.css +0 -152
- package/styles/css/seasonal/index.css +0 -6
- package/styles/css/seasonal/natal/package.css +0 -4
- package/styles/css/seasonal/natal/theme.css +0 -78
- package/styles/css/seasonal/new-year/package.css +0 -4
- package/styles/css/seasonal/new-year/theme.css +0 -78
- package/styles/css/seasonal/ramadhan/package.css +0 -4
- package/styles/css/seasonal/ramadhan/theme.css +0 -78
- /package/styles/css/{seasonal/base → base}/components.css +0 -0
- /package/styles/css/{seasonal/base → base}/package.css +0 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: pink. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='pink'][data-mode='light'] {
|
|
6
|
+
--background: 330 23% 98%;
|
|
7
|
+
--foreground: 330 28% 16%;
|
|
8
|
+
--surface: 330 27% 95%;
|
|
9
|
+
--surface-foreground: 330 28% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 330 28% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 330 28% 16%;
|
|
14
|
+
--muted: 330 23% 95%;
|
|
15
|
+
--muted-foreground: 330 16% 40%;
|
|
16
|
+
--border: 330 23% 87%;
|
|
17
|
+
--input: 330 23% 87%;
|
|
18
|
+
--primary: 330 78% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 330 47% 94%;
|
|
21
|
+
--accent-foreground: 330 78% 32%;
|
|
22
|
+
--secondary: 330 31% 93%;
|
|
23
|
+
--secondary-foreground: 330 78% 28%;
|
|
24
|
+
--ring: 330 78% 48%;
|
|
25
|
+
--highlight: 330 78% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='pink'][data-mode='dark'] {
|
|
29
|
+
--background: 330 23% 8%;
|
|
30
|
+
--foreground: 330 12% 96%;
|
|
31
|
+
--surface: 330 20% 12%;
|
|
32
|
+
--surface-foreground: 330 12% 96%;
|
|
33
|
+
--card: 330 23% 9%;
|
|
34
|
+
--card-foreground: 330 12% 96%;
|
|
35
|
+
--popover: 330 23% 9%;
|
|
36
|
+
--popover-foreground: 330 12% 96%;
|
|
37
|
+
--muted: 330 20% 16%;
|
|
38
|
+
--muted-foreground: 330 16% 64%;
|
|
39
|
+
--border: 330 20% 18%;
|
|
40
|
+
--input: 330 20% 18%;
|
|
41
|
+
--primary: 330 78% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 330 39% 18%;
|
|
44
|
+
--accent-foreground: 330 62% 80%;
|
|
45
|
+
--secondary: 330 31% 18%;
|
|
46
|
+
--secondary-foreground: 330 55% 82%;
|
|
47
|
+
--ring: 330 78% 58%;
|
|
48
|
+
--highlight: 330 78% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: purple. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='purple'][data-mode='light'] {
|
|
6
|
+
--background: 271 24% 98%;
|
|
7
|
+
--foreground: 271 28% 16%;
|
|
8
|
+
--surface: 271 28% 95%;
|
|
9
|
+
--surface-foreground: 271 28% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 271 28% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 271 28% 16%;
|
|
14
|
+
--muted: 271 24% 95%;
|
|
15
|
+
--muted-foreground: 271 16% 40%;
|
|
16
|
+
--border: 271 24% 87%;
|
|
17
|
+
--input: 271 24% 87%;
|
|
18
|
+
--primary: 271 81% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 271 49% 94%;
|
|
21
|
+
--accent-foreground: 271 81% 32%;
|
|
22
|
+
--secondary: 271 32% 93%;
|
|
23
|
+
--secondary-foreground: 271 81% 28%;
|
|
24
|
+
--ring: 271 81% 48%;
|
|
25
|
+
--highlight: 271 81% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='purple'][data-mode='dark'] {
|
|
29
|
+
--background: 271 24% 8%;
|
|
30
|
+
--foreground: 271 12% 96%;
|
|
31
|
+
--surface: 271 20% 12%;
|
|
32
|
+
--surface-foreground: 271 12% 96%;
|
|
33
|
+
--card: 271 24% 9%;
|
|
34
|
+
--card-foreground: 271 12% 96%;
|
|
35
|
+
--popover: 271 24% 9%;
|
|
36
|
+
--popover-foreground: 271 12% 96%;
|
|
37
|
+
--muted: 271 20% 16%;
|
|
38
|
+
--muted-foreground: 271 16% 64%;
|
|
39
|
+
--border: 271 20% 18%;
|
|
40
|
+
--input: 271 20% 18%;
|
|
41
|
+
--primary: 271 81% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 271 41% 18%;
|
|
44
|
+
--accent-foreground: 271 65% 80%;
|
|
45
|
+
--secondary: 271 32% 18%;
|
|
46
|
+
--secondary-foreground: 271 57% 82%;
|
|
47
|
+
--ring: 271 81% 58%;
|
|
48
|
+
--highlight: 271 81% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: red. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='red'][data-mode='light'] {
|
|
6
|
+
--background: 0 22% 98%;
|
|
7
|
+
--foreground: 0 26% 16%;
|
|
8
|
+
--surface: 0 25% 95%;
|
|
9
|
+
--surface-foreground: 0 26% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 0 26% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 0 26% 16%;
|
|
14
|
+
--muted: 0 22% 95%;
|
|
15
|
+
--muted-foreground: 0 14% 40%;
|
|
16
|
+
--border: 0 22% 87%;
|
|
17
|
+
--input: 0 22% 87%;
|
|
18
|
+
--primary: 0 72% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 0 43% 94%;
|
|
21
|
+
--accent-foreground: 0 72% 32%;
|
|
22
|
+
--secondary: 0 29% 93%;
|
|
23
|
+
--secondary-foreground: 0 72% 28%;
|
|
24
|
+
--ring: 0 72% 48%;
|
|
25
|
+
--highlight: 0 72% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='red'][data-mode='dark'] {
|
|
29
|
+
--background: 0 22% 8%;
|
|
30
|
+
--foreground: 0 11% 96%;
|
|
31
|
+
--surface: 0 18% 12%;
|
|
32
|
+
--surface-foreground: 0 11% 96%;
|
|
33
|
+
--card: 0 22% 9%;
|
|
34
|
+
--card-foreground: 0 11% 96%;
|
|
35
|
+
--popover: 0 22% 9%;
|
|
36
|
+
--popover-foreground: 0 11% 96%;
|
|
37
|
+
--muted: 0 18% 16%;
|
|
38
|
+
--muted-foreground: 0 14% 64%;
|
|
39
|
+
--border: 0 18% 18%;
|
|
40
|
+
--input: 0 18% 18%;
|
|
41
|
+
--primary: 0 72% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 0 36% 18%;
|
|
44
|
+
--accent-foreground: 0 58% 80%;
|
|
45
|
+
--secondary: 0 29% 18%;
|
|
46
|
+
--secondary-foreground: 0 50% 82%;
|
|
47
|
+
--ring: 0 72% 58%;
|
|
48
|
+
--highlight: 0 72% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: rose. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='rose'][data-mode='light'] {
|
|
6
|
+
--background: 349 25% 98%;
|
|
7
|
+
--foreground: 349 29% 16%;
|
|
8
|
+
--surface: 349 29% 95%;
|
|
9
|
+
--surface-foreground: 349 29% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 349 29% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 349 29% 16%;
|
|
14
|
+
--muted: 349 25% 95%;
|
|
15
|
+
--muted-foreground: 349 17% 40%;
|
|
16
|
+
--border: 349 25% 87%;
|
|
17
|
+
--input: 349 25% 87%;
|
|
18
|
+
--primary: 349 84% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 349 50% 94%;
|
|
21
|
+
--accent-foreground: 349 84% 32%;
|
|
22
|
+
--secondary: 349 34% 93%;
|
|
23
|
+
--secondary-foreground: 349 84% 28%;
|
|
24
|
+
--ring: 349 84% 48%;
|
|
25
|
+
--highlight: 349 84% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='rose'][data-mode='dark'] {
|
|
29
|
+
--background: 349 25% 8%;
|
|
30
|
+
--foreground: 349 13% 96%;
|
|
31
|
+
--surface: 349 21% 12%;
|
|
32
|
+
--surface-foreground: 349 13% 96%;
|
|
33
|
+
--card: 349 25% 9%;
|
|
34
|
+
--card-foreground: 349 13% 96%;
|
|
35
|
+
--popover: 349 25% 9%;
|
|
36
|
+
--popover-foreground: 349 13% 96%;
|
|
37
|
+
--muted: 349 21% 16%;
|
|
38
|
+
--muted-foreground: 349 17% 64%;
|
|
39
|
+
--border: 349 21% 18%;
|
|
40
|
+
--input: 349 21% 18%;
|
|
41
|
+
--primary: 349 84% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 349 42% 18%;
|
|
44
|
+
--accent-foreground: 349 67% 80%;
|
|
45
|
+
--secondary: 349 34% 18%;
|
|
46
|
+
--secondary-foreground: 349 59% 82%;
|
|
47
|
+
--ring: 349 84% 58%;
|
|
48
|
+
--highlight: 349 84% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: sky. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='sky'][data-mode='light'] {
|
|
6
|
+
--background: 199 27% 98%;
|
|
7
|
+
--foreground: 199 30% 16%;
|
|
8
|
+
--surface: 199 31% 95%;
|
|
9
|
+
--surface-foreground: 199 30% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 199 30% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 199 30% 16%;
|
|
14
|
+
--muted: 199 27% 95%;
|
|
15
|
+
--muted-foreground: 199 18% 40%;
|
|
16
|
+
--border: 199 27% 87%;
|
|
17
|
+
--input: 199 27% 87%;
|
|
18
|
+
--primary: 199 89% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 199 53% 94%;
|
|
21
|
+
--accent-foreground: 199 89% 32%;
|
|
22
|
+
--secondary: 199 36% 93%;
|
|
23
|
+
--secondary-foreground: 199 89% 28%;
|
|
24
|
+
--ring: 199 89% 48%;
|
|
25
|
+
--highlight: 199 89% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='sky'][data-mode='dark'] {
|
|
29
|
+
--background: 199 27% 8%;
|
|
30
|
+
--foreground: 199 13% 96%;
|
|
31
|
+
--surface: 199 22% 12%;
|
|
32
|
+
--surface-foreground: 199 13% 96%;
|
|
33
|
+
--card: 199 27% 9%;
|
|
34
|
+
--card-foreground: 199 13% 96%;
|
|
35
|
+
--popover: 199 27% 9%;
|
|
36
|
+
--popover-foreground: 199 13% 96%;
|
|
37
|
+
--muted: 199 22% 16%;
|
|
38
|
+
--muted-foreground: 199 18% 64%;
|
|
39
|
+
--border: 199 22% 18%;
|
|
40
|
+
--input: 199 22% 18%;
|
|
41
|
+
--primary: 199 89% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 199 45% 18%;
|
|
44
|
+
--accent-foreground: 199 71% 80%;
|
|
45
|
+
--secondary: 199 36% 18%;
|
|
46
|
+
--secondary-foreground: 199 62% 82%;
|
|
47
|
+
--ring: 199 89% 58%;
|
|
48
|
+
--highlight: 199 89% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: teal. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='teal'][data-mode='light'] {
|
|
6
|
+
--background: 173 23% 98%;
|
|
7
|
+
--foreground: 173 27% 16%;
|
|
8
|
+
--surface: 173 26% 95%;
|
|
9
|
+
--surface-foreground: 173 27% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 173 27% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 173 27% 16%;
|
|
14
|
+
--muted: 173 23% 95%;
|
|
15
|
+
--muted-foreground: 173 15% 40%;
|
|
16
|
+
--border: 173 23% 87%;
|
|
17
|
+
--input: 173 23% 87%;
|
|
18
|
+
--primary: 173 75% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 173 45% 94%;
|
|
21
|
+
--accent-foreground: 173 75% 32%;
|
|
22
|
+
--secondary: 173 30% 93%;
|
|
23
|
+
--secondary-foreground: 173 75% 28%;
|
|
24
|
+
--ring: 173 75% 48%;
|
|
25
|
+
--highlight: 173 75% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='teal'][data-mode='dark'] {
|
|
29
|
+
--background: 173 23% 8%;
|
|
30
|
+
--foreground: 173 11% 96%;
|
|
31
|
+
--surface: 173 19% 12%;
|
|
32
|
+
--surface-foreground: 173 11% 96%;
|
|
33
|
+
--card: 173 23% 9%;
|
|
34
|
+
--card-foreground: 173 11% 96%;
|
|
35
|
+
--popover: 173 23% 9%;
|
|
36
|
+
--popover-foreground: 173 11% 96%;
|
|
37
|
+
--muted: 173 19% 16%;
|
|
38
|
+
--muted-foreground: 173 15% 64%;
|
|
39
|
+
--border: 173 19% 18%;
|
|
40
|
+
--input: 173 19% 18%;
|
|
41
|
+
--primary: 173 75% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 173 38% 18%;
|
|
44
|
+
--accent-foreground: 173 60% 80%;
|
|
45
|
+
--secondary: 173 30% 18%;
|
|
46
|
+
--secondary-foreground: 173 53% 82%;
|
|
47
|
+
--ring: 173 75% 58%;
|
|
48
|
+
--highlight: 173 75% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: violet. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='violet'][data-mode='light'] {
|
|
6
|
+
--background: 258 26% 98%;
|
|
7
|
+
--foreground: 258 30% 16%;
|
|
8
|
+
--surface: 258 30% 95%;
|
|
9
|
+
--surface-foreground: 258 30% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 258 30% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 258 30% 16%;
|
|
14
|
+
--muted: 258 26% 95%;
|
|
15
|
+
--muted-foreground: 258 17% 40%;
|
|
16
|
+
--border: 258 26% 87%;
|
|
17
|
+
--input: 258 26% 87%;
|
|
18
|
+
--primary: 258 86% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 258 52% 94%;
|
|
21
|
+
--accent-foreground: 258 86% 32%;
|
|
22
|
+
--secondary: 258 34% 93%;
|
|
23
|
+
--secondary-foreground: 258 86% 28%;
|
|
24
|
+
--ring: 258 86% 48%;
|
|
25
|
+
--highlight: 258 86% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='violet'][data-mode='dark'] {
|
|
29
|
+
--background: 258 26% 8%;
|
|
30
|
+
--foreground: 258 13% 96%;
|
|
31
|
+
--surface: 258 22% 12%;
|
|
32
|
+
--surface-foreground: 258 13% 96%;
|
|
33
|
+
--card: 258 26% 9%;
|
|
34
|
+
--card-foreground: 258 13% 96%;
|
|
35
|
+
--popover: 258 26% 9%;
|
|
36
|
+
--popover-foreground: 258 13% 96%;
|
|
37
|
+
--muted: 258 22% 16%;
|
|
38
|
+
--muted-foreground: 258 17% 64%;
|
|
39
|
+
--border: 258 22% 18%;
|
|
40
|
+
--input: 258 22% 18%;
|
|
41
|
+
--primary: 258 86% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 100%;
|
|
43
|
+
--accent: 258 43% 18%;
|
|
44
|
+
--accent-foreground: 258 69% 80%;
|
|
45
|
+
--secondary: 258 34% 18%;
|
|
46
|
+
--secondary-foreground: 258 60% 82%;
|
|
47
|
+
--ring: 258 86% 58%;
|
|
48
|
+
--highlight: 258 86% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: yellow. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='yellow'][data-mode='light'] {
|
|
6
|
+
--background: 48 29% 98%;
|
|
7
|
+
--foreground: 48 32% 16%;
|
|
8
|
+
--surface: 48 34% 95%;
|
|
9
|
+
--surface-foreground: 48 32% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 48 32% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 48 32% 16%;
|
|
14
|
+
--muted: 48 29% 95%;
|
|
15
|
+
--muted-foreground: 48 19% 40%;
|
|
16
|
+
--border: 48 29% 87%;
|
|
17
|
+
--input: 48 29% 87%;
|
|
18
|
+
--primary: 48 96% 48%;
|
|
19
|
+
--primary-foreground: 0 0% 12%;
|
|
20
|
+
--accent: 48 58% 94%;
|
|
21
|
+
--accent-foreground: 48 96% 32%;
|
|
22
|
+
--secondary: 48 38% 93%;
|
|
23
|
+
--secondary-foreground: 48 96% 28%;
|
|
24
|
+
--ring: 48 96% 48%;
|
|
25
|
+
--highlight: 48 96% 64%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
html[theme-color='yellow'][data-mode='dark'] {
|
|
29
|
+
--background: 48 29% 8%;
|
|
30
|
+
--foreground: 48 14% 96%;
|
|
31
|
+
--surface: 48 24% 12%;
|
|
32
|
+
--surface-foreground: 48 14% 96%;
|
|
33
|
+
--card: 48 29% 9%;
|
|
34
|
+
--card-foreground: 48 14% 96%;
|
|
35
|
+
--popover: 48 29% 9%;
|
|
36
|
+
--popover-foreground: 48 14% 96%;
|
|
37
|
+
--muted: 48 24% 16%;
|
|
38
|
+
--muted-foreground: 48 19% 64%;
|
|
39
|
+
--border: 48 24% 18%;
|
|
40
|
+
--input: 48 24% 18%;
|
|
41
|
+
--primary: 48 96% 58%;
|
|
42
|
+
--primary-foreground: 0 0% 10%;
|
|
43
|
+
--accent: 48 48% 18%;
|
|
44
|
+
--accent-foreground: 48 77% 80%;
|
|
45
|
+
--secondary: 48 38% 18%;
|
|
46
|
+
--secondary-foreground: 48 67% 82%;
|
|
47
|
+
--ring: 48 96% 58%;
|
|
48
|
+
--highlight: 48 96% 58%;
|
|
49
|
+
}
|
|
50
|
+
}
|
package/styles/css/index.css
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Default theme stylesheet: base
|
|
2
|
+
* Default theme stylesheet: core base theme + all runtime theme axes.
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* - base/ core tokens, light/dark, components (all axes' 'base'/default)
|
|
5
|
+
* - color/ accent palettes (theme-color) — full tinted palette per color
|
|
6
|
+
* - neutral/ gray families (theme-neutral) — imported AFTER color so it wins
|
|
7
|
+
* the shared neutral tokens when both axes are set
|
|
8
|
+
* - radius/ corner radius presets (theme-radius) — drive --radius-base
|
|
9
|
+
* - space/ spacing density presets (theme-space) — drive --spacing-base
|
|
10
|
+
*
|
|
11
|
+
* Axes are runtime-switched via <html theme-color|theme-neutral|theme-radius|
|
|
12
|
+
* theme-space> by their services; --brand is set by ThemeBrandService.
|
|
8
13
|
*/
|
|
9
|
-
@import './
|
|
14
|
+
@import './base/package.css';
|
|
15
|
+
@import './color/index.css';
|
|
16
|
+
@import './neutral/index.css';
|
|
17
|
+
@import './radius/index.css';
|
|
18
|
+
@import './space/index.css';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: gray. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='gray'][data-mode='light'] {
|
|
6
|
+
--background: 220 5% 98%;
|
|
7
|
+
--foreground: 220 9% 12%;
|
|
8
|
+
--surface: 220 9% 96%;
|
|
9
|
+
--surface-foreground: 220 9% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 220 9% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 220 9% 12%;
|
|
14
|
+
--muted: 220 9% 95%;
|
|
15
|
+
--muted-foreground: 220 9% 42%;
|
|
16
|
+
--border: 220 9% 88%;
|
|
17
|
+
--input: 220 9% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='gray'][data-mode='dark'] {
|
|
21
|
+
--background: 220 9% 7%;
|
|
22
|
+
--foreground: 220 5% 96%;
|
|
23
|
+
--surface: 220 9% 11%;
|
|
24
|
+
--surface-foreground: 220 5% 96%;
|
|
25
|
+
--card: 220 9% 8%;
|
|
26
|
+
--card-foreground: 220 5% 96%;
|
|
27
|
+
--popover: 220 9% 8%;
|
|
28
|
+
--popover-foreground: 220 5% 96%;
|
|
29
|
+
--muted: 220 9% 15%;
|
|
30
|
+
--muted-foreground: 220 6% 64%;
|
|
31
|
+
--border: 220 9% 17%;
|
|
32
|
+
--input: 220 9% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* Neutral families (theme-neutral). Imported AFTER accent so it wins the gray
|
|
2
|
+
* family at equal specificity. base = core theme (no file). */
|
|
3
|
+
@import './slate.css';
|
|
4
|
+
@import './gray.css';
|
|
5
|
+
@import './zinc.css';
|
|
6
|
+
@import './neutral.css';
|
|
7
|
+
@import './stone.css';
|
|
8
|
+
@import './mauve.css';
|
|
9
|
+
@import './olive.css';
|
|
10
|
+
@import './mist.css';
|
|
11
|
+
@import './taupe.css';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: mauve. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='mauve'][data-mode='light'] {
|
|
6
|
+
--background: 280 4% 98%;
|
|
7
|
+
--foreground: 280 6% 12%;
|
|
8
|
+
--surface: 280 6% 96%;
|
|
9
|
+
--surface-foreground: 280 6% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 280 6% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 280 6% 12%;
|
|
14
|
+
--muted: 280 6% 95%;
|
|
15
|
+
--muted-foreground: 280 6% 42%;
|
|
16
|
+
--border: 280 6% 88%;
|
|
17
|
+
--input: 280 6% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='mauve'][data-mode='dark'] {
|
|
21
|
+
--background: 280 6% 7%;
|
|
22
|
+
--foreground: 280 3% 96%;
|
|
23
|
+
--surface: 280 6% 11%;
|
|
24
|
+
--surface-foreground: 280 3% 96%;
|
|
25
|
+
--card: 280 6% 8%;
|
|
26
|
+
--card-foreground: 280 3% 96%;
|
|
27
|
+
--popover: 280 6% 8%;
|
|
28
|
+
--popover-foreground: 280 3% 96%;
|
|
29
|
+
--muted: 280 6% 15%;
|
|
30
|
+
--muted-foreground: 280 4% 64%;
|
|
31
|
+
--border: 280 6% 17%;
|
|
32
|
+
--input: 280 6% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: mist. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='mist'][data-mode='light'] {
|
|
6
|
+
--background: 200 8% 98%;
|
|
7
|
+
--foreground: 200 14% 12%;
|
|
8
|
+
--surface: 200 14% 96%;
|
|
9
|
+
--surface-foreground: 200 14% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 200 14% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 200 14% 12%;
|
|
14
|
+
--muted: 200 14% 95%;
|
|
15
|
+
--muted-foreground: 200 14% 42%;
|
|
16
|
+
--border: 200 14% 88%;
|
|
17
|
+
--input: 200 14% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='mist'][data-mode='dark'] {
|
|
21
|
+
--background: 200 14% 7%;
|
|
22
|
+
--foreground: 200 7% 96%;
|
|
23
|
+
--surface: 200 14% 11%;
|
|
24
|
+
--surface-foreground: 200 7% 96%;
|
|
25
|
+
--card: 200 14% 8%;
|
|
26
|
+
--card-foreground: 200 7% 96%;
|
|
27
|
+
--popover: 200 14% 8%;
|
|
28
|
+
--popover-foreground: 200 7% 96%;
|
|
29
|
+
--muted: 200 14% 15%;
|
|
30
|
+
--muted-foreground: 200 10% 64%;
|
|
31
|
+
--border: 200 14% 17%;
|
|
32
|
+
--input: 200 14% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: neutral. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='neutral'][data-mode='light'] {
|
|
6
|
+
--background: 0 0% 98%;
|
|
7
|
+
--foreground: 0 0% 12%;
|
|
8
|
+
--surface: 0 0% 96%;
|
|
9
|
+
--surface-foreground: 0 0% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 0 0% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 0 0% 12%;
|
|
14
|
+
--muted: 0 0% 95%;
|
|
15
|
+
--muted-foreground: 0 0% 42%;
|
|
16
|
+
--border: 0 0% 88%;
|
|
17
|
+
--input: 0 0% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='neutral'][data-mode='dark'] {
|
|
21
|
+
--background: 0 0% 7%;
|
|
22
|
+
--foreground: 0 0% 96%;
|
|
23
|
+
--surface: 0 0% 11%;
|
|
24
|
+
--surface-foreground: 0 0% 96%;
|
|
25
|
+
--card: 0 0% 8%;
|
|
26
|
+
--card-foreground: 0 0% 96%;
|
|
27
|
+
--popover: 0 0% 8%;
|
|
28
|
+
--popover-foreground: 0 0% 96%;
|
|
29
|
+
--muted: 0 0% 15%;
|
|
30
|
+
--muted-foreground: 0 0% 64%;
|
|
31
|
+
--border: 0 0% 17%;
|
|
32
|
+
--input: 0 0% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: olive. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='olive'][data-mode='light'] {
|
|
6
|
+
--background: 80 5% 98%;
|
|
7
|
+
--foreground: 80 8% 12%;
|
|
8
|
+
--surface: 80 8% 96%;
|
|
9
|
+
--surface-foreground: 80 8% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 80 8% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 80 8% 12%;
|
|
14
|
+
--muted: 80 8% 95%;
|
|
15
|
+
--muted-foreground: 80 8% 42%;
|
|
16
|
+
--border: 80 8% 88%;
|
|
17
|
+
--input: 80 8% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='olive'][data-mode='dark'] {
|
|
21
|
+
--background: 80 8% 7%;
|
|
22
|
+
--foreground: 80 4% 96%;
|
|
23
|
+
--surface: 80 8% 11%;
|
|
24
|
+
--surface-foreground: 80 4% 96%;
|
|
25
|
+
--card: 80 8% 8%;
|
|
26
|
+
--card-foreground: 80 4% 96%;
|
|
27
|
+
--popover: 80 8% 8%;
|
|
28
|
+
--popover-foreground: 80 4% 96%;
|
|
29
|
+
--muted: 80 8% 15%;
|
|
30
|
+
--muted-foreground: 80 6% 64%;
|
|
31
|
+
--border: 80 8% 17%;
|
|
32
|
+
--input: 80 8% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: slate. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='slate'][data-mode='light'] {
|
|
6
|
+
--background: 215 10% 98%;
|
|
7
|
+
--foreground: 215 16% 12%;
|
|
8
|
+
--surface: 215 16% 96%;
|
|
9
|
+
--surface-foreground: 215 16% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 215 16% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 215 16% 12%;
|
|
14
|
+
--muted: 215 16% 95%;
|
|
15
|
+
--muted-foreground: 215 16% 42%;
|
|
16
|
+
--border: 215 16% 88%;
|
|
17
|
+
--input: 215 16% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='slate'][data-mode='dark'] {
|
|
21
|
+
--background: 215 16% 7%;
|
|
22
|
+
--foreground: 215 8% 96%;
|
|
23
|
+
--surface: 215 16% 11%;
|
|
24
|
+
--surface-foreground: 215 8% 96%;
|
|
25
|
+
--card: 215 16% 8%;
|
|
26
|
+
--card-foreground: 215 8% 96%;
|
|
27
|
+
--popover: 215 16% 8%;
|
|
28
|
+
--popover-foreground: 215 8% 96%;
|
|
29
|
+
--muted: 215 16% 15%;
|
|
30
|
+
--muted-foreground: 215 11% 64%;
|
|
31
|
+
--border: 215 16% 17%;
|
|
32
|
+
--input: 215 16% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Neutral theme: stone. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-neutral='stone'][data-mode='light'] {
|
|
6
|
+
--background: 30 4% 98%;
|
|
7
|
+
--foreground: 30 6% 12%;
|
|
8
|
+
--surface: 30 6% 96%;
|
|
9
|
+
--surface-foreground: 30 6% 12%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 30 6% 12%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 30 6% 12%;
|
|
14
|
+
--muted: 30 6% 95%;
|
|
15
|
+
--muted-foreground: 30 6% 42%;
|
|
16
|
+
--border: 30 6% 88%;
|
|
17
|
+
--input: 30 6% 88%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[theme-neutral='stone'][data-mode='dark'] {
|
|
21
|
+
--background: 30 6% 7%;
|
|
22
|
+
--foreground: 30 3% 96%;
|
|
23
|
+
--surface: 30 6% 11%;
|
|
24
|
+
--surface-foreground: 30 3% 96%;
|
|
25
|
+
--card: 30 6% 8%;
|
|
26
|
+
--card-foreground: 30 3% 96%;
|
|
27
|
+
--popover: 30 6% 8%;
|
|
28
|
+
--popover-foreground: 30 3% 96%;
|
|
29
|
+
--muted: 30 6% 15%;
|
|
30
|
+
--muted-foreground: 30 4% 64%;
|
|
31
|
+
--border: 30 6% 17%;
|
|
32
|
+
--input: 30 6% 17%;
|
|
33
|
+
}
|
|
34
|
+
}
|