@lgtm-hq/turbo-themes 0.34.0 → 0.36.0

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.
Files changed (101) hide show
  1. package/README.md +3 -2
  2. package/assets/css/themes/everforest-dark-hard.css +88 -0
  3. package/assets/css/themes/everforest-dark-soft.css +88 -0
  4. package/assets/css/themes/everforest-dark.css +88 -0
  5. package/assets/css/themes/everforest-light-hard.css +92 -0
  6. package/assets/css/themes/everforest-light-soft.css +92 -0
  7. package/assets/css/themes/everforest-light.css +92 -0
  8. package/assets/css/themes/radix-mauve-dark.css +58 -0
  9. package/assets/css/themes/radix-mauve-light.css +60 -0
  10. package/assets/css/themes/radix-slate-dark.css +58 -0
  11. package/assets/css/themes/radix-slate-light.css +60 -0
  12. package/assets/img/everforest-dark-hard.png +0 -0
  13. package/assets/img/everforest-dark-soft.png +0 -0
  14. package/assets/img/everforest-dark.png +0 -0
  15. package/assets/img/everforest-light-hard.png +0 -0
  16. package/assets/img/everforest-light-soft.png +0 -0
  17. package/assets/img/everforest-light.png +0 -0
  18. package/assets/img/radix-mauve-dark.png +0 -0
  19. package/assets/img/radix-mauve-light.png +0 -0
  20. package/assets/img/radix-slate-dark.png +0 -0
  21. package/assets/img/radix-slate-light.png +0 -0
  22. package/dist/adapters/tailwind/colors-C_NmzEWd.js +493 -0
  23. package/dist/adapters/tailwind/colors.js +1 -1
  24. package/dist/adapters/tailwind/preset.js +1 -1
  25. package/dist/catalog.json +1 -1
  26. package/dist/themes/packs/everforest.d.ts +3 -0
  27. package/dist/themes/packs/everforest.d.ts.map +1 -0
  28. package/dist/themes/packs/everforest.js +351 -0
  29. package/dist/themes/packs/everforest.js.map +1 -0
  30. package/dist/themes/packs/gruvbox.d.ts +1 -1
  31. package/dist/themes/packs/gruvbox.d.ts.map +1 -1
  32. package/dist/themes/packs/gruvbox.js +135 -122
  33. package/dist/themes/packs/gruvbox.js.map +1 -1
  34. package/dist/themes/packs/radix.synced.d.ts +11 -0
  35. package/dist/themes/packs/radix.synced.d.ts.map +1 -0
  36. package/dist/themes/packs/radix.synced.js +362 -0
  37. package/dist/themes/packs/radix.synced.js.map +1 -0
  38. package/dist/themes/registry.d.ts.map +1 -1
  39. package/dist/themes/registry.js +4 -0
  40. package/dist/themes/registry.js.map +1 -1
  41. package/dist/themes/utils.d.ts +7 -0
  42. package/dist/themes/utils.d.ts.map +1 -0
  43. package/dist/themes/utils.js +24 -0
  44. package/dist/themes/utils.js.map +1 -0
  45. package/dist/tokens/style-dictionary/everforest-dark-hard.json +402 -0
  46. package/dist/tokens/style-dictionary/everforest-dark-soft.json +402 -0
  47. package/dist/tokens/style-dictionary/everforest-dark.json +402 -0
  48. package/dist/tokens/style-dictionary/everforest-light-hard.json +418 -0
  49. package/dist/tokens/style-dictionary/everforest-light-soft.json +418 -0
  50. package/dist/tokens/style-dictionary/everforest-light.json +418 -0
  51. package/dist/tokens/style-dictionary/radix-mauve-dark.json +264 -0
  52. package/dist/tokens/style-dictionary/radix-mauve-light.json +272 -0
  53. package/dist/tokens/style-dictionary/radix-slate-dark.json +264 -0
  54. package/dist/tokens/style-dictionary/radix-slate-light.json +272 -0
  55. package/dist/tokens/style-dictionary/themes.json +3580 -756
  56. package/dist/tokens/style-dictionary/tokens.json +1160 -4
  57. package/package.json +3 -2
  58. package/packages/adapters/home-assistant/dist/index.js +39 -5
  59. package/packages/adapters/home-assistant/dist/index.js.map +1 -1
  60. package/packages/adapters/tailwind/dist/colors-C_NmzEWd.js +493 -0
  61. package/packages/adapters/tailwind/dist/colors-C_NmzEWd.js.map +1 -0
  62. package/packages/adapters/tailwind/dist/colors.js +1 -1
  63. package/packages/adapters/tailwind/dist/preset.js +1 -1
  64. package/packages/core/dist/catalog/catalog.json +120 -0
  65. package/packages/core/dist/themes/generated/metadata.d.ts +38 -2
  66. package/packages/core/dist/themes/generated/metadata.d.ts.map +1 -1
  67. package/packages/core/dist/themes/generated/metadata.js +48 -0
  68. package/packages/core/dist/themes/generated/metadata.js.map +1 -1
  69. package/packages/core/dist/themes/theme-ids.d.ts +1 -1
  70. package/packages/core/dist/themes/theme-ids.d.ts.map +1 -1
  71. package/packages/core/dist/themes/theme-ids.js +10 -0
  72. package/packages/core/dist/themes/theme-ids.js.map +1 -1
  73. package/packages/core/dist/themes/tokens.json +1160 -4
  74. package/packages/css/dist/themes/everforest-dark-hard.css +91 -0
  75. package/packages/css/dist/themes/everforest-dark-hard.css.d.ts +4 -0
  76. package/packages/css/dist/themes/everforest-dark-soft.css +91 -0
  77. package/packages/css/dist/themes/everforest-dark-soft.css.d.ts +4 -0
  78. package/packages/css/dist/themes/everforest-dark.css +91 -0
  79. package/packages/css/dist/themes/everforest-dark.css.d.ts +4 -0
  80. package/packages/css/dist/themes/everforest-light-hard.css +91 -0
  81. package/packages/css/dist/themes/everforest-light-hard.css.d.ts +4 -0
  82. package/packages/css/dist/themes/everforest-light-soft.css +91 -0
  83. package/packages/css/dist/themes/everforest-light-soft.css.d.ts +4 -0
  84. package/packages/css/dist/themes/everforest-light.css +91 -0
  85. package/packages/css/dist/themes/everforest-light.css.d.ts +4 -0
  86. package/packages/css/dist/themes/radix-mauve-dark.css +91 -0
  87. package/packages/css/dist/themes/radix-mauve-dark.css.d.ts +4 -0
  88. package/packages/css/dist/themes/radix-mauve-light.css +91 -0
  89. package/packages/css/dist/themes/radix-mauve-light.css.d.ts +4 -0
  90. package/packages/css/dist/themes/radix-slate-dark.css +91 -0
  91. package/packages/css/dist/themes/radix-slate-dark.css.d.ts +4 -0
  92. package/packages/css/dist/themes/radix-slate-light.css +91 -0
  93. package/packages/css/dist/themes/radix-slate-light.css.d.ts +4 -0
  94. package/packages/css/dist/turbo-themes-all.css +900 -0
  95. package/packages/css/dist/turbo.css +920 -0
  96. package/packages/theme-selector/dist/index.d.ts +1 -1
  97. package/packages/theme-selector/dist/index.js +67 -5
  98. package/packages/theme-selector/dist/index.js.map +1 -1
  99. package/dist/adapters/tailwind/colors-EkjUeq7W.js +0 -459
  100. package/packages/adapters/tailwind/dist/colors-EkjUeq7W.js +0 -459
  101. package/packages/adapters/tailwind/dist/colors-EkjUeq7W.js.map +0 -1
