turbo-themes 0.35.0 → 0.36.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: 0dc819d6d9319a7bf97010e22c2df6c4d9fa29d23bb3d99f1d1a605bda2455aa
4
- data.tar.gz: 6d5271b75c0c99455b6446eca24913a5bf1b455fd8aeb48c5a34ac37a1100a26
3
+ metadata.gz: 887ab9b47da682963e1e63ec72039c2a2195df3cc5a93f590b002ce071fbe746
4
+ data.tar.gz: 4887dff3146d1ad8854849653586e7a1163a7384e321688a80384439ec263ad3
5
5
  SHA512:
6
- metadata.gz: eadad34de13ef5134619df576f0c5d55d6131a9098e1f16c8bd0ebb8bc7ef156c76c33ef8afc263f9895f594b7a870e1d14606e083712e5bac86cf2214ba2a89
7
- data.tar.gz: c5934f0e06b0671348648611e9f71c1f72bc3b4f180b5979b17efc71d655f4b7a2961456b82ee9718eafb138f17cf9a40641819cc57cb547fc06baf93bfde374
6
+ metadata.gz: e209899b56ab53a81521aa1ed092e76c2a840d7540c274c16f3092998a2c51912f968ee645c4f4498889f5251b6503b0ed9cf9fbf707c5a6f6c844284cfd0e41
7
+ data.tar.gz: 8d5ca53fdfe40e87a965d508330b135ed8e357b8b20fcac29fa87827e31e41ffc3445e235c7c2d4b6e3819211210ac207c990b7f4ca6ef00fdd60cc57697032a
data/CHANGELOG.md CHANGED
@@ -10,6 +10,18 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
10
10
 
11
11
  - TBD
12
12
 
