@lgtm-hq/turbo-themes 0.34.0 → 0.35.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.
- package/assets/css/themes/radix-mauve-dark.css +58 -0
- package/assets/css/themes/radix-mauve-light.css +60 -0
- package/assets/css/themes/radix-slate-dark.css +58 -0
- package/assets/css/themes/radix-slate-light.css +60 -0
- package/assets/img/radix-mauve-dark.png +0 -0
- package/assets/img/radix-mauve-light.png +0 -0
- package/assets/img/radix-slate-dark.png +0 -0
- package/assets/img/radix-slate-light.png +0 -0
- package/dist/adapters/tailwind/{colors-EkjUeq7W.js → colors-CzJV0y3k.js} +21 -6
- package/dist/adapters/tailwind/colors.js +1 -1
- package/dist/adapters/tailwind/preset.js +1 -1
- package/dist/catalog.json +1 -1
- package/dist/themes/packs/radix.synced.d.ts +11 -0
- package/dist/themes/packs/radix.synced.d.ts.map +1 -0
- package/dist/themes/packs/radix.synced.js +362 -0
- package/dist/themes/packs/radix.synced.js.map +1 -0
- package/dist/themes/registry.d.ts.map +1 -1
- package/dist/themes/registry.js +2 -0
- package/dist/themes/registry.js.map +1 -1
- package/dist/tokens/style-dictionary/radix-mauve-dark.json +264 -0
- package/dist/tokens/style-dictionary/radix-mauve-light.json +272 -0
- package/dist/tokens/style-dictionary/radix-slate-dark.json +264 -0
- package/dist/tokens/style-dictionary/radix-slate-light.json +272 -0
- package/dist/tokens/style-dictionary/themes.json +794 -4
- package/dist/tokens/style-dictionary/tokens.json +350 -4
- package/package.json +3 -2
- package/packages/adapters/home-assistant/dist/index.js +20 -5
- package/packages/adapters/home-assistant/dist/index.js.map +1 -1
- package/packages/adapters/tailwind/dist/{colors-EkjUeq7W.js → colors-CzJV0y3k.js} +21 -6
- package/packages/adapters/tailwind/dist/colors-CzJV0y3k.js.map +1 -0
- package/packages/adapters/tailwind/dist/colors.js +1 -1
- package/packages/adapters/tailwind/dist/preset.js +1 -1
- package/packages/core/dist/catalog/catalog.json +48 -0
- package/packages/core/dist/themes/generated/metadata.d.ts +18 -2
- package/packages/core/dist/themes/generated/metadata.d.ts.map +1 -1
- package/packages/core/dist/themes/generated/metadata.js +21 -0
- package/packages/core/dist/themes/generated/metadata.js.map +1 -1
- package/packages/core/dist/themes/theme-ids.d.ts +1 -1
- package/packages/core/dist/themes/theme-ids.d.ts.map +1 -1
- package/packages/core/dist/themes/theme-ids.js +4 -0
- package/packages/core/dist/themes/theme-ids.js.map +1 -1
- package/packages/core/dist/themes/tokens.json +350 -4
- package/packages/css/dist/themes/radix-mauve-dark.css +91 -0
- package/packages/css/dist/themes/radix-mauve-dark.css.d.ts +4 -0
- package/packages/css/dist/themes/radix-mauve-light.css +91 -0
- package/packages/css/dist/themes/radix-mauve-light.css.d.ts +4 -0
- package/packages/css/dist/themes/radix-slate-dark.css +91 -0
- package/packages/css/dist/themes/radix-slate-dark.css.d.ts +4 -0
- package/packages/css/dist/themes/radix-slate-light.css +91 -0
- package/packages/css/dist/themes/radix-slate-light.css.d.ts +4 -0
- package/packages/css/dist/turbo-themes-all.css +360 -0
- package/packages/css/dist/turbo.css +368 -0
- package/packages/theme-selector/dist/index.d.ts +1 -1
- package/packages/theme-selector/dist/index.js +33 -5
- package/packages/theme-selector/dist/index.js.map +1 -1
- package/packages/adapters/tailwind/dist/colors-EkjUeq7W.js.map +0 -1
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* Generated from radix-mauve-light.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="radix-mauve-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: #fdfcfd; /* color */
|
|
23
|
+
--turbo-bg-surface: #faf9fb; /* color */
|
|
24
|
+
--turbo-bg-overlay: #f2eff3; /* color */
|
|
25
|
+
--turbo-text-primary: #211f26; /* color */
|
|
26
|
+
--turbo-text-secondary: #65636d; /* color */
|
|
27
|
+
--turbo-text-inverse: #fdfcfd; /* 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-state-info-text: #000000; /* color */
|
|
34
|
+
--turbo-state-warning-text: #000000; /* color */
|
|
35
|
+
--turbo-border-default: #dbd8e0; /* color */
|
|
36
|
+
--turbo-accent-link: #0d74ce; /* color */
|
|
37
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
38
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
39
|
+
--turbo-heading-h1: #218358; /* color */
|
|
40
|
+
--turbo-heading-h2: #0d74ce; /* color */
|
|
41
|
+
--turbo-heading-h3: #107d98; /* color */
|
|
42
|
+
--turbo-heading-h4: #ab6400; /* color */
|
|
43
|
+
--turbo-heading-h5: #6550b9; /* color */
|
|
44
|
+
--turbo-heading-h6: #ce2c31; /* color */
|
|
45
|
+
--turbo-body-primary: #211f26; /* color */
|
|
46
|
+
--turbo-body-secondary: #65636d; /* color */
|
|
47
|
+
--turbo-link-default: #0d74ce; /* color */
|
|
48
|
+
--turbo-selection-fg: #211f26; /* color */
|
|
49
|
+
--turbo-selection-bg: #e3dfe6; /* color */
|
|
50
|
+
--turbo-blockquote-border: #d0cdd7; /* color */
|
|
51
|
+
--turbo-blockquote-fg: #211f26; /* color */
|
|
52
|
+
--turbo-blockquote-bg: #faf9fb; /* color */
|
|
53
|
+
--turbo-code-inline-fg: #211f26; /* color */
|
|
54
|
+
--turbo-code-inline-bg: #f2eff3; /* color */
|
|
55
|
+
--turbo-code-block-fg: #211f26; /* color */
|
|
56
|
+
--turbo-code-block-bg: #f2eff3; /* color */
|
|
57
|
+
--turbo-table-border: #d0cdd7; /* color */
|
|
58
|
+
--turbo-table-stripe: #faf9fb; /* color */
|
|
59
|
+
--turbo-table-thead-bg: #eae7ec; /* color */
|
|
60
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* Generated from radix-slate-dark.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="radix-slate-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: #111113; /* color */
|
|
23
|
+
--turbo-bg-surface: #18191b; /* color */
|
|
24
|
+
--turbo-bg-overlay: #212225; /* color */
|
|
25
|
+
--turbo-text-primary: #edeef0; /* color */
|
|
26
|
+
--turbo-text-secondary: #b0b4ba; /* color */
|
|
27
|
+
--turbo-text-inverse: #111113; /* 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: #363a3f; /* 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: #edeef0; /* color */
|
|
44
|
+
--turbo-body-secondary: #b0b4ba; /* color */
|
|
45
|
+
--turbo-link-default: #70b8ff; /* color */
|
|
46
|
+
--turbo-selection-fg: #edeef0; /* color */
|
|
47
|
+
--turbo-selection-bg: #2e3135; /* color */
|
|
48
|
+
--turbo-blockquote-border: #43484e; /* color */
|
|
49
|
+
--turbo-blockquote-fg: #edeef0; /* color */
|
|
50
|
+
--turbo-blockquote-bg: #18191b; /* color */
|
|
51
|
+
--turbo-code-inline-fg: #edeef0; /* color */
|
|
52
|
+
--turbo-code-inline-bg: #212225; /* color */
|
|
53
|
+
--turbo-code-block-fg: #edeef0; /* color */
|
|
54
|
+
--turbo-code-block-bg: #212225; /* color */
|
|
55
|
+
--turbo-table-border: #43484e; /* color */
|
|
56
|
+
--turbo-table-stripe: #18191b; /* color */
|
|
57
|
+
--turbo-table-thead-bg: #272a2d; /* color */
|
|
58
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* Generated from radix-slate-light.css */
|
|
2
|
+
|
|
3
|
+
[data-theme="radix-slate-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: #fcfcfd; /* color */
|
|
23
|
+
--turbo-bg-surface: #f9f9fb; /* color */
|
|
24
|
+
--turbo-bg-overlay: #f0f0f3; /* color */
|
|
25
|
+
--turbo-text-primary: #1c2024; /* color */
|
|
26
|
+
--turbo-text-secondary: #60646c; /* color */
|
|
27
|
+
--turbo-text-inverse: #fcfcfd; /* 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-state-info-text: #000000; /* color */
|
|
34
|
+
--turbo-state-warning-text: #000000; /* color */
|
|
35
|
+
--turbo-border-default: #d9d9e0; /* color */
|
|
36
|
+
--turbo-accent-link: #0d74ce; /* color */
|
|
37
|
+
--turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
|
|
38
|
+
--turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
|
|
39
|
+
--turbo-heading-h1: #218358; /* color */
|
|
40
|
+
--turbo-heading-h2: #0d74ce; /* color */
|
|
41
|
+
--turbo-heading-h3: #107d98; /* color */
|
|
42
|
+
--turbo-heading-h4: #ab6400; /* color */
|
|
43
|
+
--turbo-heading-h5: #6550b9; /* color */
|
|
44
|
+
--turbo-heading-h6: #ce2c31; /* color */
|
|
45
|
+
--turbo-body-primary: #1c2024; /* color */
|
|
46
|
+
--turbo-body-secondary: #60646c; /* color */
|
|
47
|
+
--turbo-link-default: #0d74ce; /* color */
|
|
48
|
+
--turbo-selection-fg: #1c2024; /* color */
|
|
49
|
+
--turbo-selection-bg: #e0e1e6; /* color */
|
|
50
|
+
--turbo-blockquote-border: #cdced6; /* color */
|
|
51
|
+
--turbo-blockquote-fg: #1c2024; /* color */
|
|
52
|
+
--turbo-blockquote-bg: #f9f9fb; /* color */
|
|
53
|
+
--turbo-code-inline-fg: #1c2024; /* color */
|
|
54
|
+
--turbo-code-inline-bg: #f0f0f3; /* color */
|
|
55
|
+
--turbo-code-block-fg: #1c2024; /* color */
|
|
56
|
+
--turbo-code-block-bg: #f0f0f3; /* color */
|
|
57
|
+
--turbo-table-border: #cdced6; /* color */
|
|
58
|
+
--turbo-table-stripe: #f9f9fb; /* color */
|
|
59
|
+
--turbo-table-thead-bg: #e8e8ec; /* color */
|
|
60
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|