@ojiepermana/angular-theme 22.0.35 → 22.0.41
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 +54 -22
- package/fesm2022/ojiepermana-angular-theme-layout-wrapper.mjs +74 -20
- package/fesm2022/ojiepermana-angular-theme-layout.mjs +14 -2
- package/fesm2022/ojiepermana-angular-theme-page.mjs +251 -101
- package/fesm2022/ojiepermana-angular-theme-styles.mjs +375 -53
- package/layout/README.md +21 -19
- package/package.json +3 -3
- package/page/README.md +53 -15
- package/styles/README.md +18 -3
- package/styles/css/{seasonal/base → base}/tailwind.css +9 -5
- package/styles/css/{seasonal/base → base}/theme.css +27 -52
- package/styles/css/{seasonal/base → base}/tokens.css +62 -44
- package/styles/css/color/amber.css +52 -0
- package/styles/css/color/blue.css +52 -0
- package/styles/css/color/brand.css +16 -0
- package/styles/css/color/cyan.css +52 -0
- package/styles/css/color/emerald.css +52 -0
- package/styles/css/color/fuchsia.css +52 -0
- package/styles/css/color/green.css +52 -0
- package/styles/css/color/index.css +19 -0
- package/styles/css/color/indigo.css +52 -0
- package/styles/css/color/lime.css +52 -0
- package/styles/css/color/orange.css +52 -0
- package/styles/css/color/pink.css +52 -0
- package/styles/css/color/purple.css +52 -0
- package/styles/css/color/red.css +52 -0
- package/styles/css/color/rose.css +52 -0
- package/styles/css/color/sky.css +52 -0
- package/styles/css/color/teal.css +52 -0
- package/styles/css/color/violet.css +52 -0
- package/styles/css/color/yellow.css +52 -0
- package/styles/css/index.css +15 -6
- package/styles/css/neutral/gray.css +36 -0
- package/styles/css/neutral/index.css +11 -0
- package/styles/css/neutral/mauve.css +36 -0
- package/styles/css/neutral/mist.css +36 -0
- package/styles/css/neutral/neutral.css +36 -0
- package/styles/css/neutral/olive.css +36 -0
- package/styles/css/neutral/slate.css +36 -0
- package/styles/css/neutral/stone.css +36 -0
- package/styles/css/neutral/taupe.css +36 -0
- package/styles/css/neutral/zinc.css +36 -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 +43 -10
- package/types/ojiepermana-angular-theme-layout.d.ts +1 -0
- package/types/ojiepermana-angular-theme-page.d.ts +88 -36
- package/types/ojiepermana-angular-theme-styles.d.ts +169 -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,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: cyan. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='cyan'][data-mode='light'] {
|
|
6
|
+
--background: 191 26% 98%;
|
|
7
|
+
--foreground: 191 29% 16%;
|
|
8
|
+
--surface: 191 30% 95%;
|
|
9
|
+
--surface-foreground: 191 29% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 191 29% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 191 29% 16%;
|
|
14
|
+
--muted: 191 26% 95%;
|
|
15
|
+
--muted-foreground: 191 17% 40%;
|
|
16
|
+
--border: 191 26% 87%;
|
|
17
|
+
--input: 191 26% 87%;
|
|
18
|
+
--layout-grid-line: 191 26% 82%;
|
|
19
|
+
--primary: 191 85% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 191 51% 94%;
|
|
22
|
+
--accent-foreground: 191 85% 32%;
|
|
23
|
+
--secondary: 191 34% 93%;
|
|
24
|
+
--secondary-foreground: 191 85% 28%;
|
|
25
|
+
--ring: 191 85% 48%;
|
|
26
|
+
--highlight: 191 85% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='cyan'][data-mode='dark'] {
|
|
30
|
+
--background: 191 26% 8%;
|
|
31
|
+
--foreground: 191 13% 96%;
|
|
32
|
+
--surface: 191 21% 12%;
|
|
33
|
+
--surface-foreground: 191 13% 96%;
|
|
34
|
+
--card: 191 26% 9%;
|
|
35
|
+
--card-foreground: 191 13% 96%;
|
|
36
|
+
--popover: 191 26% 9%;
|
|
37
|
+
--popover-foreground: 191 13% 96%;
|
|
38
|
+
--muted: 191 21% 16%;
|
|
39
|
+
--muted-foreground: 191 17% 64%;
|
|
40
|
+
--border: 191 21% 18%;
|
|
41
|
+
--input: 191 21% 18%;
|
|
42
|
+
--layout-grid-line: 191 21% 23%;
|
|
43
|
+
--primary: 191 85% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 191 43% 18%;
|
|
46
|
+
--accent-foreground: 191 68% 80%;
|
|
47
|
+
--secondary: 191 34% 18%;
|
|
48
|
+
--secondary-foreground: 191 59% 82%;
|
|
49
|
+
--ring: 191 85% 58%;
|
|
50
|
+
--highlight: 191 85% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: emerald. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='emerald'][data-mode='light'] {
|
|
6
|
+
--background: 160 23% 98%;
|
|
7
|
+
--foreground: 160 28% 16%;
|
|
8
|
+
--surface: 160 27% 95%;
|
|
9
|
+
--surface-foreground: 160 28% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 160 28% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 160 28% 16%;
|
|
14
|
+
--muted: 160 23% 95%;
|
|
15
|
+
--muted-foreground: 160 16% 40%;
|
|
16
|
+
--border: 160 23% 87%;
|
|
17
|
+
--input: 160 23% 87%;
|
|
18
|
+
--layout-grid-line: 160 23% 82%;
|
|
19
|
+
--primary: 160 78% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 160 47% 94%;
|
|
22
|
+
--accent-foreground: 160 78% 32%;
|
|
23
|
+
--secondary: 160 31% 93%;
|
|
24
|
+
--secondary-foreground: 160 78% 28%;
|
|
25
|
+
--ring: 160 78% 48%;
|
|
26
|
+
--highlight: 160 78% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='emerald'][data-mode='dark'] {
|
|
30
|
+
--background: 160 23% 8%;
|
|
31
|
+
--foreground: 160 12% 96%;
|
|
32
|
+
--surface: 160 20% 12%;
|
|
33
|
+
--surface-foreground: 160 12% 96%;
|
|
34
|
+
--card: 160 23% 9%;
|
|
35
|
+
--card-foreground: 160 12% 96%;
|
|
36
|
+
--popover: 160 23% 9%;
|
|
37
|
+
--popover-foreground: 160 12% 96%;
|
|
38
|
+
--muted: 160 20% 16%;
|
|
39
|
+
--muted-foreground: 160 16% 64%;
|
|
40
|
+
--border: 160 20% 18%;
|
|
41
|
+
--input: 160 20% 18%;
|
|
42
|
+
--layout-grid-line: 160 20% 23%;
|
|
43
|
+
--primary: 160 78% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 160 39% 18%;
|
|
46
|
+
--accent-foreground: 160 62% 80%;
|
|
47
|
+
--secondary: 160 31% 18%;
|
|
48
|
+
--secondary-foreground: 160 55% 82%;
|
|
49
|
+
--ring: 160 78% 58%;
|
|
50
|
+
--highlight: 160 78% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: fuchsia. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='fuchsia'][data-mode='light'] {
|
|
6
|
+
--background: 292 24% 98%;
|
|
7
|
+
--foreground: 292 28% 16%;
|
|
8
|
+
--surface: 292 28% 95%;
|
|
9
|
+
--surface-foreground: 292 28% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 292 28% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 292 28% 16%;
|
|
14
|
+
--muted: 292 24% 95%;
|
|
15
|
+
--muted-foreground: 292 16% 40%;
|
|
16
|
+
--border: 292 24% 87%;
|
|
17
|
+
--input: 292 24% 87%;
|
|
18
|
+
--layout-grid-line: 292 24% 82%;
|
|
19
|
+
--primary: 292 80% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 292 48% 94%;
|
|
22
|
+
--accent-foreground: 292 80% 32%;
|
|
23
|
+
--secondary: 292 32% 93%;
|
|
24
|
+
--secondary-foreground: 292 80% 28%;
|
|
25
|
+
--ring: 292 80% 48%;
|
|
26
|
+
--highlight: 292 80% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='fuchsia'][data-mode='dark'] {
|
|
30
|
+
--background: 292 24% 8%;
|
|
31
|
+
--foreground: 292 12% 96%;
|
|
32
|
+
--surface: 292 20% 12%;
|
|
33
|
+
--surface-foreground: 292 12% 96%;
|
|
34
|
+
--card: 292 24% 9%;
|
|
35
|
+
--card-foreground: 292 12% 96%;
|
|
36
|
+
--popover: 292 24% 9%;
|
|
37
|
+
--popover-foreground: 292 12% 96%;
|
|
38
|
+
--muted: 292 20% 16%;
|
|
39
|
+
--muted-foreground: 292 16% 64%;
|
|
40
|
+
--border: 292 20% 18%;
|
|
41
|
+
--input: 292 20% 18%;
|
|
42
|
+
--layout-grid-line: 292 20% 23%;
|
|
43
|
+
--primary: 292 80% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 292 40% 18%;
|
|
46
|
+
--accent-foreground: 292 64% 80%;
|
|
47
|
+
--secondary: 292 32% 18%;
|
|
48
|
+
--secondary-foreground: 292 56% 82%;
|
|
49
|
+
--ring: 292 80% 58%;
|
|
50
|
+
--highlight: 292 80% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: green. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='green'][data-mode='light'] {
|
|
6
|
+
--background: 142 21% 98%;
|
|
7
|
+
--foreground: 142 25% 16%;
|
|
8
|
+
--surface: 142 24% 95%;
|
|
9
|
+
--surface-foreground: 142 25% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 142 25% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 142 25% 16%;
|
|
14
|
+
--muted: 142 21% 95%;
|
|
15
|
+
--muted-foreground: 142 14% 40%;
|
|
16
|
+
--border: 142 21% 87%;
|
|
17
|
+
--input: 142 21% 87%;
|
|
18
|
+
--layout-grid-line: 142 21% 82%;
|
|
19
|
+
--primary: 142 69% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 142 41% 94%;
|
|
22
|
+
--accent-foreground: 142 69% 32%;
|
|
23
|
+
--secondary: 142 28% 93%;
|
|
24
|
+
--secondary-foreground: 142 69% 28%;
|
|
25
|
+
--ring: 142 69% 48%;
|
|
26
|
+
--highlight: 142 69% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='green'][data-mode='dark'] {
|
|
30
|
+
--background: 142 21% 8%;
|
|
31
|
+
--foreground: 142 10% 96%;
|
|
32
|
+
--surface: 142 17% 12%;
|
|
33
|
+
--surface-foreground: 142 10% 96%;
|
|
34
|
+
--card: 142 21% 9%;
|
|
35
|
+
--card-foreground: 142 10% 96%;
|
|
36
|
+
--popover: 142 21% 9%;
|
|
37
|
+
--popover-foreground: 142 10% 96%;
|
|
38
|
+
--muted: 142 17% 16%;
|
|
39
|
+
--muted-foreground: 142 14% 64%;
|
|
40
|
+
--border: 142 17% 18%;
|
|
41
|
+
--input: 142 17% 18%;
|
|
42
|
+
--layout-grid-line: 142 17% 23%;
|
|
43
|
+
--primary: 142 69% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 142 35% 18%;
|
|
46
|
+
--accent-foreground: 142 55% 80%;
|
|
47
|
+
--secondary: 142 28% 18%;
|
|
48
|
+
--secondary-foreground: 142 48% 82%;
|
|
49
|
+
--ring: 142 69% 58%;
|
|
50
|
+
--highlight: 142 69% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* Accent palettes (theme-color). Generated index — base = core theme (no file). */
|
|
2
|
+
@import './red.css';
|
|
3
|
+
@import './orange.css';
|
|
4
|
+
@import './amber.css';
|
|
5
|
+
@import './yellow.css';
|
|
6
|
+
@import './lime.css';
|
|
7
|
+
@import './green.css';
|
|
8
|
+
@import './emerald.css';
|
|
9
|
+
@import './teal.css';
|
|
10
|
+
@import './cyan.css';
|
|
11
|
+
@import './sky.css';
|
|
12
|
+
@import './blue.css';
|
|
13
|
+
@import './indigo.css';
|
|
14
|
+
@import './violet.css';
|
|
15
|
+
@import './purple.css';
|
|
16
|
+
@import './fuchsia.css';
|
|
17
|
+
@import './pink.css';
|
|
18
|
+
@import './rose.css';
|
|
19
|
+
@import './brand.css';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: indigo. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='indigo'][data-mode='light'] {
|
|
6
|
+
--background: 239 23% 98%;
|
|
7
|
+
--foreground: 239 28% 16%;
|
|
8
|
+
--surface: 239 27% 95%;
|
|
9
|
+
--surface-foreground: 239 28% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 239 28% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 239 28% 16%;
|
|
14
|
+
--muted: 239 23% 95%;
|
|
15
|
+
--muted-foreground: 239 16% 40%;
|
|
16
|
+
--border: 239 23% 87%;
|
|
17
|
+
--input: 239 23% 87%;
|
|
18
|
+
--layout-grid-line: 239 23% 82%;
|
|
19
|
+
--primary: 239 78% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 239 47% 94%;
|
|
22
|
+
--accent-foreground: 239 78% 32%;
|
|
23
|
+
--secondary: 239 31% 93%;
|
|
24
|
+
--secondary-foreground: 239 78% 28%;
|
|
25
|
+
--ring: 239 78% 48%;
|
|
26
|
+
--highlight: 239 78% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='indigo'][data-mode='dark'] {
|
|
30
|
+
--background: 239 23% 8%;
|
|
31
|
+
--foreground: 239 12% 96%;
|
|
32
|
+
--surface: 239 20% 12%;
|
|
33
|
+
--surface-foreground: 239 12% 96%;
|
|
34
|
+
--card: 239 23% 9%;
|
|
35
|
+
--card-foreground: 239 12% 96%;
|
|
36
|
+
--popover: 239 23% 9%;
|
|
37
|
+
--popover-foreground: 239 12% 96%;
|
|
38
|
+
--muted: 239 20% 16%;
|
|
39
|
+
--muted-foreground: 239 16% 64%;
|
|
40
|
+
--border: 239 20% 18%;
|
|
41
|
+
--input: 239 20% 18%;
|
|
42
|
+
--layout-grid-line: 239 20% 23%;
|
|
43
|
+
--primary: 239 78% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 239 39% 18%;
|
|
46
|
+
--accent-foreground: 239 62% 80%;
|
|
47
|
+
--secondary: 239 31% 18%;
|
|
48
|
+
--secondary-foreground: 239 55% 82%;
|
|
49
|
+
--ring: 239 78% 58%;
|
|
50
|
+
--highlight: 239 78% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: lime. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='lime'][data-mode='light'] {
|
|
6
|
+
--background: 84 23% 98%;
|
|
7
|
+
--foreground: 84 28% 16%;
|
|
8
|
+
--surface: 84 27% 95%;
|
|
9
|
+
--surface-foreground: 84 28% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 84 28% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 84 28% 16%;
|
|
14
|
+
--muted: 84 23% 95%;
|
|
15
|
+
--muted-foreground: 84 16% 40%;
|
|
16
|
+
--border: 84 23% 87%;
|
|
17
|
+
--input: 84 23% 87%;
|
|
18
|
+
--layout-grid-line: 84 23% 82%;
|
|
19
|
+
--primary: 84 78% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 12%;
|
|
21
|
+
--accent: 84 47% 94%;
|
|
22
|
+
--accent-foreground: 84 78% 32%;
|
|
23
|
+
--secondary: 84 31% 93%;
|
|
24
|
+
--secondary-foreground: 84 78% 28%;
|
|
25
|
+
--ring: 84 78% 48%;
|
|
26
|
+
--highlight: 84 78% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='lime'][data-mode='dark'] {
|
|
30
|
+
--background: 84 23% 8%;
|
|
31
|
+
--foreground: 84 12% 96%;
|
|
32
|
+
--surface: 84 20% 12%;
|
|
33
|
+
--surface-foreground: 84 12% 96%;
|
|
34
|
+
--card: 84 23% 9%;
|
|
35
|
+
--card-foreground: 84 12% 96%;
|
|
36
|
+
--popover: 84 23% 9%;
|
|
37
|
+
--popover-foreground: 84 12% 96%;
|
|
38
|
+
--muted: 84 20% 16%;
|
|
39
|
+
--muted-foreground: 84 16% 64%;
|
|
40
|
+
--border: 84 20% 18%;
|
|
41
|
+
--input: 84 20% 18%;
|
|
42
|
+
--layout-grid-line: 84 20% 23%;
|
|
43
|
+
--primary: 84 78% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 10%;
|
|
45
|
+
--accent: 84 39% 18%;
|
|
46
|
+
--accent-foreground: 84 62% 80%;
|
|
47
|
+
--secondary: 84 31% 18%;
|
|
48
|
+
--secondary-foreground: 84 55% 82%;
|
|
49
|
+
--ring: 84 78% 58%;
|
|
50
|
+
--highlight: 84 78% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Accent theme: orange. Generated by scripts/gen-theme-colors.mjs — do not edit.
|
|
3
|
+
*/
|
|
4
|
+
@layer tokens {
|
|
5
|
+
html[theme-color='orange'][data-mode='light'] {
|
|
6
|
+
--background: 24 29% 98%;
|
|
7
|
+
--foreground: 24 32% 16%;
|
|
8
|
+
--surface: 24 33% 95%;
|
|
9
|
+
--surface-foreground: 24 32% 16%;
|
|
10
|
+
--card: 0 0% 100%;
|
|
11
|
+
--card-foreground: 24 32% 16%;
|
|
12
|
+
--popover: 0 0% 100%;
|
|
13
|
+
--popover-foreground: 24 32% 16%;
|
|
14
|
+
--muted: 24 29% 95%;
|
|
15
|
+
--muted-foreground: 24 19% 40%;
|
|
16
|
+
--border: 24 29% 87%;
|
|
17
|
+
--input: 24 29% 87%;
|
|
18
|
+
--layout-grid-line: 24 29% 82%;
|
|
19
|
+
--primary: 24 95% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 24 57% 94%;
|
|
22
|
+
--accent-foreground: 24 95% 32%;
|
|
23
|
+
--secondary: 24 38% 93%;
|
|
24
|
+
--secondary-foreground: 24 95% 28%;
|
|
25
|
+
--ring: 24 95% 48%;
|
|
26
|
+
--highlight: 24 95% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='orange'][data-mode='dark'] {
|
|
30
|
+
--background: 24 29% 8%;
|
|
31
|
+
--foreground: 24 14% 96%;
|
|
32
|
+
--surface: 24 24% 12%;
|
|
33
|
+
--surface-foreground: 24 14% 96%;
|
|
34
|
+
--card: 24 29% 9%;
|
|
35
|
+
--card-foreground: 24 14% 96%;
|
|
36
|
+
--popover: 24 29% 9%;
|
|
37
|
+
--popover-foreground: 24 14% 96%;
|
|
38
|
+
--muted: 24 24% 16%;
|
|
39
|
+
--muted-foreground: 24 19% 64%;
|
|
40
|
+
--border: 24 24% 18%;
|
|
41
|
+
--input: 24 24% 18%;
|
|
42
|
+
--layout-grid-line: 24 24% 23%;
|
|
43
|
+
--primary: 24 95% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 24 48% 18%;
|
|
46
|
+
--accent-foreground: 24 76% 80%;
|
|
47
|
+
--secondary: 24 38% 18%;
|
|
48
|
+
--secondary-foreground: 24 67% 82%;
|
|
49
|
+
--ring: 24 95% 58%;
|
|
50
|
+
--highlight: 24 95% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
--layout-grid-line: 330 23% 82%;
|
|
19
|
+
--primary: 330 78% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 330 47% 94%;
|
|
22
|
+
--accent-foreground: 330 78% 32%;
|
|
23
|
+
--secondary: 330 31% 93%;
|
|
24
|
+
--secondary-foreground: 330 78% 28%;
|
|
25
|
+
--ring: 330 78% 48%;
|
|
26
|
+
--highlight: 330 78% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='pink'][data-mode='dark'] {
|
|
30
|
+
--background: 330 23% 8%;
|
|
31
|
+
--foreground: 330 12% 96%;
|
|
32
|
+
--surface: 330 20% 12%;
|
|
33
|
+
--surface-foreground: 330 12% 96%;
|
|
34
|
+
--card: 330 23% 9%;
|
|
35
|
+
--card-foreground: 330 12% 96%;
|
|
36
|
+
--popover: 330 23% 9%;
|
|
37
|
+
--popover-foreground: 330 12% 96%;
|
|
38
|
+
--muted: 330 20% 16%;
|
|
39
|
+
--muted-foreground: 330 16% 64%;
|
|
40
|
+
--border: 330 20% 18%;
|
|
41
|
+
--input: 330 20% 18%;
|
|
42
|
+
--layout-grid-line: 330 20% 23%;
|
|
43
|
+
--primary: 330 78% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 330 39% 18%;
|
|
46
|
+
--accent-foreground: 330 62% 80%;
|
|
47
|
+
--secondary: 330 31% 18%;
|
|
48
|
+
--secondary-foreground: 330 55% 82%;
|
|
49
|
+
--ring: 330 78% 58%;
|
|
50
|
+
--highlight: 330 78% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
--layout-grid-line: 271 24% 82%;
|
|
19
|
+
--primary: 271 81% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 271 49% 94%;
|
|
22
|
+
--accent-foreground: 271 81% 32%;
|
|
23
|
+
--secondary: 271 32% 93%;
|
|
24
|
+
--secondary-foreground: 271 81% 28%;
|
|
25
|
+
--ring: 271 81% 48%;
|
|
26
|
+
--highlight: 271 81% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='purple'][data-mode='dark'] {
|
|
30
|
+
--background: 271 24% 8%;
|
|
31
|
+
--foreground: 271 12% 96%;
|
|
32
|
+
--surface: 271 20% 12%;
|
|
33
|
+
--surface-foreground: 271 12% 96%;
|
|
34
|
+
--card: 271 24% 9%;
|
|
35
|
+
--card-foreground: 271 12% 96%;
|
|
36
|
+
--popover: 271 24% 9%;
|
|
37
|
+
--popover-foreground: 271 12% 96%;
|
|
38
|
+
--muted: 271 20% 16%;
|
|
39
|
+
--muted-foreground: 271 16% 64%;
|
|
40
|
+
--border: 271 20% 18%;
|
|
41
|
+
--input: 271 20% 18%;
|
|
42
|
+
--layout-grid-line: 271 20% 23%;
|
|
43
|
+
--primary: 271 81% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 271 41% 18%;
|
|
46
|
+
--accent-foreground: 271 65% 80%;
|
|
47
|
+
--secondary: 271 32% 18%;
|
|
48
|
+
--secondary-foreground: 271 57% 82%;
|
|
49
|
+
--ring: 271 81% 58%;
|
|
50
|
+
--highlight: 271 81% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
--layout-grid-line: 0 22% 82%;
|
|
19
|
+
--primary: 0 72% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 0 43% 94%;
|
|
22
|
+
--accent-foreground: 0 72% 32%;
|
|
23
|
+
--secondary: 0 29% 93%;
|
|
24
|
+
--secondary-foreground: 0 72% 28%;
|
|
25
|
+
--ring: 0 72% 48%;
|
|
26
|
+
--highlight: 0 72% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='red'][data-mode='dark'] {
|
|
30
|
+
--background: 0 22% 8%;
|
|
31
|
+
--foreground: 0 11% 96%;
|
|
32
|
+
--surface: 0 18% 12%;
|
|
33
|
+
--surface-foreground: 0 11% 96%;
|
|
34
|
+
--card: 0 22% 9%;
|
|
35
|
+
--card-foreground: 0 11% 96%;
|
|
36
|
+
--popover: 0 22% 9%;
|
|
37
|
+
--popover-foreground: 0 11% 96%;
|
|
38
|
+
--muted: 0 18% 16%;
|
|
39
|
+
--muted-foreground: 0 14% 64%;
|
|
40
|
+
--border: 0 18% 18%;
|
|
41
|
+
--input: 0 18% 18%;
|
|
42
|
+
--layout-grid-line: 0 18% 23%;
|
|
43
|
+
--primary: 0 72% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 0 36% 18%;
|
|
46
|
+
--accent-foreground: 0 58% 80%;
|
|
47
|
+
--secondary: 0 29% 18%;
|
|
48
|
+
--secondary-foreground: 0 50% 82%;
|
|
49
|
+
--ring: 0 72% 58%;
|
|
50
|
+
--highlight: 0 72% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
--layout-grid-line: 349 25% 82%;
|
|
19
|
+
--primary: 349 84% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 349 50% 94%;
|
|
22
|
+
--accent-foreground: 349 84% 32%;
|
|
23
|
+
--secondary: 349 34% 93%;
|
|
24
|
+
--secondary-foreground: 349 84% 28%;
|
|
25
|
+
--ring: 349 84% 48%;
|
|
26
|
+
--highlight: 349 84% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='rose'][data-mode='dark'] {
|
|
30
|
+
--background: 349 25% 8%;
|
|
31
|
+
--foreground: 349 13% 96%;
|
|
32
|
+
--surface: 349 21% 12%;
|
|
33
|
+
--surface-foreground: 349 13% 96%;
|
|
34
|
+
--card: 349 25% 9%;
|
|
35
|
+
--card-foreground: 349 13% 96%;
|
|
36
|
+
--popover: 349 25% 9%;
|
|
37
|
+
--popover-foreground: 349 13% 96%;
|
|
38
|
+
--muted: 349 21% 16%;
|
|
39
|
+
--muted-foreground: 349 17% 64%;
|
|
40
|
+
--border: 349 21% 18%;
|
|
41
|
+
--input: 349 21% 18%;
|
|
42
|
+
--layout-grid-line: 349 21% 23%;
|
|
43
|
+
--primary: 349 84% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 349 42% 18%;
|
|
46
|
+
--accent-foreground: 349 67% 80%;
|
|
47
|
+
--secondary: 349 34% 18%;
|
|
48
|
+
--secondary-foreground: 349 59% 82%;
|
|
49
|
+
--ring: 349 84% 58%;
|
|
50
|
+
--highlight: 349 84% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
--layout-grid-line: 199 27% 82%;
|
|
19
|
+
--primary: 199 89% 48%;
|
|
20
|
+
--primary-foreground: 0 0% 100%;
|
|
21
|
+
--accent: 199 53% 94%;
|
|
22
|
+
--accent-foreground: 199 89% 32%;
|
|
23
|
+
--secondary: 199 36% 93%;
|
|
24
|
+
--secondary-foreground: 199 89% 28%;
|
|
25
|
+
--ring: 199 89% 48%;
|
|
26
|
+
--highlight: 199 89% 64%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
html[theme-color='sky'][data-mode='dark'] {
|
|
30
|
+
--background: 199 27% 8%;
|
|
31
|
+
--foreground: 199 13% 96%;
|
|
32
|
+
--surface: 199 22% 12%;
|
|
33
|
+
--surface-foreground: 199 13% 96%;
|
|
34
|
+
--card: 199 27% 9%;
|
|
35
|
+
--card-foreground: 199 13% 96%;
|
|
36
|
+
--popover: 199 27% 9%;
|
|
37
|
+
--popover-foreground: 199 13% 96%;
|
|
38
|
+
--muted: 199 22% 16%;
|
|
39
|
+
--muted-foreground: 199 18% 64%;
|
|
40
|
+
--border: 199 22% 18%;
|
|
41
|
+
--input: 199 22% 18%;
|
|
42
|
+
--layout-grid-line: 199 22% 23%;
|
|
43
|
+
--primary: 199 89% 58%;
|
|
44
|
+
--primary-foreground: 0 0% 100%;
|
|
45
|
+
--accent: 199 45% 18%;
|
|
46
|
+
--accent-foreground: 199 71% 80%;
|
|
47
|
+
--secondary: 199 36% 18%;
|
|
48
|
+
--secondary-foreground: 199 62% 82%;
|
|
49
|
+
--ring: 199 89% 58%;
|
|
50
|
+
--highlight: 199 89% 58%;
|
|
51
|
+
}
|
|
52
|
+
}
|