13
+ ## [0.36.1] - 2026-07-20
14
+
15
+ ### 🤖 Internal
16
+
17
+ - Tolerate missing playwright report in Pages bundle manifest (#674)
18
+
19
+ ## [0.36.0] - 2026-07-20
20
+
21
+ ### ✨ Added
22
+
23
+ - Add Everforest theme pack (#603)
24
+
13
25
  ## [0.35.0] - 2026-07-20
14
26
 
15
27
  ### ✨ Added
data/README.md CHANGED
@@ -38,13 +38,14 @@ projects:
38
38
  | <img src="./assets/img/nord.png" width="20" height="20" alt="Nord" /> **Nord** | Nord | [nordtheme.com](https://www.nordtheme.com/) |
39
39
  | <img src="./assets/img/solarized-dark.png" width="20" height="20" alt="Solarized" /> **Solarized** | Dark, Light | [ethanschoonover.com/solarized](https://ethanschoonover.com/solarized/) |
40
40
  | <img src="./assets/img/rose-pine.png" width="20" height="20" alt="Rosé Pine" /> **Rosé Pine** | Rosé Pine, Moon, Dawn | [rosepinetheme.com](https://rosepinetheme.com/) |
41
+ | <img src="./assets/img/everforest-dark.png" width="20" height="20" alt="Everforest" /> **Everforest** | Dark Hard, Dark, Dark Soft, Light Hard, Light, Light Soft | [github.com/sainnhe/everforest](https://github.com/sainnhe/everforest) |
41
42
  | <img src="./assets/img/gruvbox-dark.png" width="20" height="20" alt="Gruvbox" /> **Gruvbox** | Dark Hard, Dark, Dark Soft, Light Hard, Light, Light Soft | [github.com/morhetz/gruvbox](https://github.com/morhetz/gruvbox) |
42
43
  | <img src="./assets/img/tokyo-night.png" width="20" height="20" alt="Tokyo Night" /> **Tokyo Night** | Night, Storm, Light | [tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme) |
43
44
 
44
45
  ## Features
45
46
 
46
- - **24 curated themes** from Catppuccin, Gruvbox, Dracula, GitHub, Solarized, Tokyo
47
- Night, Nord, Rosé Pine, and Bulma
47
+ - **30 curated themes** from Catppuccin, Everforest, Gruvbox, Dracula, GitHub,
48
+ Solarized, Tokyo Night, Nord, Rosé Pine, and Bulma
48
49
  - **Multi-platform**: npm, PyPI, RubyGems, Swift Package Manager
49
50
  - **Design tokens**: Platform-agnostic JSON tokens for any framework
50
51
  - **Accessible**: WCAG-compliant with keyboard and screen reader support
@@ -0,0 +1,88 @@
1
+ /* Generated from everforest-dark-hard.css */
2
+
3
+ [data-theme="everforest-dark-hard"] {
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: #272e33; /* color */
23
+ --turbo-bg-surface: #2e383c; /* color */
24
+ --turbo-bg-overlay: #374145; /* color */
25
+ --turbo-text-primary: #d3c6aa; /* color */
26
+ --turbo-text-secondary: #9da9a0; /* color */
27
+ --turbo-text-inverse: #272e33; /* color */
28
+ --turbo-brand-primary: #a7c080; /* color */
29
+ --turbo-state-info: #7fbbb3; /* color */
30
+ --turbo-state-success: #a7c080; /* color */
31
+ --turbo-state-warning: #dbbc7f; /* color */
32
+ --turbo-state-danger: #e67e80; /* color */
33
+ --turbo-border-default: #495156; /* color */
34
+ --turbo-accent-link: #83c092; /* 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: #a7c080; /* color */
38
+ --turbo-heading-h2: #7fbbb3; /* color */
39
+ --turbo-heading-h3: #83c092; /* color */
40
+ --turbo-heading-h4: #dbbc7f; /* color */
41
+ --turbo-heading-h5: #d699b6; /* color */
42
+ --turbo-heading-h6: #e67e80; /* color */
43
+ --turbo-body-primary: #d3c6aa; /* color */
44
+ --turbo-body-secondary: #9da9a0; /* color */
45
+ --turbo-link-default: #83c092; /* color */
46
+ --turbo-selection-fg: #d3c6aa; /* color */
47
+ --turbo-selection-bg: #374145; /* color */
48
+ --turbo-blockquote-border: #495156; /* color */
49
+ --turbo-blockquote-fg: #9da9a0; /* color */
50
+ --turbo-blockquote-bg: #2e383c; /* color */
51
+ --turbo-code-inline-fg: #e69875; /* color */
52
+ --turbo-code-inline-bg: #374145; /* color */
53
+ --turbo-code-block-fg: #d3c6aa; /* color */
54
+ --turbo-code-block-bg: #2e383c; /* color */
55
+ --turbo-table-border: #495156; /* color */
56
+ --turbo-table-stripe: #374145; /* color */
57
+ --turbo-table-thead-bg: #2e383c; /* color */
58
+ --turbo-components-card-bg: #2e383c; /* color */
59
+ --turbo-components-card-border: #495156; /* color */
60
+ --turbo-components-card-header-bg: #272e33; /* color */
61
+ --turbo-components-card-footer-bg: #2e383c; /* color */
62
+ --turbo-components-message-bg: #272e33; /* color */
63
+ --turbo-components-message-header-bg: #2e383c; /* color */
64
+ --turbo-components-message-border: #495156; /* color */
65
+ --turbo-components-message-body-fg: #d3c6aa; /* color */
66
+ --turbo-components-panel-bg: #2e383c; /* color */
67
+ --turbo-components-panel-header-bg: #272e33; /* color */
68
+ --turbo-components-panel-header-fg: #d3c6aa; /* color */
69
+ --turbo-components-panel-border: #495156; /* color */
70
+ --turbo-components-panel-block-bg: #272e33; /* color */
71
+ --turbo-components-panel-block-hover-bg: #2e383c; /* color */
72
+ --turbo-components-panel-block-active-bg: #374145; /* color */
73
+ --turbo-components-box-bg: #2e383c; /* color */
74
+ --turbo-components-box-border: #495156; /* color */
75
+ --turbo-components-notification-bg: #272e33; /* color */
76
+ --turbo-components-notification-border: #495156; /* color */
77
+ --turbo-components-modal-bg: rgba(39, 46, 51, 0.9); /* color */
78
+ --turbo-components-modal-card-bg: #2e383c; /* color */
79
+ --turbo-components-modal-header-bg: #272e33; /* color */
80
+ --turbo-components-modal-footer-bg: #2e383c; /* color */
81
+ --turbo-components-dropdown-bg: #2e383c; /* color */
82
+ --turbo-components-dropdown-item-hover-bg: #374145; /* color */
83
+ --turbo-components-dropdown-border: #495156; /* color */
84
+ --turbo-components-tabs-border: #495156; /* color */
85
+ --turbo-components-tabs-link-bg: #2e383c; /* color */
86
+ --turbo-components-tabs-link-active-bg: #272e33; /* color */
87
+ --turbo-components-tabs-link-hover-bg: #374145; /* color */
88
+ }
@@ -0,0 +1,88 @@
1
+ /* Generated from everforest-dark-soft.css */
2
+
3
+ [data-theme="everforest-dark-soft"] {
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: #333c43; /* color */
23
+ --turbo-bg-surface: #3a464c; /* color */
24
+ --turbo-bg-overlay: #434f55; /* color */
25
+ --turbo-text-primary: #d3c6aa; /* color */
26
+ --turbo-text-secondary: #9da9a0; /* color */
27
+ --turbo-text-inverse: #333c43; /* color */
28
+ --turbo-brand-primary: #a7c080; /* color */
29
+ --turbo-state-info: #7fbbb3; /* color */
30
+ --turbo-state-success: #a7c080; /* color */
31
+ --turbo-state-warning: #dbbc7f; /* color */
32
+ --turbo-state-danger: #e67e80; /* color */
33
+ --turbo-border-default: #555f66; /* color */
34
+ --turbo-accent-link: #83c092; /* 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: #a7c080; /* color */
38
+ --turbo-heading-h2: #7fbbb3; /* color */
39
+ --turbo-heading-h3: #83c092; /* color */
40
+ --turbo-heading-h4: #dbbc7f; /* color */
41
+ --turbo-heading-h5: #d699b6; /* color */
42
+ --turbo-heading-h6: #e67e80; /* color */
43
+ --turbo-body-primary: #d3c6aa; /* color */
44
+ --turbo-body-secondary: #9da9a0; /* color */
45
+ --turbo-link-default: #83c092; /* color */
46
+ --turbo-selection-fg: #d3c6aa; /* color */
47
+ --turbo-selection-bg: #434f55; /* color */
48
+ --turbo-blockquote-border: #555f66; /* color */
49
+ --turbo-blockquote-fg: #9da9a0; /* color */
50
+ --turbo-blockquote-bg: #3a464c; /* color */
51
+ --turbo-code-inline-fg: #e69875; /* color */
52
+ --turbo-code-inline-bg: #434f55; /* color */
53
+ --turbo-code-block-fg: #d3c6aa; /* color */
54
+ --turbo-code-block-bg: #3a464c; /* color */
55
+ --turbo-table-border: #555f66; /* color */
56
+ --turbo-table-stripe: #434f55; /* color */
57
+ --turbo-table-thead-bg: #3a464c; /* color */
58
+ --turbo-components-card-bg: #3a464c; /* color */
59
+ --turbo-components-card-border: #555f66; /* color */
60
+ --turbo-components-card-header-bg: #333c43; /* color */
61
+ --turbo-components-card-footer-bg: #3a464c; /* color */
62
+ --turbo-components-message-bg: #333c43; /* color */
63
+ --turbo-components-message-header-bg: #3a464c; /* color */
64
+ --turbo-components-message-border: #555f66; /* color */
65
+ --turbo-components-message-body-fg: #d3c6aa; /* color */
66
+ --turbo-components-panel-bg: #3a464c; /* color */
67
+ --turbo-components-panel-header-bg: #333c43; /* color */
68
+ --turbo-components-panel-header-fg: #d3c6aa; /* color */
69
+ --turbo-components-panel-border: #555f66; /* color */
70
+ --turbo-components-panel-block-bg: #333c43; /* color */
71
+ --turbo-components-panel-block-hover-bg: #3a464c; /* color */
72
+ --turbo-components-panel-block-active-bg: #434f55; /* color */
73
+ --turbo-components-box-bg: #3a464c; /* color */
74
+ --turbo-components-box-border: #555f66; /* color */
75
+ --turbo-components-notification-bg: #333c43; /* color */
76
+ --turbo-components-notification-border: #555f66; /* color */
77
+ --turbo-components-modal-bg: rgba(51, 60, 67, 0.9); /* color */
78
+ --turbo-components-modal-card-bg: #3a464c; /* color */
79
+ --turbo-components-modal-header-bg: #333c43; /* color */
80
+ --turbo-components-modal-footer-bg: #3a464c; /* color */
81
+ --turbo-components-dropdown-bg: #3a464c; /* color */
82
+ --turbo-components-dropdown-item-hover-bg: #434f55; /* color */
83
+ --turbo-components-dropdown-border: #555f66; /* color */
84
+ --turbo-components-tabs-border: #555f66; /* color */
85
+ --turbo-components-tabs-link-bg: #3a464c; /* color */
86
+ --turbo-components-tabs-link-active-bg: #333c43; /* color */
87
+ --turbo-components-tabs-link-hover-bg: #434f55; /* color */
88
+ }
@@ -0,0 +1,88 @@
1
+ /* Generated from everforest-dark.css */
2
+
3
+ [data-theme="everforest-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: #2d353b; /* color */
23
+ --turbo-bg-surface: #343f44; /* color */
24
+ --turbo-bg-overlay: #3d484d; /* color */
25
+ --turbo-text-primary: #d3c6aa; /* color */
26
+ --turbo-text-secondary: #9da9a0; /* color */
27
+ --turbo-text-inverse: #2d353b; /* color */
28
+ --turbo-brand-primary: #a7c080; /* color */
29
+ --turbo-state-info: #7fbbb3; /* color */
30
+ --turbo-state-success: #a7c080; /* color */
31
+ --turbo-state-warning: #dbbc7f; /* color */
32
+ --turbo-state-danger: #e67e80; /* color */
33
+ --turbo-border-default: #4f585e; /* color */
34
+ --turbo-accent-link: #83c092; /* 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: #a7c080; /* color */
38
+ --turbo-heading-h2: #7fbbb3; /* color */
39
+ --turbo-heading-h3: #83c092; /* color */
40
+ --turbo-heading-h4: #dbbc7f; /* color */
41
+ --turbo-heading-h5: #d699b6; /* color */
42
+ --turbo-heading-h6: #e67e80; /* color */
43
+ --turbo-body-primary: #d3c6aa; /* color */
44
+ --turbo-body-secondary: #9da9a0; /* color */
45
+ --turbo-link-default: #83c092; /* color */
46
+ --turbo-selection-fg: #d3c6aa; /* color */
47
+ --turbo-selection-bg: #3d484d; /* color */
48
+ --turbo-blockquote-border: #4f585e; /* color */
49
+ --turbo-blockquote-fg: #9da9a0; /* color */
50
+ --turbo-blockquote-bg: #343f44; /* color */
51
+ --turbo-code-inline-fg: #e69875; /* color */
52
+ --turbo-code-inline-bg: #3d484d; /* color */
53
+ --turbo-code-block-fg: #d3c6aa; /* color */
54
+ --turbo-code-block-bg: #343f44; /* color */
55
+ --turbo-table-border: #4f585e; /* color */
56
+ --turbo-table-stripe: #3d484d; /* color */
57
+ --turbo-table-thead-bg: #343f44; /* color */
58
+ --turbo-components-card-bg: #343f44; /* color */
59
+ --turbo-components-card-border: #4f585e; /* color */
60
+ --turbo-components-card-header-bg: #2d353b; /* color */
61
+ --turbo-components-card-footer-bg: #343f44; /* color */
62
+ --turbo-components-message-bg: #2d353b; /* color */
63
+ --turbo-components-message-header-bg: #343f44; /* color */
64
+ --turbo-components-message-border: #4f585e; /* color */
65
+ --turbo-components-message-body-fg: #d3c6aa; /* color */
66
+ --turbo-components-panel-bg: #343f44; /* color */
67
+ --turbo-components-panel-header-bg: #2d353b; /* color */
68
+ --turbo-components-panel-header-fg: #d3c6aa; /* color */
69
+ --turbo-components-panel-border: #4f585e; /* color */
70
+ --turbo-components-panel-block-bg: #2d353b; /* color */
71
+ --turbo-components-panel-block-hover-bg: #343f44; /* color */
72
+ --turbo-components-panel-block-active-bg: #3d484d; /* color */
73
+ --turbo-components-box-bg: #343f44; /* color */
74
+ --turbo-components-box-border: #4f585e; /* color */
75
+ --turbo-components-notification-bg: #2d353b; /* color */
76
+ --turbo-components-notification-border: #4f585e; /* color */
77
+ --turbo-components-modal-bg: rgba(45, 53, 59, 0.9); /* color */
78
+ --turbo-components-modal-card-bg: #343f44; /* color */
79
+ --turbo-components-modal-header-bg: #2d353b; /* color */
80
+ --turbo-components-modal-footer-bg: #343f44; /* color */
81
+ --turbo-components-dropdown-bg: #343f44; /* color */
82
+ --turbo-components-dropdown-item-hover-bg: #3d484d; /* color */
83
+ --turbo-components-dropdown-border: #4f585e; /* color */
84
+ --turbo-components-tabs-border: #4f585e; /* color */
85
+ --turbo-components-tabs-link-bg: #343f44; /* color */
86
+ --turbo-components-tabs-link-active-bg: #2d353b; /* color */
87
+ --turbo-components-tabs-link-hover-bg: #3d484d; /* color */
88
+ }
@@ -0,0 +1,92 @@
1
+ /* Generated from everforest-light-hard.css */
2
+
3
+ [data-theme="everforest-light-hard"] {
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: #fffbef; /* color */
23
+ --turbo-bg-surface: #f8f5e4; /* color */
24
+ --turbo-bg-overlay: #edeada; /* color */
25
+ --turbo-text-primary: #5c6a72; /* color */
26
+ --turbo-text-secondary: #708089; /* color */
27
+ --turbo-text-inverse: #fffbef; /* color */
28
+ --turbo-brand-primary: #6b7c01; /* color */
29
+ --turbo-state-info: #2a7a9e; /* color */
30
+ --turbo-state-success: #6b7c01; /* color */
31
+ --turbo-state-warning: #a87800; /* color */
32
+ --turbo-state-danger: #d03a38; /* color */
33
+ --turbo-state-info-text: #000000; /* color */
34
+ --turbo-state-success-text: #000000; /* color */
35
+ --turbo-state-warning-text: #000000; /* color */
36
+ --turbo-state-danger-text: #000000; /* color */
37
+ --turbo-border-default: #e8e5d5; /* color */
38
+ --turbo-accent-link: #1d6b4f; /* color */
39
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
40
+ --turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
41
+ --turbo-heading-h1: #6b7c01; /* color */
42
+ --turbo-heading-h2: #2a7a9e; /* color */
43
+ --turbo-heading-h3: #1d6b4f; /* color */
44
+ --turbo-heading-h4: #a87800; /* color */
45
+ --turbo-heading-h5: #b84f96; /* color */
46
+ --turbo-heading-h6: #d03a38; /* color */
47
+ --turbo-body-primary: #5c6a72; /* color */
48
+ --turbo-body-secondary: #708089; /* color */
49
+ --turbo-link-default: #1d6b4f; /* color */
50
+ --turbo-selection-fg: #5c6a72; /* color */
51
+ --turbo-selection-bg: #edeada; /* color */
52
+ --turbo-blockquote-border: #e8e5d5; /* color */
53
+ --turbo-blockquote-fg: #708089; /* color */
54
+ --turbo-blockquote-bg: #f8f5e4; /* color */
55
+ --turbo-code-inline-fg: #c45a12; /* color */
56
+ --turbo-code-inline-bg: #edeada; /* color */
57
+ --turbo-code-block-fg: #5c6a72; /* color */
58
+ --turbo-code-block-bg: #f8f5e4; /* color */
59
+ --turbo-table-border: #e8e5d5; /* color */
60
+ --turbo-table-stripe: #edeada; /* color */
61
+ --turbo-table-thead-bg: #f8f5e4; /* color */
62
+ --turbo-components-card-bg: #fffbef; /* color */
63
+ --turbo-components-card-border: #e8e5d5; /* color */
64
+ --turbo-components-card-header-bg: #f8f5e4; /* color */
65
+ --turbo-components-card-footer-bg: #f8f5e4; /* color */
66
+ --turbo-components-message-bg: #f8f5e4; /* color */
67
+ --turbo-components-message-header-bg: #fffbef; /* color */
68
+ --turbo-components-message-border: #e8e5d5; /* color */
69
+ --turbo-components-message-body-fg: #5c6a72; /* color */
70
+ --turbo-components-panel-bg: #fffbef; /* color */
71
+ --turbo-components-panel-header-bg: #f8f5e4; /* color */
72
+ --turbo-components-panel-header-fg: #5c6a72; /* color */
73
+ --turbo-components-panel-border: #e8e5d5; /* color */
74
+ --turbo-components-panel-block-bg: #f8f5e4; /* color */
75
+ --turbo-components-panel-block-hover-bg: #fffbef; /* color */
76
+ --turbo-components-panel-block-active-bg: #edeada; /* color */
77
+ --turbo-components-box-bg: #fffbef; /* color */
78
+ --turbo-components-box-border: #e8e5d5; /* color */
79
+ --turbo-components-notification-bg: #f8f5e4; /* color */
80
+ --turbo-components-notification-border: #e8e5d5; /* color */
81
+ --turbo-components-modal-bg: rgba(92, 106, 114, 0.86); /* color */
82
+ --turbo-components-modal-card-bg: #fffbef; /* color */
83
+ --turbo-components-modal-header-bg: #f8f5e4; /* color */
84
+ --turbo-components-modal-footer-bg: #f8f5e4; /* color */
85
+ --turbo-components-dropdown-bg: #fffbef; /* color */
86
+ --turbo-components-dropdown-item-hover-bg: #f8f5e4; /* color */
87
+ --turbo-components-dropdown-border: #e8e5d5; /* color */
88
+ --turbo-components-tabs-border: #e8e5d5; /* color */
89
+ --turbo-components-tabs-link-bg: #f8f5e4; /* color */
90
+ --turbo-components-tabs-link-active-bg: #fffbef; /* color */
91
+ --turbo-components-tabs-link-hover-bg: #edeada; /* color */
92
+ }
@@ -0,0 +1,92 @@
1
+ /* Generated from everforest-light-soft.css */
2
+
3
+ [data-theme="everforest-light-soft"] {
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: #f3ead3; /* color */
23
+ --turbo-bg-surface: #eae4ca; /* color */
24
+ --turbo-bg-overlay: #ddd8be; /* color */
25
+ --turbo-text-primary: #5c6a72; /* color */
26
+ --turbo-text-secondary: #708089; /* color */
27
+ --turbo-text-inverse: #f3ead3; /* color */
28
+ --turbo-brand-primary: #6b7c01; /* color */
29
+ --turbo-state-info: #2a7a9e; /* color */
30
+ --turbo-state-success: #6b7c01; /* color */
31
+ --turbo-state-warning: #a87800; /* color */
32
+ --turbo-state-danger: #d03a38; /* color */
33
+ --turbo-state-info-text: #000000; /* color */
34
+ --turbo-state-success-text: #000000; /* color */
35
+ --turbo-state-warning-text: #000000; /* color */
36
+ --turbo-state-danger-text: #000000; /* color */
37
+ --turbo-border-default: #d8d3ba; /* color */
38
+ --turbo-accent-link: #1d6b4f; /* color */
39
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
40
+ --turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
41
+ --turbo-heading-h1: #6b7c01; /* color */
42
+ --turbo-heading-h2: #2a7a9e; /* color */
43
+ --turbo-heading-h3: #1d6b4f; /* color */
44
+ --turbo-heading-h4: #a87800; /* color */
45
+ --turbo-heading-h5: #b84f96; /* color */
46
+ --turbo-heading-h6: #d03a38; /* color */
47
+ --turbo-body-primary: #5c6a72; /* color */
48
+ --turbo-body-secondary: #708089; /* color */
49
+ --turbo-link-default: #1d6b4f; /* color */
50
+ --turbo-selection-fg: #5c6a72; /* color */
51
+ --turbo-selection-bg: #ddd8be; /* color */
52
+ --turbo-blockquote-border: #d8d3ba; /* color */
53
+ --turbo-blockquote-fg: #708089; /* color */
54
+ --turbo-blockquote-bg: #eae4ca; /* color */
55
+ --turbo-code-inline-fg: #c45a12; /* color */
56
+ --turbo-code-inline-bg: #ddd8be; /* color */
57
+ --turbo-code-block-fg: #5c6a72; /* color */
58
+ --turbo-code-block-bg: #f3ead3; /* color */
59
+ --turbo-table-border: #d8d3ba; /* color */
60
+ --turbo-table-stripe: #ddd8be; /* color */
61
+ --turbo-table-thead-bg: #eae4ca; /* color */
62
+ --turbo-components-card-bg: #f3ead3; /* color */
63
+ --turbo-components-card-border: #d8d3ba; /* color */
64
+ --turbo-components-card-header-bg: #eae4ca; /* color */
65
+ --turbo-components-card-footer-bg: #eae4ca; /* color */
66
+ --turbo-components-message-bg: #eae4ca; /* color */
67
+ --turbo-components-message-header-bg: #f3ead3; /* color */
68
+ --turbo-components-message-border: #d8d3ba; /* color */
69
+ --turbo-components-message-body-fg: #5c6a72; /* color */
70
+ --turbo-components-panel-bg: #f3ead3; /* color */
71
+ --turbo-components-panel-header-bg: #eae4ca; /* color */
72
+ --turbo-components-panel-header-fg: #5c6a72; /* color */
73
+ --turbo-components-panel-border: #d8d3ba; /* color */
74
+ --turbo-components-panel-block-bg: #eae4ca; /* color */
75
+ --turbo-components-panel-block-hover-bg: #f3ead3; /* color */
76
+ --turbo-components-panel-block-active-bg: #ddd8be; /* color */
77
+ --turbo-components-box-bg: #f3ead3; /* color */
78
+ --turbo-components-box-border: #d8d3ba; /* color */
79
+ --turbo-components-notification-bg: #eae4ca; /* color */
80
+ --turbo-components-notification-border: #d8d3ba; /* color */
81
+ --turbo-components-modal-bg: rgba(92, 106, 114, 0.86); /* color */
82
+ --turbo-components-modal-card-bg: #f3ead3; /* color */
83
+ --turbo-components-modal-header-bg: #eae4ca; /* color */
84
+ --turbo-components-modal-footer-bg: #eae4ca; /* color */
85
+ --turbo-components-dropdown-bg: #f3ead3; /* color */
86
+ --turbo-components-dropdown-item-hover-bg: #eae4ca; /* color */
87
+ --turbo-components-dropdown-border: #d8d3ba; /* color */
88
+ --turbo-components-tabs-border: #d8d3ba; /* color */
89
+ --turbo-components-tabs-link-bg: #eae4ca; /* color */
90
+ --turbo-components-tabs-link-active-bg: #f3ead3; /* color */
91
+ --turbo-components-tabs-link-hover-bg: #ddd8be; /* color */
92
+ }
@@ -0,0 +1,92 @@
1
+ /* Generated from everforest-light.css */
2
+
3
+ [data-theme="everforest-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: #fdf6e3; /* color */
23
+ --turbo-bg-surface: #f4f0d9; /* color */
24
+ --turbo-bg-overlay: #e6e2cc; /* color */
25
+ --turbo-text-primary: #5c6a72; /* color */
26
+ --turbo-text-secondary: #708089; /* color */
27
+ --turbo-text-inverse: #fdf6e3; /* color */
28
+ --turbo-brand-primary: #6b7c01; /* color */
29
+ --turbo-state-info: #2a7a9e; /* color */
30
+ --turbo-state-success: #6b7c01; /* color */
31
+ --turbo-state-warning: #a87800; /* color */
32
+ --turbo-state-danger: #d03a38; /* color */
33
+ --turbo-state-info-text: #000000; /* color */
34
+ --turbo-state-success-text: #000000; /* color */
35
+ --turbo-state-warning-text: #000000; /* color */
36
+ --turbo-state-danger-text: #000000; /* color */
37
+ --turbo-border-default: #bdc3af; /* color */
38
+ --turbo-accent-link: #1d6b4f; /* color */
39
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
40
+ --turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
41
+ --turbo-heading-h1: #6b7c01; /* color */
42
+ --turbo-heading-h2: #2a7a9e; /* color */
43
+ --turbo-heading-h3: #1d6b4f; /* color */
44
+ --turbo-heading-h4: #a87800; /* color */
45
+ --turbo-heading-h5: #b84f96; /* color */
46
+ --turbo-heading-h6: #d03a38; /* color */
47
+ --turbo-body-primary: #5c6a72; /* color */
48
+ --turbo-body-secondary: #708089; /* color */
49
+ --turbo-link-default: #1d6b4f; /* color */
50
+ --turbo-selection-fg: #5c6a72; /* color */
51
+ --turbo-selection-bg: #e6e2cc; /* color */
52
+ --turbo-blockquote-border: #bdc3af; /* color */
53
+ --turbo-blockquote-fg: #708089; /* color */
54
+ --turbo-blockquote-bg: #f4f0d9; /* color */
55
+ --turbo-code-inline-fg: #c45a12; /* color */
56
+ --turbo-code-inline-bg: #e6e2cc; /* color */
57
+ --turbo-code-block-fg: #5c6a72; /* color */
58
+ --turbo-code-block-bg: #f4f0d9; /* color */
59
+ --turbo-table-border: #bdc3af; /* color */
60
+ --turbo-table-stripe: #e6e2cc; /* color */
61
+ --turbo-table-thead-bg: #f4f0d9; /* color */
62
+ --turbo-components-card-bg: #fdf6e3; /* color */
63
+ --turbo-components-card-border: #bdc3af; /* color */
64
+ --turbo-components-card-header-bg: #f4f0d9; /* color */
65
+ --turbo-components-card-footer-bg: #f4f0d9; /* color */
66
+ --turbo-components-message-bg: #f4f0d9; /* color */
67
+ --turbo-components-message-header-bg: #fdf6e3; /* color */
68
+ --turbo-components-message-border: #bdc3af; /* color */
69
+ --turbo-components-message-body-fg: #5c6a72; /* color */
70
+ --turbo-components-panel-bg: #fdf6e3; /* color */
71
+ --turbo-components-panel-header-bg: #f4f0d9; /* color */
72
+ --turbo-components-panel-header-fg: #5c6a72; /* color */
73
+ --turbo-components-panel-border: #bdc3af; /* color */
74
+ --turbo-components-panel-block-bg: #f4f0d9; /* color */
75
+ --turbo-components-panel-block-hover-bg: #fdf6e3; /* color */
76
+ --turbo-components-panel-block-active-bg: #e6e2cc; /* color */
77
+ --turbo-components-box-bg: #fdf6e3; /* color */
78
+ --turbo-components-box-border: #bdc3af; /* color */
79
+ --turbo-components-notification-bg: #f4f0d9; /* color */
80
+ --turbo-components-notification-border: #bdc3af; /* color */
81
+ --turbo-components-modal-bg: rgba(92, 106, 114, 0.86); /* color */
82
+ --turbo-components-modal-card-bg: #fdf6e3; /* color */
83
+ --turbo-components-modal-header-bg: #f4f0d9; /* color */
84
+ --turbo-components-modal-footer-bg: #f4f0d9; /* color */
85
+ --turbo-components-dropdown-bg: #fdf6e3; /* color */
86
+ --turbo-components-dropdown-item-hover-bg: #f4f0d9; /* color */
87
+ --turbo-components-dropdown-border: #bdc3af; /* color */
88
+ --turbo-components-tabs-border: #bdc3af; /* color */
89
+ --turbo-components-tabs-link-bg: #f4f0d9; /* color */
90
+ --turbo-components-tabs-link-active-bg: #fdf6e3; /* color */
91
+ --turbo-components-tabs-link-hover-bg: #e6e2cc; /* color */
92
+ }