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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/assets/css/themes/radix-mauve-dark.css +58 -0
- data/assets/css/themes/radix-mauve-light.css +60 -0
- data/assets/css/themes/radix-slate-dark.css +58 -0
- data/assets/css/themes/radix-slate-light.css +60 -0
- data/assets/css/themes/turbo/radix-mauve-dark.css +91 -0
- data/assets/css/themes/turbo/radix-mauve-light.css +91 -0
- data/assets/css/themes/turbo/radix-slate-dark.css +91 -0
- data/assets/css/themes/turbo/radix-slate-light.css +91 -0
- data/assets/img/radix-mauve-dark.png +0 -0
- data/assets/img/radix-mauve-light.png +0 -0
- data/assets/img/radix-slate-dark.png +0 -0
- data/assets/img/radix-slate-light.png +0 -0
- data/assets/js/theme-selector.min.js +2 -2
- data/lib/turbo-themes/version.rb +1 -1
- metadata +13 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0dc819d6d9319a7bf97010e22c2df6c4d9fa29d23bb3d99f1d1a605bda2455aa
|
|
4
|
+
data.tar.gz: 6d5271b75c0c99455b6446eca24913a5bf1b455fd8aeb48c5a34ac37a1100a26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eadad34de13ef5134619df576f0c5d55d6131a9098e1f16c8bd0ebb8bc7ef156c76c33ef8afc263f9895f594b7a870e1d14606e083712e5bac86cf2214ba2a89
|
|
7
|
+
data.tar.gz: c5934f0e06b0671348648611e9f71c1f72bc3b4f180b5979b17efc71d655f4b7a2961456b82ee9718eafb138f17cf9a40641819cc57cb547fc06baf93bfde374
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
|
|
3
|
+
|
|
4
|
+
[data-theme="radix-mauve-dark"] {
|
|
5
|
+
--turbo-bg-base: #121113;
|
|
6
|
+
--turbo-bg-surface: #1a191b;
|
|
7
|
+
--turbo-bg-overlay: #232225;
|
|
8
|
+
--turbo-text-primary: #eeeef0;
|
|
9
|
+
--turbo-text-secondary: #b5b2bc;
|
|
10
|
+
--turbo-text-inverse: #121113;
|
|
11
|
+
--turbo-brand-primary: #0090ff;
|
|
12
|
+
--turbo-state-info: #00a2c7;
|
|
13
|
+
--turbo-state-success: #30a46c;
|
|
14
|
+
--turbo-state-warning: #ffc53d;
|
|
15
|
+
--turbo-state-danger: #e5484d;
|
|
16
|
+
--turbo-border-default: #3c393f;
|
|
17
|
+
--turbo-accent-link: #70b8ff;
|
|
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: #3dd68c;
|
|
21
|
+
--turbo-heading-h2: #70b8ff;
|
|
22
|
+
--turbo-heading-h3: #4ccce6;
|
|
23
|
+
--turbo-heading-h4: #ffca16;
|
|
24
|
+
--turbo-heading-h5: #baa7ff;
|
|
25
|
+
--turbo-heading-h6: #ff9592;
|
|
26
|
+
--turbo-body-primary: #eeeef0;
|
|
27
|
+
--turbo-body-secondary: #b5b2bc;
|
|
28
|
+
--turbo-link-default: #70b8ff;
|
|
29
|
+
--turbo-selection-fg: #eeeef0;
|
|
30
|
+
--turbo-selection-bg: #323035;
|
|
31
|
+
--turbo-blockquote-border: #49474e;
|
|
32
|
+
--turbo-blockquote-fg: #eeeef0;
|
|
33
|
+
--turbo-blockquote-bg: #1a191b;
|
|
34
|
+
--turbo-code-inline-fg: #eeeef0;
|
|
35
|
+
--turbo-code-inline-bg: #232225;
|
|
36
|
+
--turbo-code-block-fg: #eeeef0;
|
|
37
|
+
--turbo-code-block-bg: #232225;
|
|
38
|
+
--turbo-table-border: #49474e;
|
|
39
|
+
--turbo-table-stripe: #1a191b;
|
|
40
|
+
--turbo-table-thead-bg: #2b292d;
|
|
41
|
+
--turbo-table-cell-bg: #121113;
|
|
42
|
+
--turbo-table-header-fg: #eeeef0;
|
|
43
|
+
--turbo-card-bg: #1a191b;
|
|
44
|
+
--turbo-card-border: #3c393f;
|
|
45
|
+
--turbo-card-header-bg: #232225;
|
|
46
|
+
--turbo-card-footer-bg: #1a191b;
|
|
47
|
+
--turbo-message-bg: #1a191b;
|
|
48
|
+
--turbo-message-header-bg: #232225;
|
|
49
|
+
--turbo-message-border: #3c393f;
|
|
50
|
+
--turbo-message-body-fg: #eeeef0;
|
|
51
|
+
--turbo-panel-bg: #1a191b;
|
|
52
|
+
--turbo-panel-header-bg: #232225;
|
|
53
|
+
--turbo-panel-header-fg: #eeeef0;
|
|
54
|
+
--turbo-panel-border: #3c393f;
|
|
55
|
+
--turbo-panel-block-bg: #1a191b;
|
|
56
|
+
--turbo-panel-block-hover-bg: #232225;
|
|
57
|
+
--turbo-panel-block-active-bg: #232225;
|
|
58
|
+
--turbo-box-bg: #1a191b;
|
|
59
|
+
--turbo-box-border: #3c393f;
|
|
60
|
+
--turbo-notification-bg: #1a191b;
|
|
61
|
+
--turbo-notification-border: #3c393f;
|
|
62
|
+
--turbo-modal-bg: rgba(10, 10, 10, 0.86);
|
|
63
|
+
--turbo-modal-card-bg: #1a191b;
|
|
64
|
+
--turbo-modal-header-bg: #232225;
|
|
65
|
+
--turbo-modal-footer-bg: #1a191b;
|
|
66
|
+
--turbo-dropdown-bg: #1a191b;
|
|
67
|
+
--turbo-dropdown-item-hover: #232225;
|
|
68
|
+
--turbo-dropdown-border: #3c393f;
|
|
69
|
+
--turbo-tabs-border: #3c393f;
|
|
70
|
+
--turbo-tabs-link-bg: #1a191b;
|
|
71
|
+
--turbo-tabs-link-active-bg: #121113;
|
|
72
|
+
--turbo-tabs-link-hover-bg: #232225;
|
|
73
|
+
--turbo-syntax-fg: #eeeef0;
|
|
74
|
+
--turbo-syntax-bg: #232225;
|
|
75
|
+
--turbo-syntax-comment: #b5b2bc;
|
|
76
|
+
--turbo-syntax-keyword: #0090ff;
|
|
77
|
+
--turbo-syntax-string: #30a46c;
|
|
78
|
+
--turbo-syntax-number: #ffc53d;
|
|
79
|
+
--turbo-syntax-function: #00a2c7;
|
|
80
|
+
--turbo-syntax-type: #0090ff;
|
|
81
|
+
--turbo-syntax-variable: #eeeef0;
|
|
82
|
+
--turbo-syntax-operator: #b5b2bc;
|
|
83
|
+
--turbo-syntax-punctuation: #b5b2bc;
|
|
84
|
+
--turbo-syntax-tag: #e5484d;
|
|
85
|
+
--turbo-syntax-attribute: #00a2c7;
|
|
86
|
+
--turbo-syntax-value: #30a46c;
|
|
87
|
+
--turbo-syntax-error: #e5484d;
|
|
88
|
+
--turbo-syntax-deleted: #e5484d;
|
|
89
|
+
--turbo-syntax-inserted: #30a46c;
|
|
90
|
+
color-scheme: dark;
|
|
91
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
|
|
3
|
+
|
|
4
|
+
[data-theme="radix-mauve-light"] {
|
|
5
|
+
--turbo-bg-base: #fdfcfd;
|
|
6
|
+
--turbo-bg-surface: #faf9fb;
|
|
7
|
+
--turbo-bg-overlay: #f2eff3;
|
|
8
|
+
--turbo-text-primary: #211f26;
|
|
9
|
+
--turbo-text-secondary: #65636d;
|
|
10
|
+
--turbo-text-inverse: #fdfcfd;
|
|
11
|
+
--turbo-brand-primary: #0090ff;
|
|
12
|
+
--turbo-state-info: #00a2c7;
|
|
13
|
+
--turbo-state-success: #30a46c;
|
|
14
|
+
--turbo-state-warning: #ffc53d;
|
|
15
|
+
--turbo-state-danger: #e5484d;
|
|
16
|
+
--turbo-border-default: #dbd8e0;
|
|
17
|
+
--turbo-accent-link: #0d74ce;
|
|
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: #218358;
|
|
21
|
+
--turbo-heading-h2: #0d74ce;
|
|
22
|
+
--turbo-heading-h3: #107d98;
|
|
23
|
+
--turbo-heading-h4: #ab6400;
|
|
24
|
+
--turbo-heading-h5: #6550b9;
|
|
25
|
+
--turbo-heading-h6: #ce2c31;
|
|
26
|
+
--turbo-body-primary: #211f26;
|
|
27
|
+
--turbo-body-secondary: #65636d;
|
|
28
|
+
--turbo-link-default: #0d74ce;
|
|
29
|
+
--turbo-selection-fg: #211f26;
|
|
30
|
+
--turbo-selection-bg: #e3dfe6;
|
|
31
|
+
--turbo-blockquote-border: #d0cdd7;
|
|
32
|
+
--turbo-blockquote-fg: #211f26;
|
|
33
|
+
--turbo-blockquote-bg: #faf9fb;
|
|
34
|
+
--turbo-code-inline-fg: #211f26;
|
|
35
|
+
--turbo-code-inline-bg: #f2eff3;
|
|
36
|
+
--turbo-code-block-fg: #211f26;
|
|
37
|
+
--turbo-code-block-bg: #f2eff3;
|
|
38
|
+
--turbo-table-border: #d0cdd7;
|
|
39
|
+
--turbo-table-stripe: #faf9fb;
|
|
40
|
+
--turbo-table-thead-bg: #eae7ec;
|
|
41
|
+
--turbo-table-cell-bg: #fdfcfd;
|
|
42
|
+
--turbo-table-header-fg: #211f26;
|
|
43
|
+
--turbo-card-bg: #faf9fb;
|
|
44
|
+
--turbo-card-border: #dbd8e0;
|
|
45
|
+
--turbo-card-header-bg: #f2eff3;
|
|
46
|
+
--turbo-card-footer-bg: #faf9fb;
|
|
47
|
+
--turbo-message-bg: #faf9fb;
|
|
48
|
+
--turbo-message-header-bg: #f2eff3;
|
|
49
|
+
--turbo-message-border: #dbd8e0;
|
|
50
|
+
--turbo-message-body-fg: #211f26;
|
|
51
|
+
--turbo-panel-bg: #faf9fb;
|
|
52
|
+
--turbo-panel-header-bg: #f2eff3;
|
|
53
|
+
--turbo-panel-header-fg: #211f26;
|
|
54
|
+
--turbo-panel-border: #dbd8e0;
|
|
55
|
+
--turbo-panel-block-bg: #faf9fb;
|
|
56
|
+
--turbo-panel-block-hover-bg: #f2eff3;
|
|
57
|
+
--turbo-panel-block-active-bg: #f2eff3;
|
|
58
|
+
--turbo-box-bg: #faf9fb;
|
|
59
|
+
--turbo-box-border: #dbd8e0;
|
|
60
|
+
--turbo-notification-bg: #faf9fb;
|
|
61
|
+
--turbo-notification-border: #dbd8e0;
|
|
62
|
+
--turbo-modal-bg: rgba(10, 10, 10, 0.86);
|
|
63
|
+
--turbo-modal-card-bg: #faf9fb;
|
|
64
|
+
--turbo-modal-header-bg: #f2eff3;
|
|
65
|
+
--turbo-modal-footer-bg: #faf9fb;
|
|
66
|
+
--turbo-dropdown-bg: #faf9fb;
|
|
67
|
+
--turbo-dropdown-item-hover: #f2eff3;
|
|
68
|
+
--turbo-dropdown-border: #dbd8e0;
|
|
69
|
+
--turbo-tabs-border: #dbd8e0;
|
|
70
|
+
--turbo-tabs-link-bg: #faf9fb;
|
|
71
|
+
--turbo-tabs-link-active-bg: #fdfcfd;
|
|
72
|
+
--turbo-tabs-link-hover-bg: #f2eff3;
|
|
73
|
+
--turbo-syntax-fg: #211f26;
|
|
74
|
+
--turbo-syntax-bg: #f2eff3;
|
|
75
|
+
--turbo-syntax-comment: #65636d;
|
|
76
|
+
--turbo-syntax-keyword: #0090ff;
|
|
77
|
+
--turbo-syntax-string: #30a46c;
|
|
78
|
+
--turbo-syntax-number: #ffc53d;
|
|
79
|
+
--turbo-syntax-function: #00a2c7;
|
|
80
|
+
--turbo-syntax-type: #0090ff;
|
|
81
|
+
--turbo-syntax-variable: #211f26;
|
|
82
|
+
--turbo-syntax-operator: #65636d;
|
|
83
|
+
--turbo-syntax-punctuation: #65636d;
|
|
84
|
+
--turbo-syntax-tag: #e5484d;
|
|
85
|
+
--turbo-syntax-attribute: #00a2c7;
|
|
86
|
+
--turbo-syntax-value: #30a46c;
|
|
87
|
+
--turbo-syntax-error: #e5484d;
|
|
88
|
+
--turbo-syntax-deleted: #e5484d;
|
|
89
|
+
--turbo-syntax-inserted: #30a46c;
|
|
90
|
+
color-scheme: light;
|
|
91
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
|
|
3
|
+
|
|
4
|
+
[data-theme="radix-slate-dark"] {
|
|
5
|
+
--turbo-bg-base: #111113;
|
|
6
|
+
--turbo-bg-surface: #18191b;
|
|
7
|
+
--turbo-bg-overlay: #212225;
|
|
8
|
+
--turbo-text-primary: #edeef0;
|
|
9
|
+
--turbo-text-secondary: #b0b4ba;
|
|
10
|
+
--turbo-text-inverse: #111113;
|
|
11
|
+
--turbo-brand-primary: #0090ff;
|
|
12
|
+
--turbo-state-info: #00a2c7;
|
|
13
|
+
--turbo-state-success: #30a46c;
|
|
14
|
+
--turbo-state-warning: #ffc53d;
|
|
15
|
+
--turbo-state-danger: #e5484d;
|
|
16
|
+
--turbo-border-default: #363a3f;
|
|
17
|
+
--turbo-accent-link: #70b8ff;
|
|
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: #3dd68c;
|
|
21
|
+
--turbo-heading-h2: #70b8ff;
|
|
22
|
+
--turbo-heading-h3: #4ccce6;
|
|
23
|
+
--turbo-heading-h4: #ffca16;
|
|
24
|
+
--turbo-heading-h5: #baa7ff;
|
|
25
|
+
--turbo-heading-h6: #ff9592;
|
|
26
|
+
--turbo-body-primary: #edeef0;
|
|
27
|
+
--turbo-body-secondary: #b0b4ba;
|
|
28
|
+
--turbo-link-default: #70b8ff;
|
|
29
|
+
--turbo-selection-fg: #edeef0;
|
|
30
|
+
--turbo-selection-bg: #2e3135;
|
|
31
|
+
--turbo-blockquote-border: #43484e;
|
|
32
|
+
--turbo-blockquote-fg: #edeef0;
|
|
33
|
+
--turbo-blockquote-bg: #18191b;
|
|
34
|
+
--turbo-code-inline-fg: #edeef0;
|
|
35
|
+
--turbo-code-inline-bg: #212225;
|
|
36
|
+
--turbo-code-block-fg: #edeef0;
|
|
37
|
+
--turbo-code-block-bg: #212225;
|
|
38
|
+
--turbo-table-border: #43484e;
|
|
39
|
+
--turbo-table-stripe: #18191b;
|
|
40
|
+
--turbo-table-thead-bg: #272a2d;
|
|
41
|
+
--turbo-table-cell-bg: #111113;
|
|
42
|
+
--turbo-table-header-fg: #edeef0;
|
|
43
|
+
--turbo-card-bg: #18191b;
|
|
44
|
+
--turbo-card-border: #363a3f;
|
|
45
|
+
--turbo-card-header-bg: #212225;
|
|
46
|
+
--turbo-card-footer-bg: #18191b;
|
|
47
|
+
--turbo-message-bg: #18191b;
|
|
48
|
+
--turbo-message-header-bg: #212225;
|
|
49
|
+
--turbo-message-border: #363a3f;
|
|
50
|
+
--turbo-message-body-fg: #edeef0;
|
|
51
|
+
--turbo-panel-bg: #18191b;
|
|
52
|
+
--turbo-panel-header-bg: #212225;
|
|
53
|
+
--turbo-panel-header-fg: #edeef0;
|
|
54
|
+
--turbo-panel-border: #363a3f;
|
|
55
|
+
--turbo-panel-block-bg: #18191b;
|
|
56
|
+
--turbo-panel-block-hover-bg: #212225;
|
|
57
|
+
--turbo-panel-block-active-bg: #212225;
|
|
58
|
+
--turbo-box-bg: #18191b;
|
|
59
|
+
--turbo-box-border: #363a3f;
|
|
60
|
+
--turbo-notification-bg: #18191b;
|
|
61
|
+
--turbo-notification-border: #363a3f;
|
|
62
|
+
--turbo-modal-bg: rgba(10, 10, 10, 0.86);
|
|
63
|
+
--turbo-modal-card-bg: #18191b;
|
|
64
|
+
--turbo-modal-header-bg: #212225;
|
|
65
|
+
--turbo-modal-footer-bg: #18191b;
|
|
66
|
+
--turbo-dropdown-bg: #18191b;
|
|
67
|
+
--turbo-dropdown-item-hover: #212225;
|
|
68
|
+
--turbo-dropdown-border: #363a3f;
|
|
69
|
+
--turbo-tabs-border: #363a3f;
|
|
70
|
+
--turbo-tabs-link-bg: #18191b;
|
|
71
|
+
--turbo-tabs-link-active-bg: #111113;
|
|
72
|
+
--turbo-tabs-link-hover-bg: #212225;
|
|
73
|
+
--turbo-syntax-fg: #edeef0;
|
|
74
|
+
--turbo-syntax-bg: #212225;
|
|
75
|
+
--turbo-syntax-comment: #b0b4ba;
|
|
76
|
+
--turbo-syntax-keyword: #0090ff;
|
|
77
|
+
--turbo-syntax-string: #30a46c;
|
|
78
|
+
--turbo-syntax-number: #ffc53d;
|
|
79
|
+
--turbo-syntax-function: #00a2c7;
|
|
80
|
+
--turbo-syntax-type: #0090ff;
|
|
81
|
+
--turbo-syntax-variable: #edeef0;
|
|
82
|
+
--turbo-syntax-operator: #b0b4ba;
|
|
83
|
+
--turbo-syntax-punctuation: #b0b4ba;
|
|
84
|
+
--turbo-syntax-tag: #e5484d;
|
|
85
|
+
--turbo-syntax-attribute: #00a2c7;
|
|
86
|
+
--turbo-syntax-value: #30a46c;
|
|
87
|
+
--turbo-syntax-error: #e5484d;
|
|
88
|
+
--turbo-syntax-deleted: #e5484d;
|
|
89
|
+
--turbo-syntax-inserted: #30a46c;
|
|
90
|
+
color-scheme: dark;
|
|
91
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
|
|
3
|
+
|
|
4
|
+
[data-theme="radix-slate-light"] {
|
|
5
|
+
--turbo-bg-base: #fcfcfd;
|
|
6
|
+
--turbo-bg-surface: #f9f9fb;
|
|
7
|
+
--turbo-bg-overlay: #f0f0f3;
|
|
8
|
+
--turbo-text-primary: #1c2024;
|
|
9
|
+
--turbo-text-secondary: #60646c;
|
|
10
|
+
--turbo-text-inverse: #fcfcfd;
|
|
11
|
+
--turbo-brand-primary: #0090ff;
|
|
12
|
+
--turbo-state-info: #00a2c7;
|
|
13
|
+
--turbo-state-success: #30a46c;
|
|
14
|
+
--turbo-state-warning: #ffc53d;
|
|
15
|
+
--turbo-state-danger: #e5484d;
|
|
16
|
+
--turbo-border-default: #d9d9e0;
|
|
17
|
+
--turbo-accent-link: #0d74ce;
|
|
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: #218358;
|
|
21
|
+
--turbo-heading-h2: #0d74ce;
|
|
22
|
+
--turbo-heading-h3: #107d98;
|
|
23
|
+
--turbo-heading-h4: #ab6400;
|
|
24
|
+
--turbo-heading-h5: #6550b9;
|
|
25
|
+
--turbo-heading-h6: #ce2c31;
|
|
26
|
+
--turbo-body-primary: #1c2024;
|
|
27
|
+
--turbo-body-secondary: #60646c;
|
|
28
|
+
--turbo-link-default: #0d74ce;
|
|
29
|
+
--turbo-selection-fg: #1c2024;
|
|
30
|
+
--turbo-selection-bg: #e0e1e6;
|
|
31
|
+
--turbo-blockquote-border: #cdced6;
|
|
32
|
+
--turbo-blockquote-fg: #1c2024;
|
|
33
|
+
--turbo-blockquote-bg: #f9f9fb;
|
|
34
|
+
--turbo-code-inline-fg: #1c2024;
|
|
35
|
+
--turbo-code-inline-bg: #f0f0f3;
|
|
36
|
+
--turbo-code-block-fg: #1c2024;
|
|
37
|
+
--turbo-code-block-bg: #f0f0f3;
|
|
38
|
+
--turbo-table-border: #cdced6;
|
|
39
|
+
--turbo-table-stripe: #f9f9fb;
|
|
40
|
+
--turbo-table-thead-bg: #e8e8ec;
|
|
41
|
+
--turbo-table-cell-bg: #fcfcfd;
|
|
42
|
+
--turbo-table-header-fg: #1c2024;
|
|
43
|
+
--turbo-card-bg: #f9f9fb;
|
|
44
|
+
--turbo-card-border: #d9d9e0;
|
|
45
|
+
--turbo-card-header-bg: #f0f0f3;
|
|
46
|
+
--turbo-card-footer-bg: #f9f9fb;
|
|
47
|
+
--turbo-message-bg: #f9f9fb;
|
|
48
|
+
--turbo-message-header-bg: #f0f0f3;
|
|
49
|
+
--turbo-message-border: #d9d9e0;
|
|
50
|
+
--turbo-message-body-fg: #1c2024;
|
|
51
|
+
--turbo-panel-bg: #f9f9fb;
|
|
52
|
+
--turbo-panel-header-bg: #f0f0f3;
|
|
53
|
+
--turbo-panel-header-fg: #1c2024;
|
|
54
|
+
--turbo-panel-border: #d9d9e0;
|
|
55
|
+
--turbo-panel-block-bg: #f9f9fb;
|
|
56
|
+
--turbo-panel-block-hover-bg: #f0f0f3;
|
|
57
|
+
--turbo-panel-block-active-bg: #f0f0f3;
|
|
58
|
+
--turbo-box-bg: #f9f9fb;
|
|
59
|
+
--turbo-box-border: #d9d9e0;
|
|
60
|
+
--turbo-notification-bg: #f9f9fb;
|
|
61
|
+
--turbo-notification-border: #d9d9e0;
|
|
62
|
+
--turbo-modal-bg: rgba(10, 10, 10, 0.86);
|
|
63
|
+
--turbo-modal-card-bg: #f9f9fb;
|
|
64
|
+
--turbo-modal-header-bg: #f0f0f3;
|
|
65
|
+
--turbo-modal-footer-bg: #f9f9fb;
|
|
66
|
+
--turbo-dropdown-bg: #f9f9fb;
|
|
67
|
+
--turbo-dropdown-item-hover: #f0f0f3;
|
|
68
|
+
--turbo-dropdown-border: #d9d9e0;
|
|
69
|
+
--turbo-tabs-border: #d9d9e0;
|
|
70
|
+
--turbo-tabs-link-bg: #f9f9fb;
|
|
71
|
+
--turbo-tabs-link-active-bg: #fcfcfd;
|
|
72
|
+
--turbo-tabs-link-hover-bg: #f0f0f3;
|
|
73
|
+
--turbo-syntax-fg: #1c2024;
|
|
74
|
+
--turbo-syntax-bg: #f0f0f3;
|
|
75
|
+
--turbo-syntax-comment: #60646c;
|
|
76
|
+
--turbo-syntax-keyword: #0090ff;
|
|
77
|
+
--turbo-syntax-string: #30a46c;
|
|
78
|
+
--turbo-syntax-number: #ffc53d;
|
|
79
|
+
--turbo-syntax-function: #00a2c7;
|
|
80
|
+
--turbo-syntax-type: #0090ff;
|
|
81
|
+
--turbo-syntax-variable: #1c2024;
|
|
82
|
+
--turbo-syntax-operator: #60646c;
|
|
83
|
+
--turbo-syntax-punctuation: #60646c;
|
|
84
|
+
--turbo-syntax-tag: #e5484d;
|
|
85
|
+
--turbo-syntax-attribute: #00a2c7;
|
|
86
|
+
--turbo-syntax-value: #30a46c;
|
|
87
|
+
--turbo-syntax-error: #e5484d;
|
|
88
|
+
--turbo-syntax-deleted: #e5484d;
|
|
89
|
+
--turbo-syntax-inserted: #30a46c;
|
|
90
|
+
color-scheme: light;
|
|
91
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|