turbo-themes 0.38.7 → 0.40.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d322644d69e61ebb08f00fb69af2eda04cc3d19bb216d4c80a50fcb2f2748a9d
4
- data.tar.gz: 419d87341b022af76fc5d3e8fa9e8d5ce1aa02e7e7f70412908e2d6d7600d859
3
+ metadata.gz: 2d2092ec05ae2a9e647ece9558d98e581ff47f4bc8be58dedd44dd2ef2e859c8
4
+ data.tar.gz: dfa7790e90bb567f3d916b8b31fce4c8a02ae08e1c3923d7adf83cd2e62835e7
5
5
  SHA512:
6
- metadata.gz: 0baffae8afb45ff188558d618d27cebb422de16ca2702fd4f63632456dc0139034e87a5bda0988403585599b2ba9b2ffc24c21b006b8617fc18825286b2d1be5
7
- data.tar.gz: eb2224a4a96a1b0773cdab150a9cc043bcb1638e6aa863473e85184b4922a9d746312db6121b46f6731f9091f31bb5c5c608658f184634a917e192d0c94c2ed9
6
+ metadata.gz: a7fda4c4d0dcc14740c06466775700e11aabeb4ee223fde7fb702a31080b65a893ca08ad32567a695e13304efcb17fa7344d93be85771198b7bdff11ed032740
7
+ data.tar.gz: 8f6d058c7e06abf9667175a095e88dc70acf0b6af13c025442f74b66e23cd4a008152499e00b96385a6c4e42ffdcc1442d8b5c007ae17fa3bdcac9fd1e900acb
data/CHANGELOG.md CHANGED
@@ -10,6 +10,40 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
10
10
 
11
11
  - TBD
12
12
 