package/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
+ }
@@ -0,0 +1,58 @@
1
+ /* Generated from radix-mauve-dark.css */
2
+
3
+ [data-theme="radix-mauve-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: #121113; /* color */
23
+ --turbo-bg-surface: #1a191b; /* color */
24
+ --turbo-bg-overlay: #232225; /* color */
25
+ --turbo-text-primary: #eeeef0; /* color */
26
+ --turbo-text-secondary: #b5b2bc; /* color */
27
+ --turbo-text-inverse: #121113; /* color */
28
+ --turbo-brand-primary: #0090ff; /* color */
29
+ --turbo-state-info: #00a2c7; /* color */
30
+ --turbo-state-success: #30a46c; /* color */
31
+ --turbo-state-warning: #ffc53d; /* color */
32
+ --turbo-state-danger: #e5484d; /* color */
33
+ --turbo-border-default: #3c393f; /* color */
34
+ --turbo-accent-link: #70b8ff; /* 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: #3dd68c; /* color */
38
+ --turbo-heading-h2: #70b8ff; /* color */
39
+ --turbo-heading-h3: #4ccce6; /* color */
40
+ --turbo-heading-h4: #ffca16; /* color */
41
+ --turbo-heading-h5: #baa7ff; /* color */
42
+ --turbo-heading-h6: #ff9592; /* color */
43
+ --turbo-body-primary: #eeeef0; /* color */
44
+ --turbo-body-secondary: #b5b2bc; /* color */
45
+ --turbo-link-default: #70b8ff; /* color */
46
+ --turbo-selection-fg: #eeeef0; /* color */
47
+ --turbo-selection-bg: #323035; /* color */
48
+ --turbo-blockquote-border: #49474e; /* color */
49
+ --turbo-blockquote-fg: #eeeef0; /* color */
50
+ --turbo-blockquote-bg: #1a191b; /* color */
51
+ --turbo-code-inline-fg: #eeeef0; /* color */
52
+ --turbo-code-inline-bg: #232225; /* color */
53
+ --turbo-code-block-fg: #eeeef0; /* color */
54
+ --turbo-code-block-bg: #232225; /* color */
55
+ --turbo-table-border: #49474e; /* color */
56
+ --turbo-table-stripe: #1a191b; /* color */
57
+ --turbo-table-thead-bg: #2b292d; /* color */
58
+ }