@lgtm-hq/turbo-themes 0.38.7 → 0.40.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/assets/css/themes/ayu-dark.css +58 -0
- package/assets/css/themes/ayu-light.css +61 -0
- package/assets/css/themes/ayu-mirage.css +58 -0
- package/assets/css/themes/kanagawa-dragon.css +58 -0
- package/assets/css/themes/kanagawa-lotus.css +59 -0
- package/assets/css/themes/kanagawa-wave.css +58 -0
- package/assets/img/ayu-dark.png +0 -0
- package/assets/img/ayu-light.png +0 -0
- package/assets/img/ayu-mirage.png +0 -0
- package/assets/img/kanagawa-dragon.png +0 -0
- package/assets/img/kanagawa-lotus.png +0 -0
- package/assets/img/kanagawa-wave.png +0 -0
- package/dist/adapters/tailwind/colors-DLTUfc_N.js +519 -0
- package/dist/adapters/tailwind/colors.js +1 -1
- package/dist/adapters/tailwind/preset.js +1 -1
- package/dist/catalog.json +1 -1
- package/dist/themes/packs/ayu.synced.d.ts +11 -0
- package/dist/themes/packs/ayu.synced.d.ts.map +1 -0
- package/dist/themes/packs/ayu.synced.js +275 -0
- package/dist/themes/packs/ayu.synced.js.map +1 -0
- package/dist/themes/packs/kanagawa.d.ts +3 -0
- package/dist/themes/packs/kanagawa.d.ts.map +1 -0
- package/dist/themes/packs/kanagawa.js +262 -0
- package/dist/themes/packs/kanagawa.js.map +1 -0
- package/dist/themes/registry.d.ts.map +1 -1
- package/dist/themes/registry.js +4 -0
- package/dist/themes/registry.js.map +1 -1
- package/dist/tokens/style-dictionary/ayu-dark.json +264 -0
- package/dist/tokens/style-dictionary/ayu-light.json +276 -0
- package/dist/tokens/style-dictionary/ayu-mirage.json +264 -0
- package/dist/tokens/style-dictionary/kanagawa-dragon.json +264 -0
- package/dist/tokens/style-dictionary/kanagawa-lotus.json +268 -0
- package/dist/tokens/style-dictionary/kanagawa-wave.json +264 -0
- package/dist/tokens/style-dictionary/themes.json +1558 -378
- package/dist/tokens/style-dictionary/tokens.json +524 -4
- package/package.json +6 -3
- package/packages/adapters/home-assistant/dist/index.js +31 -5
- package/packages/adapters/home-assistant/dist/index.js.map +1 -1
- package/packages/adapters/tailwind/dist/colors-DLTUfc_N.js +519 -0
- package/packages/adapters/tailwind/dist/colors-DLTUfc_N.js.map +1 -0
- package/packages/adapters/tailwind/dist/colors.js +1 -1
- package/packages/adapters/tailwind/dist/preset.js +1 -1
- package/packages/core/dist/catalog/catalog.json +72 -0
- package/packages/core/dist/themes/generated/metadata.d.ts +30 -2
- package/packages/core/dist/themes/generated/metadata.d.ts.map +1 -1
- package/packages/core/dist/themes/generated/metadata.js +36 -0
- package/packages/core/dist/themes/generated/metadata.js.map +1 -1
- package/packages/core/dist/themes/theme-ids.d.ts +1 -1
- package/packages/core/dist/themes/theme-ids.d.ts.map +1 -1
- package/packages/core/dist/themes/theme-ids.js +6 -0
- package/packages/core/dist/themes/theme-ids.js.map +1 -1
- package/packages/core/dist/themes/tokens.json +524 -4
- package/packages/css/dist/themes/ayu-dark.css +91 -0
- package/packages/css/dist/themes/ayu-dark.css.d.ts +4 -0
- package/packages/css/dist/themes/ayu-light.css +91 -0
- package/packages/css/dist/themes/ayu-light.css.d.ts +4 -0
- package/packages/css/dist/themes/ayu-mirage.css +91 -0
- package/packages/css/dist/themes/ayu-mirage.css.d.ts +4 -0
- package/packages/css/dist/themes/kanagawa-dragon.css +91 -0
- package/packages/css/dist/themes/kanagawa-dragon.css.d.ts +4 -0
- package/packages/css/dist/themes/kanagawa-lotus.css +91 -0
- package/packages/css/dist/themes/kanagawa-lotus.css.d.ts +4 -0
- package/packages/css/dist/themes/kanagawa-wave.css +91 -0
- package/packages/css/dist/themes/kanagawa-wave.css.d.ts +4 -0
- package/packages/css/dist/turbo-themes-all.css +542 -2
- package/packages/css/dist/turbo.css +552 -0
- package/packages/theme-selector/dist/index.d.ts +1 -1
- package/packages/theme-selector/dist/index.js +55 -5
- package/packages/theme-selector/dist/index.js.map +1 -1
- package/dist/adapters/tailwind/colors-DqIH0HsD.js +0 -493
- package/packages/adapters/tailwind/dist/colors-DqIH0HsD.js +0 -493
- package/packages/adapters/tailwind/dist/colors-DqIH0HsD.js.map +0 -1
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* Generated from ayu-dark.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="ayu-dark"] {
|
|
4
|
+
--turbo-spacing-xs: 0.25rem; /* dimension */
|
|
5
|
+
--turbo-spacing-sm: 0.5rem; /* dimension */
|
|
6
|
+
--turbo-spacing-md: 1rem; /* dimension */
|
|
7
|
+
--turbo-spacing-lg: 1.5rem; /* dimension */
|
|
8
|
+
--turbo-spacing-xl: 2rem; /* dimension */
|
|
9
|
+
--turbo-elevation-none: none; /* shadow */
|
|
10
|
+
--turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
|
|
11
|
+
--turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
|
|
12
|
+
--turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
|
|
13
|
+
--turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
|
|
14
|
+
--turbo-animation-duration-fast: 150ms; /* duration */
|
|
15
|
+
--turbo-animation-duration-normal: 300ms; /* duration */
|
|
16
|
+
--turbo-animation-duration-slow: 500ms; /* duration */
|
|
17
|
+
--turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
|
|
18
|
+
--turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
|
|
19
|
+
--turbo-opacity-disabled: 0.5; /* number */
|
|
20
|
+
--turbo-opacity-hover: 0.8; /* number */
|
|
21
|
+
--turbo-opacity-pressed: 0.6; /* number */
|
|
22
|
+
--turbo-bg-base: #0d1017; /* color */
|
|
23
|
+
--turbo-bg-surface: #141821; /* color */
|
|
24
|
+
--turbo-bg-overlay: #1b1f29; /* color */
|
|
25
|
+
--turbo-text-primary: #bfbdb6; /* color */
|
|
26
|
+
--turbo-text-secondary: #5b6876; /* color */
|
|
27
|
+
--turbo-text-inverse: #0d1017; /* color */
|
|
28
|
+
--turbo-brand-primary: #e6b450; /* color */
|
|
29
|
+
--turbo-state-info: #39bae6; /* color */
|
|
30
|
+
--turbo-state-success: #aad94c; /* color */
|
|
31
|
+
--turbo-state-warning: #ff8f40; /* color */
|
|
32
|
+
--turbo-state-danger: #d95757; /* color */
|
|
33
|
+
--turbo-border-default: #1b1f29; /* color */
|
|
34
|
+
--turbo-accent-link: #ffb454; /* color */
|
|
35
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
36
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
37
|
+
--turbo-heading-h1: #ffb454; /* color */
|
|
38
|
+
--turbo-heading-h2: #59c2ff; /* color */
|
|
39
|
+
--turbo-heading-h3: #39bae6; /* color */
|
|
40
|
+
--turbo-heading-h4: #aad94c; /* color */
|
|
41
|
+
--turbo-heading-h5: #d2a6ff; /* color */
|
|
42
|
+
--turbo-heading-h6: #ff8f40; /* color */
|
|
43
|
+
--turbo-body-primary: #bfbdb6; /* color */
|
|
44
|
+
--turbo-body-secondary: #5b6876; /* color */
|
|
45
|
+
--turbo-link-default: #ffb454; /* color */
|
|
46
|
+
--turbo-selection-fg: #bfbdb6; /* color */
|
|
47
|
+
--turbo-selection-bg: #1c212b; /* color */
|
|
48
|
+
--turbo-blockquote-border: #1b1f29; /* color */
|
|
49
|
+
--turbo-blockquote-fg: #bfbdb6; /* color */
|
|
50
|
+
--turbo-blockquote-bg: #141821; /* color */
|
|
51
|
+
--turbo-code-inline-fg: #bfbdb6; /* color */
|
|
52
|
+
--turbo-code-inline-bg: #1b1f29; /* color */
|
|
53
|
+
--turbo-code-block-fg: #bfbdb6; /* color */
|
|
54
|
+
--turbo-code-block-bg: #1b1f29; /* color */
|
|
55
|
+
--turbo-table-border: #1b1f29; /* color */
|
|
56
|
+
--turbo-table-stripe: #141821; /* color */
|
|
57
|
+
--turbo-table-thead-bg: #1b1f29; /* color */
|
|
58
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* Generated from ayu-light.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="ayu-light"] {
|
|
4
|
+
--turbo-spacing-xs: 0.25rem; /* dimension */
|
|
5
|
+
--turbo-spacing-sm: 0.5rem; /* dimension */
|
|
6
|
+
--turbo-spacing-md: 1rem; /* dimension */
|
|
7
|
+
--turbo-spacing-lg: 1.5rem; /* dimension */
|
|
8
|
+
--turbo-spacing-xl: 2rem; /* dimension */
|
|
9
|
+
--turbo-elevation-none: none; /* shadow */
|
|
10
|
+
--turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
|
|
11
|
+
--turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
|
|
12
|
+
--turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
|
|
13
|
+
--turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
|
|
14
|
+
--turbo-animation-duration-fast: 150ms; /* duration */
|
|
15
|
+
--turbo-animation-duration-normal: 300ms; /* duration */
|
|
16
|
+
--turbo-animation-duration-slow: 500ms; /* duration */
|
|
17
|
+
--turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
|
|
18
|
+
--turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
|
|
19
|
+
--turbo-opacity-disabled: 0.5; /* number */
|
|
20
|
+
--turbo-opacity-hover: 0.8; /* number */
|
|
21
|
+
--turbo-opacity-pressed: 0.6; /* number */
|
|
22
|
+
--turbo-bg-base: #f8f9fa; /* color */
|
|
23
|
+
--turbo-bg-surface: #fafafa; /* color */
|
|
24
|
+
--turbo-bg-overlay: #e7eaed; /* color */
|
|
25
|
+
--turbo-text-primary: #5c6166; /* color */
|
|
26
|
+
--turbo-text-secondary: #828e9f; /* color */
|
|
27
|
+
--turbo-text-inverse: #f8f9fa; /* color */
|
|
28
|
+
--turbo-brand-primary: #f29718; /* color */
|
|
29
|
+
--turbo-state-info: #55b4d4; /* color */
|
|
30
|
+
--turbo-state-success: #86b300; /* color */
|
|
31
|
+
--turbo-state-warning: #ff7e33; /* color */
|
|
32
|
+
--turbo-state-danger: #e65050; /* color */
|
|
33
|
+
--turbo-state-info-text: #000000; /* color */
|
|
34
|
+
--turbo-state-success-text: #000000; /* color */
|
|
35
|
+
--turbo-state-warning-text: #000000; /* color */
|
|
36
|
+
--turbo-border-default: #e7eaed; /* color */
|
|
37
|
+
--turbo-accent-link: #a37acc; /* color */
|
|
38
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
39
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
40
|
+
--turbo-heading-h1: #f2a300; /* color */
|
|
41
|
+
--turbo-heading-h2: #399ee6; /* color */
|
|
42
|
+
--turbo-heading-h3: #55b4d4; /* color */
|
|
43
|
+
--turbo-heading-h4: #86b300; /* color */
|
|
44
|
+
--turbo-heading-h5: #a37acc; /* color */
|
|
45
|
+
--turbo-heading-h6: #ff7e33; /* color */
|
|
46
|
+
--turbo-body-primary: #5c6166; /* color */
|
|
47
|
+
--turbo-body-secondary: #828e9f; /* color */
|
|
48
|
+
--turbo-link-default: #a37acc; /* color */
|
|
49
|
+
--turbo-selection-fg: #5c6166; /* color */
|
|
50
|
+
--turbo-selection-bg: #e5e9ed; /* color */
|
|
51
|
+
--turbo-blockquote-border: #e7eaed; /* color */
|
|
52
|
+
--turbo-blockquote-fg: #5c6166; /* color */
|
|
53
|
+
--turbo-blockquote-bg: #fafafa; /* color */
|
|
54
|
+
--turbo-code-inline-fg: #5c6166; /* color */
|
|
55
|
+
--turbo-code-inline-bg: #e7eaed; /* color */
|
|
56
|
+
--turbo-code-block-fg: #5c6166; /* color */
|
|
57
|
+
--turbo-code-block-bg: #e7eaed; /* color */
|
|
58
|
+
--turbo-table-border: #e7eaed; /* color */
|
|
59
|
+
--turbo-table-stripe: #fafafa; /* color */
|
|
60
|
+
--turbo-table-thead-bg: #e7eaed; /* color */
|
|
61
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* Generated from ayu-mirage.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="ayu-mirage"] {
|
|
4
|
+
--turbo-spacing-xs: 0.25rem; /* dimension */
|
|
5
|
+
--turbo-spacing-sm: 0.5rem; /* dimension */
|
|
6
|
+
--turbo-spacing-md: 1rem; /* dimension */
|
|
7
|
+
--turbo-spacing-lg: 1.5rem; /* dimension */
|
|
8
|
+
--turbo-spacing-xl: 2rem; /* dimension */
|
|
9
|
+
--turbo-elevation-none: none; /* shadow */
|
|
10
|
+
--turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
|
|
11
|
+
--turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
|
|
12
|
+
--turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
|
|
13
|
+
--turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
|
|
14
|
+
--turbo-animation-duration-fast: 150ms; /* duration */
|
|
15
|
+
--turbo-animation-duration-normal: 300ms; /* duration */
|
|
16
|
+
--turbo-animation-duration-slow: 500ms; /* duration */
|
|
17
|
+
--turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
|
|
18
|
+
--turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
|
|
19
|
+
--turbo-opacity-disabled: 0.5; /* number */
|
|
20
|
+
--turbo-opacity-hover: 0.8; /* number */
|
|
21
|
+
--turbo-opacity-pressed: 0.6; /* number */
|
|
22
|
+
--turbo-bg-base: #1f2430; /* color */
|
|
23
|
+
--turbo-bg-surface: #282e3b; /* color */
|
|
24
|
+
--turbo-bg-overlay: #293040; /* color */
|
|
25
|
+
--turbo-text-primary: #cccac2; /* color */
|
|
26
|
+
--turbo-text-secondary: #707a8c; /* color */
|
|
27
|
+
--turbo-text-inverse: #1f2430; /* color */
|
|
28
|
+
--turbo-brand-primary: #ffcc66; /* color */
|
|
29
|
+
--turbo-state-info: #5ccfe6; /* color */
|
|
30
|
+
--turbo-state-success: #d5ff80; /* color */
|
|
31
|
+
--turbo-state-warning: #ffad66; /* color */
|
|
32
|
+
--turbo-state-danger: #ff6666; /* color */
|
|
33
|
+
--turbo-border-default: #171b24; /* color */
|
|
34
|
+
--turbo-accent-link: #ffd173; /* color */
|
|
35
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
36
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
37
|
+
--turbo-heading-h1: #ffd173; /* color */
|
|
38
|
+
--turbo-heading-h2: #73d0ff; /* color */
|
|
39
|
+
--turbo-heading-h3: #5ccfe6; /* color */
|
|
40
|
+
--turbo-heading-h4: #d5ff80; /* color */
|
|
41
|
+
--turbo-heading-h5: #dfbfff; /* color */
|
|
42
|
+
--turbo-heading-h6: #ffad66; /* color */
|
|
43
|
+
--turbo-body-primary: #cccac2; /* color */
|
|
44
|
+
--turbo-body-secondary: #707a8c; /* color */
|
|
45
|
+
--turbo-link-default: #ffd173; /* color */
|
|
46
|
+
--turbo-selection-fg: #cccac2; /* color */
|
|
47
|
+
--turbo-selection-bg: #293040; /* color */
|
|
48
|
+
--turbo-blockquote-border: #171b24; /* color */
|
|
49
|
+
--turbo-blockquote-fg: #cccac2; /* color */
|
|
50
|
+
--turbo-blockquote-bg: #282e3b; /* color */
|
|
51
|
+
--turbo-code-inline-fg: #cccac2; /* color */
|
|
52
|
+
--turbo-code-inline-bg: #293040; /* color */
|
|
53
|
+
--turbo-code-block-fg: #cccac2; /* color */
|
|
54
|
+
--turbo-code-block-bg: #293040; /* color */
|
|
55
|
+
--turbo-table-border: #171b24; /* color */
|
|
56
|
+
--turbo-table-stripe: #282e3b; /* color */
|
|
57
|
+
--turbo-table-thead-bg: #293040; /* color */
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* Generated from kanagawa-dragon.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="kanagawa-dragon"] {
|
|
4
|
+
--turbo-spacing-xs: 0.25rem; /* dimension */
|
|
5
|
+
--turbo-spacing-sm: 0.5rem; /* dimension */
|
|
6
|
+
--turbo-spacing-md: 1rem; /* dimension */
|
|
7
|
+
--turbo-spacing-lg: 1.5rem; /* dimension */
|
|
8
|
+
--turbo-spacing-xl: 2rem; /* dimension */
|
|
9
|
+
--turbo-elevation-none: none; /* shadow */
|
|
10
|
+
--turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
|
|
11
|
+
--turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
|
|
12
|
+
--turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
|
|
13
|
+
--turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
|
|
14
|
+
--turbo-animation-duration-fast: 150ms; /* duration */
|
|
15
|
+
--turbo-animation-duration-normal: 300ms; /* duration */
|
|
16
|
+
--turbo-animation-duration-slow: 500ms; /* duration */
|
|
17
|
+
--turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
|
|
18
|
+
--turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
|
|
19
|
+
--turbo-opacity-disabled: 0.5; /* number */
|
|
20
|
+
--turbo-opacity-hover: 0.8; /* number */
|
|
21
|
+
--turbo-opacity-pressed: 0.6; /* number */
|
|
22
|
+
--turbo-bg-base: #181616; /* color */
|
|
23
|
+
--turbo-bg-surface: #282727; /* color */
|
|
24
|
+
--turbo-bg-overlay: #393836; /* color */
|
|
25
|
+
--turbo-text-primary: #c5c9c5; /* color */
|
|
26
|
+
--turbo-text-secondary: #c8c093; /* color */
|
|
27
|
+
--turbo-text-inverse: #181616; /* color */
|
|
28
|
+
--turbo-brand-primary: #8ba4b0; /* color */
|
|
29
|
+
--turbo-state-info: #658594; /* color */
|
|
30
|
+
--turbo-state-success: #98bb6c; /* color */
|
|
31
|
+
--turbo-state-warning: #ff9e3b; /* color */
|
|
32
|
+
--turbo-state-danger: #e82424; /* color */
|
|
33
|
+
--turbo-border-default: #54546d; /* color */
|
|
34
|
+
--turbo-accent-link: #8ba4b0; /* color */
|
|
35
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
36
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
37
|
+
--turbo-heading-h1: #8ba4b0; /* color */
|
|
38
|
+
--turbo-heading-h2: #8992a7; /* color */
|
|
39
|
+
--turbo-heading-h3: #8ea4a2; /* color */
|
|
40
|
+
--turbo-heading-h4: #c4b28a; /* color */
|
|
41
|
+
--turbo-heading-h5: #b6927b; /* color */
|
|
42
|
+
--turbo-heading-h6: #a292a3; /* color */
|
|
43
|
+
--turbo-body-primary: #c5c9c5; /* color */
|
|
44
|
+
--turbo-body-secondary: #c8c093; /* color */
|
|
45
|
+
--turbo-link-default: #8ba4b0; /* color */
|
|
46
|
+
--turbo-selection-fg: #c5c9c5; /* color */
|
|
47
|
+
--turbo-selection-bg: #393836; /* color */
|
|
48
|
+
--turbo-blockquote-border: #54546d; /* color */
|
|
49
|
+
--turbo-blockquote-fg: #c8c093; /* color */
|
|
50
|
+
--turbo-blockquote-bg: #282727; /* color */
|
|
51
|
+
--turbo-code-inline-fg: #c4b28a; /* color */
|
|
52
|
+
--turbo-code-inline-bg: #393836; /* color */
|
|
53
|
+
--turbo-code-block-fg: #c5c9c5; /* color */
|
|
54
|
+
--turbo-code-block-bg: #0d0c0c; /* color */
|
|
55
|
+
--turbo-table-border: #54546d; /* color */
|
|
56
|
+
--turbo-table-stripe: #282727; /* color */
|
|
57
|
+
--turbo-table-thead-bg: #393836; /* color */
|
|
58
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* Generated from kanagawa-lotus.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="kanagawa-lotus"] {
|
|
4
|
+
--turbo-spacing-xs: 0.25rem; /* dimension */
|
|
5
|
+
--turbo-spacing-sm: 0.5rem; /* dimension */
|
|
6
|
+
--turbo-spacing-md: 1rem; /* dimension */
|
|
7
|
+
--turbo-spacing-lg: 1.5rem; /* dimension */
|
|
8
|
+
--turbo-spacing-xl: 2rem; /* dimension */
|
|
9
|
+
--turbo-elevation-none: none; /* shadow */
|
|
10
|
+
--turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
|
|
11
|
+
--turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
|
|
12
|
+
--turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
|
|
13
|
+
--turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
|
|
14
|
+
--turbo-animation-duration-fast: 150ms; /* duration */
|
|
15
|
+
--turbo-animation-duration-normal: 300ms; /* duration */
|
|
16
|
+
--turbo-animation-duration-slow: 500ms; /* duration */
|
|
17
|
+
--turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
|
|
18
|
+
--turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
|
|
19
|
+
--turbo-opacity-disabled: 0.5; /* number */
|
|
20
|
+
--turbo-opacity-hover: 0.8; /* number */
|
|
21
|
+
--turbo-opacity-pressed: 0.6; /* number */
|
|
22
|
+
--turbo-bg-base: #f2ecbc; /* color */
|
|
23
|
+
--turbo-bg-surface: #e7dba0; /* color */
|
|
24
|
+
--turbo-bg-overlay: #e4d794; /* color */
|
|
25
|
+
--turbo-text-primary: #545464; /* color */
|
|
26
|
+
--turbo-text-secondary: #43436c; /* color */
|
|
27
|
+
--turbo-text-inverse: #f2ecbc; /* color */
|
|
28
|
+
--turbo-brand-primary: #4d699b; /* color */
|
|
29
|
+
--turbo-state-info: #5a7785; /* color */
|
|
30
|
+
--turbo-state-success: #6f894e; /* color */
|
|
31
|
+
--turbo-state-warning: #e98a00; /* color */
|
|
32
|
+
--turbo-state-danger: #e82424; /* color */
|
|
33
|
+
--turbo-state-warning-text: #000000; /* color */
|
|
34
|
+
--turbo-border-default: #716e61; /* color */
|
|
35
|
+
--turbo-accent-link: #4d699b; /* color */
|
|
36
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
37
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
38
|
+
--turbo-heading-h1: #4d699b; /* color */
|
|
39
|
+
--turbo-heading-h2: #624c83; /* color */
|
|
40
|
+
--turbo-heading-h3: #597b75; /* color */
|
|
41
|
+
--turbo-heading-h4: #77713f; /* color */
|
|
42
|
+
--turbo-heading-h5: #cc6d00; /* color */
|
|
43
|
+
--turbo-heading-h6: #b35b79; /* color */
|
|
44
|
+
--turbo-body-primary: #545464; /* color */
|
|
45
|
+
--turbo-body-secondary: #43436c; /* color */
|
|
46
|
+
--turbo-link-default: #4d699b; /* color */
|
|
47
|
+
--turbo-selection-fg: #545464; /* color */
|
|
48
|
+
--turbo-selection-bg: #c9cbd1; /* color */
|
|
49
|
+
--turbo-blockquote-border: #716e61; /* color */
|
|
50
|
+
--turbo-blockquote-fg: #43436c; /* color */
|
|
51
|
+
--turbo-blockquote-bg: #e7dba0; /* color */
|
|
52
|
+
--turbo-code-inline-fg: #624c83; /* color */
|
|
53
|
+
--turbo-code-inline-bg: #e4d794; /* color */
|
|
54
|
+
--turbo-code-block-fg: #545464; /* color */
|
|
55
|
+
--turbo-code-block-bg: #e4d794; /* color */
|
|
56
|
+
--turbo-table-border: #716e61; /* color */
|
|
57
|
+
--turbo-table-stripe: #e7dba0; /* color */
|
|
58
|
+
--turbo-table-thead-bg: #e4d794; /* color */
|
|
59
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* Generated from kanagawa-wave.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="kanagawa-wave"] {
|
|
4
|
+
--turbo-spacing-xs: 0.25rem; /* dimension */
|
|
5
|
+
--turbo-spacing-sm: 0.5rem; /* dimension */
|
|
6
|
+
--turbo-spacing-md: 1rem; /* dimension */
|
|
7
|
+
--turbo-spacing-lg: 1.5rem; /* dimension */
|
|
8
|
+
--turbo-spacing-xl: 2rem; /* dimension */
|
|
9
|
+
--turbo-elevation-none: none; /* shadow */
|
|
10
|
+
--turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
|
|
11
|
+
--turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
|
|
12
|
+
--turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
|
|
13
|
+
--turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
|
|
14
|
+
--turbo-animation-duration-fast: 150ms; /* duration */
|
|
15
|
+
--turbo-animation-duration-normal: 300ms; /* duration */
|
|
16
|
+
--turbo-animation-duration-slow: 500ms; /* duration */
|
|
17
|
+
--turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
|
|
18
|
+
--turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
|
|
19
|
+
--turbo-opacity-disabled: 0.5; /* number */
|
|
20
|
+
--turbo-opacity-hover: 0.8; /* number */
|
|
21
|
+
--turbo-opacity-pressed: 0.6; /* number */
|
|
22
|
+
--turbo-bg-base: #1f1f28; /* color */
|
|
23
|
+
--turbo-bg-surface: #2a2a37; /* color */
|
|
24
|
+
--turbo-bg-overlay: #363646; /* color */
|
|
25
|
+
--turbo-text-primary: #dcd7ba; /* color */
|
|
26
|
+
--turbo-text-secondary: #c8c093; /* color */
|
|
27
|
+
--turbo-text-inverse: #1f1f28; /* color */
|
|
28
|
+
--turbo-brand-primary: #7e9cd8; /* color */
|
|
29
|
+
--turbo-state-info: #658594; /* color */
|
|
30
|
+
--turbo-state-success: #98bb6c; /* color */
|
|
31
|
+
--turbo-state-warning: #ff9e3b; /* color */
|
|
32
|
+
--turbo-state-danger: #e82424; /* color */
|
|
33
|
+
--turbo-border-default: #54546d; /* color */
|
|
34
|
+
--turbo-accent-link: #7e9cd8; /* color */
|
|
35
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
36
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
37
|
+
--turbo-heading-h1: #7e9cd8; /* color */
|
|
38
|
+
--turbo-heading-h2: #957fb8; /* color */
|
|
39
|
+
--turbo-heading-h3: #7aa89f; /* color */
|
|
40
|
+
--turbo-heading-h4: #e6c384; /* color */
|
|
41
|
+
--turbo-heading-h5: #ffa066; /* color */
|
|
42
|
+
--turbo-heading-h6: #d27e99; /* color */
|
|
43
|
+
--turbo-body-primary: #dcd7ba; /* color */
|
|
44
|
+
--turbo-body-secondary: #c8c093; /* color */
|
|
45
|
+
--turbo-link-default: #7e9cd8; /* color */
|
|
46
|
+
--turbo-selection-fg: #dcd7ba; /* color */
|
|
47
|
+
--turbo-selection-bg: #223249; /* color */
|
|
48
|
+
--turbo-blockquote-border: #54546d; /* color */
|
|
49
|
+
--turbo-blockquote-fg: #c8c093; /* color */
|
|
50
|
+
--turbo-blockquote-bg: #2a2a37; /* color */
|
|
51
|
+
--turbo-code-inline-fg: #e6c384; /* color */
|
|
52
|
+
--turbo-code-inline-bg: #363646; /* color */
|
|
53
|
+
--turbo-code-block-fg: #dcd7ba; /* color */
|
|
54
|
+
--turbo-code-block-bg: #16161d; /* color */
|
|
55
|
+
--turbo-table-border: #54546d; /* color */
|
|
56
|
+
--turbo-table-stripe: #2a2a37; /* color */
|
|
57
|
+
--turbo-table-thead-bg: #363646; /* color */
|
|
58
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|