13
+ ## [0.40.1] - 2026-07-23
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - Bump fast-uri 3.1.4 and sharp 0.35.0 for new advisories (#765)
18
+
19
+ ### 🤖 Internal
20
+
21
+ - Format synced Ayu source with oxfmt, failing loudly (#769)
22
+
23
+ ## [0.40.0] - 2026-07-21
24
+
25
+ ### ✨ Added
26
+
27
+ - Add Ayu theme pack (#607)
28
+
29
+ ## [0.39.0] - 2026-07-21
30
+
31
+ ### ✨ Added
32
+
33
+ - Add Kanagawa theme pack (#605)
34
+
35
+ ## [0.38.8] - 2026-07-21
36
+
37
+ ### 🐛 Fixed
38
+
39
+ - Bump svgo to 4.0.2 for GHSA-2p49-hgcm-8545 (#760)
40
+ - Bump fast-uri to 3.1.3 for GHSA-4c8g-83qw-93j6 (#758)
41
+ - Keep btn-primary anchor CTAs readable under Noir (#746)
42
+
43
+ ### 🤖 Internal
44
+
45
+ - Document lgtm-ci reusable release-version-pr adoption audit (#656)
46
+
13
47
  ## [0.38.7] - 2026-07-21
14
48
 
15
49
  ### 🐛 Fixed
@@ -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
+ }
@@ -0,0 +1,91 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
3
+
4
+ [data-theme="ayu-dark"] {
5
+ --turbo-bg-base: #0d1017;
6
+ --turbo-bg-surface: #141821;
7
+ --turbo-bg-overlay: #1b1f29;
8
+ --turbo-text-primary: #bfbdb6;
9
+ --turbo-text-secondary: #5b6876;
10
+ --turbo-text-inverse: #0d1017;
11
+ --turbo-brand-primary: #e6b450;
12
+ --turbo-state-info: #39bae6;
13
+ --turbo-state-success: #aad94c;
14
+ --turbo-state-warning: #ff8f40;
15
+ --turbo-state-danger: #d95757;
16
+ --turbo-border-default: #1b1f29;
17
+ --turbo-accent-link: #ffb454;
18
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
19
+ --turbo-font-mono: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
20
+ --turbo-heading-h1: #ffb454;
21
+ --turbo-heading-h2: #59c2ff;
22
+ --turbo-heading-h3: #39bae6;
23
+ --turbo-heading-h4: #aad94c;
24
+ --turbo-heading-h5: #d2a6ff;
25
+ --turbo-heading-h6: #ff8f40;
26
+ --turbo-body-primary: #bfbdb6;
27
+ --turbo-body-secondary: #5b6876;
28
+ --turbo-link-default: #ffb454;
29
+ --turbo-selection-fg: #bfbdb6;
30
+ --turbo-selection-bg: #1c212b;
31
+ --turbo-blockquote-border: #1b1f29;
32
+ --turbo-blockquote-fg: #bfbdb6;
33
+ --turbo-blockquote-bg: #141821;
34
+ --turbo-code-inline-fg: #bfbdb6;
35
+ --turbo-code-inline-bg: #1b1f29;
36
+ --turbo-code-block-fg: #bfbdb6;
37
+ --turbo-code-block-bg: #1b1f29;
38
+ --turbo-table-border: #1b1f29;
39
+ --turbo-table-stripe: #141821;
40
+ --turbo-table-thead-bg: #1b1f29;
41
+ --turbo-table-cell-bg: #0d1017;
42
+ --turbo-table-header-fg: #bfbdb6;
43
+ --turbo-card-bg: #141821;
44
+ --turbo-card-border: #1b1f29;
45
+ --turbo-card-header-bg: #1b1f29;
46
+ --turbo-card-footer-bg: #141821;
47
+ --turbo-message-bg: #141821;
48
+ --turbo-message-header-bg: #1b1f29;
49
+ --turbo-message-border: #1b1f29;
50
+ --turbo-message-body-fg: #bfbdb6;
51
+ --turbo-panel-bg: #141821;
52
+ --turbo-panel-header-bg: #1b1f29;
53
+ --turbo-panel-header-fg: #bfbdb6;
54
+ --turbo-panel-border: #1b1f29;
55
+ --turbo-panel-block-bg: #141821;
56
+ --turbo-panel-block-hover-bg: #1b1f29;
57
+ --turbo-panel-block-active-bg: #1b1f29;
58
+ --turbo-box-bg: #141821;
59
+ --turbo-box-border: #1b1f29;
60
+ --turbo-notification-bg: #141821;
61
+ --turbo-notification-border: #1b1f29;
62
+ --turbo-modal-bg: rgba(10, 10, 10, 0.86);
63
+ --turbo-modal-card-bg: #141821;
64
+ --turbo-modal-header-bg: #1b1f29;
65
+ --turbo-modal-footer-bg: #141821;
66
+ --turbo-dropdown-bg: #141821;
67
+ --turbo-dropdown-item-hover: #1b1f29;
68
+ --turbo-dropdown-border: #1b1f29;
69
+ --turbo-tabs-border: #1b1f29;
70
+ --turbo-tabs-link-bg: #141821;
71
+ --turbo-tabs-link-active-bg: #0d1017;
72
+ --turbo-tabs-link-hover-bg: #1b1f29;
73
+ --turbo-syntax-fg: #bfbdb6;
74
+ --turbo-syntax-bg: #1b1f29;
75
+ --turbo-syntax-comment: #5b6876;
76
+ --turbo-syntax-keyword: #e6b450;
77
+ --turbo-syntax-string: #aad94c;
78
+ --turbo-syntax-number: #ff8f40;
79
+ --turbo-syntax-function: #39bae6;
80
+ --turbo-syntax-type: #e6b450;
81
+ --turbo-syntax-variable: #bfbdb6;
82
+ --turbo-syntax-operator: #5b6876;
83
+ --turbo-syntax-punctuation: #5b6876;
84
+ --turbo-syntax-tag: #d95757;
85
+ --turbo-syntax-attribute: #39bae6;
86
+ --turbo-syntax-value: #aad94c;
87
+ --turbo-syntax-error: #d95757;
88
+ --turbo-syntax-deleted: #d95757;
89
+ --turbo-syntax-inserted: #aad94c;
90
+ color-scheme: dark;
91
+ }
@@ -0,0 +1,91 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
3
+
4
+ [data-theme="ayu-light"] {
5
+ --turbo-bg-base: #f8f9fa;
6
+ --turbo-bg-surface: #fafafa;
7
+ --turbo-bg-overlay: #e7eaed;
8
+ --turbo-text-primary: #5c6166;
9
+ --turbo-text-secondary: #828e9f;
10
+ --turbo-text-inverse: #f8f9fa;
11
+ --turbo-brand-primary: #f29718;
12
+ --turbo-state-info: #55b4d4;
13
+ --turbo-state-success: #86b300;
14
+ --turbo-state-warning: #ff7e33;
15
+ --turbo-state-danger: #e65050;
16
+ --turbo-border-default: #e7eaed;
17
+ --turbo-accent-link: #a37acc;
18
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
19
+ --turbo-font-mono: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
20
+ --turbo-heading-h1: #f2a300;
21
+ --turbo-heading-h2: #399ee6;
22
+ --turbo-heading-h3: #55b4d4;
23
+ --turbo-heading-h4: #86b300;
24
+ --turbo-heading-h5: #a37acc;
25
+ --turbo-heading-h6: #ff7e33;
26
+ --turbo-body-primary: #5c6166;
27
+ --turbo-body-secondary: #828e9f;
28
+ --turbo-link-default: #a37acc;
29
+ --turbo-selection-fg: #5c6166;
30
+ --turbo-selection-bg: #e5e9ed;
31
+ --turbo-blockquote-border: #e7eaed;
32
+ --turbo-blockquote-fg: #5c6166;
33
+ --turbo-blockquote-bg: #fafafa;
34
+ --turbo-code-inline-fg: #5c6166;
35
+ --turbo-code-inline-bg: #e7eaed;
36
+ --turbo-code-block-fg: #5c6166;
37
+ --turbo-code-block-bg: #e7eaed;
38
+ --turbo-table-border: #e7eaed;
39
+ --turbo-table-stripe: #fafafa;
40
+ --turbo-table-thead-bg: #e7eaed;
41
+ --turbo-table-cell-bg: #f8f9fa;
42
+ --turbo-table-header-fg: #5c6166;
43
+ --turbo-card-bg: #fafafa;
44
+ --turbo-card-border: #e7eaed;
45
+ --turbo-card-header-bg: #e7eaed;
46
+ --turbo-card-footer-bg: #fafafa;
47
+ --turbo-message-bg: #fafafa;
48
+ --turbo-message-header-bg: #e7eaed;
49
+ --turbo-message-border: #e7eaed;
50
+ --turbo-message-body-fg: #5c6166;
51
+ --turbo-panel-bg: #fafafa;
52
+ --turbo-panel-header-bg: #e7eaed;
53
+ --turbo-panel-header-fg: #5c6166;
54
+ --turbo-panel-border: #e7eaed;
55
+ --turbo-panel-block-bg: #fafafa;
56
+ --turbo-panel-block-hover-bg: #e7eaed;
57
+ --turbo-panel-block-active-bg: #e7eaed;
58
+ --turbo-box-bg: #fafafa;
59
+ --turbo-box-border: #e7eaed;
60
+ --turbo-notification-bg: #fafafa;
61
+ --turbo-notification-border: #e7eaed;
62
+ --turbo-modal-bg: rgba(10, 10, 10, 0.86);
63
+ --turbo-modal-card-bg: #fafafa;
64
+ --turbo-modal-header-bg: #e7eaed;
65
+ --turbo-modal-footer-bg: #fafafa;
66
+ --turbo-dropdown-bg: #fafafa;
67
+ --turbo-dropdown-item-hover: #e7eaed;
68
+ --turbo-dropdown-border: #e7eaed;
69
+ --turbo-tabs-border: #e7eaed;
70
+ --turbo-tabs-link-bg: #fafafa;
71
+ --turbo-tabs-link-active-bg: #f8f9fa;
72
+ --turbo-tabs-link-hover-bg: #e7eaed;
73
+ --turbo-syntax-fg: #5c6166;
74
+ --turbo-syntax-bg: #e7eaed;
75
+ --turbo-syntax-comment: #828e9f;
76
+ --turbo-syntax-keyword: #f29718;
77
+ --turbo-syntax-string: #86b300;
78
+ --turbo-syntax-number: #ff7e33;
79
+ --turbo-syntax-function: #55b4d4;
80
+ --turbo-syntax-type: #f29718;
81
+ --turbo-syntax-variable: #5c6166;
82
+ --turbo-syntax-operator: #828e9f;
83
+ --turbo-syntax-punctuation: #828e9f;
84
+ --turbo-syntax-tag: #e65050;
85
+ --turbo-syntax-attribute: #55b4d4;
86
+ --turbo-syntax-value: #86b300;
87
+ --turbo-syntax-error: #e65050;
88
+ --turbo-syntax-deleted: #e65050;
89
+ --turbo-syntax-inserted: #86b300;
90
+ color-scheme: light;
91
+ }