turbo-themes 0.13.0 → 0.15.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef6a0e634abfe048c02a8f84e01a91fab470e7bc00ebd88a3bc3cd9677398c25
4
- data.tar.gz: eb1d26f522c410595830de8decb8cbd550b73fbf575692454a8aa7f99638b234
3
+ metadata.gz: 3dfc99ec2b0b03ca11b6f0e36277a5e92c70aa4815d7f69b0181cf7903abfc8f
4
+ data.tar.gz: d663b701f6253cccb509a1223ce4710973a016fac4fedc0aa7a64069a14071ac
5
5
  SHA512:
6
- metadata.gz: 41e6ef06e963ea9124de54c8db7102ab0ad8fa24b73bce66a8bf1c3cad07f2114a73d6166a276fb6ed9f67cf5ff2619bcbadbf85699ebdce3d93a58447226f2c
7
- data.tar.gz: dc8f6353d37af9a6ca6d164f4e344101ef100dedeaa8fe7e6c1261cee8b33eefe0bbe1e76d9ccd91158ecc44e4bb285b3061e3df21264a81006976354ca13556
6
+ metadata.gz: 784598952ec3d4281c99503a4c04604cc7f05dcf4549ed181fafb8d4c9b6f8caa1d96b28ff5579bf9afce9b4475eaac49ab7ca5797f7b553d9d2e5f836bc0570
7
+ data.tar.gz: 29f406cebbf9df38d8bc5ef2e61bc9ba14a5fca648ac7b6d0515361b8803591d33205551989595d826799313a31561131de332852ef2197322cfdbf673bb9122
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.15.0] - 2026-02-06
14
+
15
+ ### ✨ Added
16
+
17
+ - add Solarized theme pack with light and dark variants (#333)
18
+
19
+ ## [0.14.0] - 2026-02-05
20
+
21
+ ### ✨ Added
22
+
23
+ - add Nord arctic color palette theme (#330)
24
+
13
25
  ## [0.13.0] - 2026-02-05
14
26
 
15
27
  ### ✨ Added
@@ -0,0 +1,58 @@
1
+ /* Generated from nord.css */
2
+
3
+ [data-theme="nord"] {
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: #2e3440; /* color */
23
+ --turbo-bg-surface: #3b4252; /* color */
24
+ --turbo-bg-overlay: #434c5e; /* color */
25
+ --turbo-text-primary: #eceff4; /* color */
26
+ --turbo-text-secondary: #d8dee9; /* color */
27
+ --turbo-text-inverse: #2e3440; /* color */
28
+ --turbo-brand-primary: #88c0d0; /* color */
29
+ --turbo-state-info: #5e81ac; /* color */
30
+ --turbo-state-success: #a3be8c; /* color */
31
+ --turbo-state-warning: #ebcb8b; /* color */
32
+ --turbo-state-danger: #bf616a; /* color */
33
+ --turbo-border-default: #4c566a; /* color */
34
+ --turbo-accent-link: #88c0d0; /* 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: #8fbcbb; /* color */
38
+ --turbo-heading-h2: #88c0d0; /* color */
39
+ --turbo-heading-h3: #81a1c1; /* color */
40
+ --turbo-heading-h4: #ebcb8b; /* color */
41
+ --turbo-heading-h5: #d08770; /* color */
42
+ --turbo-heading-h6: #b48ead; /* color */
43
+ --turbo-body-primary: #eceff4; /* color */
44
+ --turbo-body-secondary: #d8dee9; /* color */
45
+ --turbo-link-default: #88c0d0; /* color */
46
+ --turbo-selection-fg: #eceff4; /* color */
47
+ --turbo-selection-bg: #4c566a; /* color */
48
+ --turbo-blockquote-border: #4c566a; /* color */
49
+ --turbo-blockquote-fg: #d8dee9; /* color */
50
+ --turbo-blockquote-bg: #3b4252; /* color */
51
+ --turbo-code-inline-fg: #eceff4; /* color */
52
+ --turbo-code-inline-bg: #434c5e; /* color */
53
+ --turbo-code-block-fg: #eceff4; /* color */
54
+ --turbo-code-block-bg: #434c5e; /* color */
55
+ --turbo-table-border: #4c566a; /* color */
56
+ --turbo-table-stripe: #434c5e; /* color */
57
+ --turbo-table-thead-bg: #3b4252; /* color */
58
+ }
@@ -0,0 +1,88 @@
1
+ /* Generated from solarized-dark.css */
2
+
3
+ [data-theme="solarized-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: #002b36; /* color */
23
+ --turbo-bg-surface: #073642; /* color */
24
+ --turbo-bg-overlay: #586e75; /* color */
25
+ --turbo-text-primary: #839496; /* color */
26
+ --turbo-text-secondary: #657b83; /* color */
27
+ --turbo-text-inverse: #002b36; /* color */
28
+ --turbo-brand-primary: #268bd2; /* color */
29
+ --turbo-state-info: #2aa198; /* color */
30
+ --turbo-state-success: #859900; /* color */
31
+ --turbo-state-warning: #b58900; /* color */
32
+ --turbo-state-danger: #dc322f; /* color */
33
+ --turbo-border-default: #586e75; /* color */
34
+ --turbo-accent-link: #268bd2; /* 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: #268bd2; /* color */
38
+ --turbo-heading-h2: #2aa198; /* color */
39
+ --turbo-heading-h3: #859900; /* color */
40
+ --turbo-heading-h4: #b58900; /* color */
41
+ --turbo-heading-h5: #cb4b16; /* color */
42
+ --turbo-heading-h6: #d33682; /* color */
43
+ --turbo-body-primary: #839496; /* color */
44
+ --turbo-body-secondary: #657b83; /* color */
45
+ --turbo-link-default: #268bd2; /* color */
46
+ --turbo-selection-fg: #fdf6e3; /* color */
47
+ --turbo-selection-bg: #586e75; /* color */
48
+ --turbo-blockquote-border: #657b83; /* color */
49
+ --turbo-blockquote-fg: #839496; /* color */
50
+ --turbo-blockquote-bg: #073642; /* color */
51
+ --turbo-code-inline-fg: #2aa198; /* color */
52
+ --turbo-code-inline-bg: #073642; /* color */
53
+ --turbo-code-block-fg: #93a1a1; /* color */
54
+ --turbo-code-block-bg: #073642; /* color */
55
+ --turbo-table-border: #586e75; /* color */
56
+ --turbo-table-stripe: #073642; /* color */
57
+ --turbo-table-thead-bg: #586e75; /* color */
58
+ --turbo-components-card-bg: #073642; /* color */
59
+ --turbo-components-card-border: #586e75; /* color */
60
+ --turbo-components-card-header-bg: #002b36; /* color */
61
+ --turbo-components-card-footer-bg: #073642; /* color */
62
+ --turbo-components-message-bg: #002b36; /* color */
63
+ --turbo-components-message-header-bg: #073642; /* color */
64
+ --turbo-components-message-border: #586e75; /* color */
65
+ --turbo-components-message-body-fg: #839496; /* color */
66
+ --turbo-components-panel-bg: #073642; /* color */
67
+ --turbo-components-panel-header-bg: #002b36; /* color */
68
+ --turbo-components-panel-header-fg: #93a1a1; /* color */
69
+ --turbo-components-panel-border: #586e75; /* color */
70
+ --turbo-components-panel-block-bg: #002b36; /* color */
71
+ --turbo-components-panel-block-hover-bg: #073642; /* color */
72
+ --turbo-components-panel-block-active-bg: #586e75; /* color */
73
+ --turbo-components-box-bg: #073642; /* color */
74
+ --turbo-components-box-border: #586e75; /* color */
75
+ --turbo-components-notification-bg: #002b36; /* color */
76
+ --turbo-components-notification-border: #586e75; /* color */
77
+ --turbo-components-modal-bg: rgba(0, 43, 54, 0.9); /* color */
78
+ --turbo-components-modal-card-bg: #073642; /* color */
79
+ --turbo-components-modal-header-bg: #002b36; /* color */
80
+ --turbo-components-modal-footer-bg: #073642; /* color */
81
+ --turbo-components-dropdown-bg: #073642; /* color */
82
+ --turbo-components-dropdown-item-hover-bg: #586e75; /* color */
83
+ --turbo-components-dropdown-border: #586e75; /* color */
84
+ --turbo-components-tabs-border: #586e75; /* color */
85
+ --turbo-components-tabs-link-bg: #073642; /* color */
86
+ --turbo-components-tabs-link-active-bg: #002b36; /* color */
87
+ --turbo-components-tabs-link-hover-bg: #586e75; /* color */
88
+ }
@@ -0,0 +1,88 @@
1
+ /* Generated from solarized-light.css */
2
+
3
+ [data-theme="solarized-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: #eee8d5; /* color */
24
+ --turbo-bg-overlay: #93a1a1; /* color */
25
+ --turbo-text-primary: #586e75; /* color */
26
+ --turbo-text-secondary: #657b83; /* color */
27
+ --turbo-text-inverse: #fdf6e3; /* color */
28
+ --turbo-brand-primary: #268bd2; /* color */
29
+ --turbo-state-info: #2aa198; /* color */
30
+ --turbo-state-success: #859900; /* color */
31
+ --turbo-state-warning: #b58900; /* color */
32
+ --turbo-state-danger: #dc322f; /* color */
33
+ --turbo-border-default: #93a1a1; /* color */
34
+ --turbo-accent-link: #268bd2; /* 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: #268bd2; /* color */
38
+ --turbo-heading-h2: #2aa198; /* color */
39
+ --turbo-heading-h3: #859900; /* color */
40
+ --turbo-heading-h4: #b58900; /* color */
41
+ --turbo-heading-h5: #cb4b16; /* color */
42
+ --turbo-heading-h6: #d33682; /* color */
43
+ --turbo-body-primary: #586e75; /* color */
44
+ --turbo-body-secondary: #657b83; /* color */
45
+ --turbo-link-default: #268bd2; /* color */
46
+ --turbo-selection-fg: #002b36; /* color */
47
+ --turbo-selection-bg: #93a1a1; /* color */
48
+ --turbo-blockquote-border: #93a1a1; /* color */
49
+ --turbo-blockquote-fg: #657b83; /* color */
50
+ --turbo-blockquote-bg: #eee8d5; /* color */
51
+ --turbo-code-inline-fg: #6c71c4; /* color */
52
+ --turbo-code-inline-bg: #eee8d5; /* color */
53
+ --turbo-code-block-fg: #073642; /* color */
54
+ --turbo-code-block-bg: #eee8d5; /* color */
55
+ --turbo-table-border: #93a1a1; /* color */
56
+ --turbo-table-stripe: #eee8d5; /* color */
57
+ --turbo-table-thead-bg: #eee8d5; /* color */
58
+ --turbo-components-card-bg: #fdf6e3; /* color */
59
+ --turbo-components-card-border: #93a1a1; /* color */
60
+ --turbo-components-card-header-bg: #eee8d5; /* color */
61
+ --turbo-components-card-footer-bg: #eee8d5; /* color */
62
+ --turbo-components-message-bg: #eee8d5; /* color */
63
+ --turbo-components-message-header-bg: #fdf6e3; /* color */
64
+ --turbo-components-message-border: #93a1a1; /* color */
65
+ --turbo-components-message-body-fg: #586e75; /* color */
66
+ --turbo-components-panel-bg: #fdf6e3; /* color */
67
+ --turbo-components-panel-header-bg: #eee8d5; /* color */
68
+ --turbo-components-panel-header-fg: #073642; /* color */
69
+ --turbo-components-panel-border: #93a1a1; /* color */
70
+ --turbo-components-panel-block-bg: #eee8d5; /* color */
71
+ --turbo-components-panel-block-hover-bg: #fdf6e3; /* color */
72
+ --turbo-components-panel-block-active-bg: #93a1a1; /* color */
73
+ --turbo-components-box-bg: #fdf6e3; /* color */
74
+ --turbo-components-box-border: #93a1a1; /* color */
75
+ --turbo-components-notification-bg: #eee8d5; /* color */
76
+ --turbo-components-notification-border: #93a1a1; /* color */
77
+ --turbo-components-modal-bg: rgba(0, 43, 54, 0.86); /* color */
78
+ --turbo-components-modal-card-bg: #fdf6e3; /* color */
79
+ --turbo-components-modal-header-bg: #eee8d5; /* color */
80
+ --turbo-components-modal-footer-bg: #eee8d5; /* color */
81
+ --turbo-components-dropdown-bg: #fdf6e3; /* color */
82
+ --turbo-components-dropdown-item-hover-bg: #eee8d5; /* color */
83
+ --turbo-components-dropdown-border: #93a1a1; /* color */
84
+ --turbo-components-tabs-border: #93a1a1; /* color */
85
+ --turbo-components-tabs-link-bg: #eee8d5; /* color */
86
+ --turbo-components-tabs-link-active-bg: #fdf6e3; /* color */
87
+ --turbo-components-tabs-link-hover-bg: #93a1a1; /* color */
88
+ }
@@ -0,0 +1,61 @@
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="nord"] {
5
+ --turbo-bg-base: #2e3440;
6
+ --turbo-bg-surface: #3b4252;
7
+ --turbo-bg-overlay: #434c5e;
8
+ --turbo-text-primary: #eceff4;
9
+ --turbo-text-secondary: #d8dee9;
10
+ --turbo-text-inverse: #2e3440;
11
+ --turbo-brand-primary: #88c0d0;
12
+ --turbo-state-info: #5e81ac;
13
+ --turbo-state-success: #a3be8c;
14
+ --turbo-state-warning: #ebcb8b;
15
+ --turbo-state-danger: #bf616a;
16
+ --turbo-border-default: #4c566a;
17
+ --turbo-accent-link: #88c0d0;
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: #8fbcbb;
21
+ --turbo-heading-h2: #88c0d0;
22
+ --turbo-heading-h3: #81a1c1;
23
+ --turbo-heading-h4: #ebcb8b;
24
+ --turbo-heading-h5: #d08770;
25
+ --turbo-heading-h6: #b48ead;
26
+ --turbo-body-primary: #eceff4;
27
+ --turbo-body-secondary: #d8dee9;
28
+ --turbo-link-default: #88c0d0;
29
+ --turbo-selection-fg: #eceff4;
30
+ --turbo-selection-bg: #4c566a;
31
+ --turbo-blockquote-border: #4c566a;
32
+ --turbo-blockquote-fg: #d8dee9;
33
+ --turbo-blockquote-bg: #3b4252;
34
+ --turbo-code-inline-fg: #eceff4;
35
+ --turbo-code-inline-bg: #434c5e;
36
+ --turbo-code-block-fg: #eceff4;
37
+ --turbo-code-block-bg: #434c5e;
38
+ --turbo-table-border: #4c566a;
39
+ --turbo-table-stripe: #434c5e;
40
+ --turbo-table-thead-bg: #3b4252;
41
+ --turbo-table-cell-bg: #2e3440;
42
+ --turbo-table-header-fg: #eceff4;
43
+ --turbo-syntax-fg: #eceff4;
44
+ --turbo-syntax-bg: #434c5e;
45
+ --turbo-syntax-comment: #d8dee9;
46
+ --turbo-syntax-keyword: #88c0d0;
47
+ --turbo-syntax-string: #a3be8c;
48
+ --turbo-syntax-number: #ebcb8b;
49
+ --turbo-syntax-function: #5e81ac;
50
+ --turbo-syntax-type: #88c0d0;
51
+ --turbo-syntax-variable: #eceff4;
52
+ --turbo-syntax-operator: #d8dee9;
53
+ --turbo-syntax-punctuation: #d8dee9;
54
+ --turbo-syntax-tag: #bf616a;
55
+ --turbo-syntax-attribute: #5e81ac;
56
+ --turbo-syntax-value: #a3be8c;
57
+ --turbo-syntax-error: #bf616a;
58
+ --turbo-syntax-deleted: #bf616a;
59
+ --turbo-syntax-inserted: #a3be8c;
60
+ color-scheme: dark;
61
+ }
@@ -0,0 +1,68 @@
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="solarized-dark"] {
5
+ --turbo-bg-base: #002b36;
6
+ --turbo-bg-surface: #073642;
7
+ --turbo-bg-overlay: #586e75;
8
+ --turbo-text-primary: #839496;
9
+ --turbo-text-secondary: #657b83;
10
+ --turbo-text-inverse: #002b36;
11
+ --turbo-brand-primary: #268bd2;
12
+ --turbo-state-info: #2aa198;
13
+ --turbo-state-success: #859900;
14
+ --turbo-state-warning: #b58900;
15
+ --turbo-state-danger: #dc322f;
16
+ --turbo-border-default: #586e75;
17
+ --turbo-accent-link: #268bd2;
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: #268bd2;
21
+ --turbo-heading-h2: #2aa198;
22
+ --turbo-heading-h3: #859900;
23
+ --turbo-heading-h4: #b58900;
24
+ --turbo-heading-h5: #cb4b16;
25
+ --turbo-heading-h6: #d33682;
26
+ --turbo-body-primary: #839496;
27
+ --turbo-body-secondary: #657b83;
28
+ --turbo-link-default: #268bd2;
29
+ --turbo-selection-fg: #fdf6e3;
30
+ --turbo-selection-bg: #586e75;
31
+ --turbo-blockquote-border: #657b83;
32
+ --turbo-blockquote-fg: #839496;
33
+ --turbo-blockquote-bg: #073642;
34
+ --turbo-code-inline-fg: #2aa198;
35
+ --turbo-code-inline-bg: #073642;
36
+ --turbo-code-block-fg: #93a1a1;
37
+ --turbo-code-block-bg: #073642;
38
+ --turbo-table-border: #586e75;
39
+ --turbo-table-stripe: #073642;
40
+ --turbo-table-thead-bg: #586e75;
41
+ --turbo-table-cell-bg: #002b36;
42
+ --turbo-table-header-fg: #839496;
43
+ --turbo-card-bg: #073642;
44
+ --turbo-card-border: #586e75;
45
+ --turbo-modal-bg: rgba(0, 43, 54, 0.9);
46
+ --turbo-modal-card-bg: #073642;
47
+ --turbo-dropdown-bg: #073642;
48
+ --turbo-dropdown-border: #586e75;
49
+ --turbo-dropdown-item-hover: #586e75;
50
+ --turbo-syntax-fg: #93a1a1;
51
+ --turbo-syntax-bg: #073642;
52
+ --turbo-syntax-comment: #657b83;
53
+ --turbo-syntax-keyword: #268bd2;
54
+ --turbo-syntax-string: #859900;
55
+ --turbo-syntax-number: #b58900;
56
+ --turbo-syntax-function: #2aa198;
57
+ --turbo-syntax-type: #268bd2;
58
+ --turbo-syntax-variable: #839496;
59
+ --turbo-syntax-operator: #657b83;
60
+ --turbo-syntax-punctuation: #657b83;
61
+ --turbo-syntax-tag: #dc322f;
62
+ --turbo-syntax-attribute: #2aa198;
63
+ --turbo-syntax-value: #859900;
64
+ --turbo-syntax-error: #dc322f;
65
+ --turbo-syntax-deleted: #dc322f;
66
+ --turbo-syntax-inserted: #859900;
67
+ color-scheme: dark;
68
+ }
@@ -0,0 +1,68 @@
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="solarized-light"] {
5
+ --turbo-bg-base: #fdf6e3;
6
+ --turbo-bg-surface: #eee8d5;
7
+ --turbo-bg-overlay: #93a1a1;
8
+ --turbo-text-primary: #586e75;
9
+ --turbo-text-secondary: #657b83;
10
+ --turbo-text-inverse: #fdf6e3;
11
+ --turbo-brand-primary: #268bd2;
12
+ --turbo-state-info: #2aa198;
13
+ --turbo-state-success: #859900;
14
+ --turbo-state-warning: #b58900;
15
+ --turbo-state-danger: #dc322f;
16
+ --turbo-border-default: #93a1a1;
17
+ --turbo-accent-link: #268bd2;
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: #268bd2;
21
+ --turbo-heading-h2: #2aa198;
22
+ --turbo-heading-h3: #859900;
23
+ --turbo-heading-h4: #b58900;
24
+ --turbo-heading-h5: #cb4b16;
25
+ --turbo-heading-h6: #d33682;
26
+ --turbo-body-primary: #586e75;
27
+ --turbo-body-secondary: #657b83;
28
+ --turbo-link-default: #268bd2;
29
+ --turbo-selection-fg: #002b36;
30
+ --turbo-selection-bg: #93a1a1;
31
+ --turbo-blockquote-border: #93a1a1;
32
+ --turbo-blockquote-fg: #657b83;
33
+ --turbo-blockquote-bg: #eee8d5;
34
+ --turbo-code-inline-fg: #6c71c4;
35
+ --turbo-code-inline-bg: #eee8d5;
36
+ --turbo-code-block-fg: #073642;
37
+ --turbo-code-block-bg: #eee8d5;
38
+ --turbo-table-border: #93a1a1;
39
+ --turbo-table-stripe: #eee8d5;
40
+ --turbo-table-thead-bg: #eee8d5;
41
+ --turbo-table-cell-bg: #fdf6e3;
42
+ --turbo-table-header-fg: #586e75;
43
+ --turbo-card-bg: #fdf6e3;
44
+ --turbo-card-border: #93a1a1;
45
+ --turbo-modal-bg: rgba(0, 43, 54, 0.86);
46
+ --turbo-modal-card-bg: #fdf6e3;
47
+ --turbo-dropdown-bg: #fdf6e3;
48
+ --turbo-dropdown-border: #93a1a1;
49
+ --turbo-dropdown-item-hover: #eee8d5;
50
+ --turbo-syntax-fg: #073642;
51
+ --turbo-syntax-bg: #eee8d5;
52
+ --turbo-syntax-comment: #657b83;
53
+ --turbo-syntax-keyword: #268bd2;
54
+ --turbo-syntax-string: #859900;
55
+ --turbo-syntax-number: #b58900;
56
+ --turbo-syntax-function: #2aa198;
57
+ --turbo-syntax-type: #268bd2;
58
+ --turbo-syntax-variable: #586e75;
59
+ --turbo-syntax-operator: #657b83;
60
+ --turbo-syntax-punctuation: #657b83;
61
+ --turbo-syntax-tag: #dc322f;
62
+ --turbo-syntax-attribute: #2aa198;
63
+ --turbo-syntax-value: #859900;
64
+ --turbo-syntax-error: #dc322f;
65
+ --turbo-syntax-deleted: #dc322f;
66
+ --turbo-syntax-inserted: #859900;
67
+ color-scheme: light;
68
+ }
Binary file
Binary file
Binary file