jekyll-v4-theme-primer 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -6
  3. data/_sass/@primer/css/forms/form-validation.scss +0 -104
  4. data/_sass/@primer/css/labels/states.scss +1 -1
  5. data/_sass/@primer/css/links/link.scss +1 -60
  6. data/_sass/@primer/css/markdown/code.scss +1 -0
  7. data/_sass/@primer/css/markdown/tables.scss +7 -1
  8. data/_sass/@primer/css/marketing/buttons/button.scss +1 -0
  9. data/_sass/@primer/css/subhead/subhead.scss +1 -1
  10. data/_sass/@primer/css/timeline/timeline-item.scss +1 -1
  11. data/_sass/@primer/primitives/dist/scss/colors/_dark.scss +61 -61
  12. data/_sass/@primer/primitives/dist/scss/colors/_dark_colorblind.scss +28 -28
  13. data/_sass/@primer/primitives/dist/scss/colors/_dark_dimmed.scss +29 -29
  14. data/_sass/@primer/primitives/dist/scss/colors/_dark_high_contrast.scss +29 -29
  15. data/_sass/@primer/primitives/dist/scss/colors/_dark_tritanopia.scss +28 -28
  16. data/_sass/@primer/primitives/dist/scss/colors/_light.scss +69 -69
  17. data/_sass/@primer/primitives/dist/scss/colors/_light_colorblind.scss +27 -27
  18. data/_sass/@primer/primitives/dist/scss/colors/_light_high_contrast.scss +28 -28
  19. data/_sass/@primer/primitives/dist/scss/colors/_light_tritanopia.scss +27 -27
  20. data/_sass/@primer/primitives/tokens-next-private/scss/base/size/size.scss +21 -0
  21. data/_sass/@primer/primitives/tokens-next-private/scss/base/typography/typography.scss +8 -0
  22. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/border.scss +16 -0
  23. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/breakpoints.scss +10 -0
  24. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size-coarse.scss +7 -0
  25. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size-fine.scss +7 -0
  26. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size.scss +51 -0
  27. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/viewport.scss +19 -0
  28. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-colorblind.scss +391 -0
  29. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-dimmed.scss +391 -0
  30. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +391 -0
  31. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +391 -0
  32. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark.scss +391 -0
  33. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-colorblind.scss +366 -0
  34. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-high-contrast.scss +366 -0
  35. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-tritanopia.scss +366 -0
  36. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light.scss +366 -0
  37. data/_sass/@primer/primitives/tokens-next-private/scss/functional/typography/typography.scss +49 -0
  38. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/base/size/size.scss +1 -1
  39. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/base/typography/typography.scss +1 -1
  40. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/border.scss +1 -1
  41. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +1 -1
  42. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +1 -1
  43. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +1 -1
  44. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size.scss +1 -1
  45. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/viewport.scss +1 -1
  46. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/typography/typography.scss +3 -3
  47. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js +1 -1
  48. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js.map +1 -1
  49. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css +2 -2
  50. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css.map +1 -1
  51. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css +1 -1
  52. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css.json +1 -1
  53. data/_sass/@primer/view-components/app/components/primer/alpha/menu.css +1 -1
  54. data/_sass/@primer/view-components/app/components/primer/alpha/menu.css.json +1 -1
  55. data/_sass/@primer/view-components/app/components/primer/alpha/modal_dialog.js +26 -12
  56. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css +1 -1
  57. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css.json +1 -1
  58. data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css +1 -1
  59. data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css.json +1 -1
  60. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css +1 -1
  61. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css.json +1 -1
  62. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css +1 -1
  63. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css.json +1 -1
  64. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.js +23 -11
  65. data/_sass/@primer/view-components/app/components/primer/alpha/tool_tip.js +3 -10
  66. data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css +1 -1
  67. data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css.json +1 -1
  68. data/_sass/@primer/view-components/app/components/primer/beta/breadcrumbs.css +1 -1
  69. data/_sass/@primer/view-components/app/components/primer/beta/breadcrumbs.css.json +1 -1
  70. data/_sass/@primer/view-components/app/components/primer/beta/button.css +1 -1
  71. data/_sass/@primer/view-components/app/components/primer/beta/button.css.json +1 -1
  72. data/_sass/@primer/view-components/app/components/primer/beta/state.css.json +1 -0
  73. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css.json +1 -0
  74. data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css.json +1 -0
  75. data/_sass/@primer/view-components/app/components/primer/beta/truncate.css +1 -1
  76. data/_sass/@primer/view-components/app/components/primer/beta/truncate.css.json +1 -1
  77. data/_sass/@primer/view-components/app/components/primer/primer.d.ts +2 -1
  78. data/_sass/@primer/view-components/app/components/primer/primer.js +2 -1
  79. data/_sass/@primer/view-components/lib/primer/forms/toggle_switch_input.d.ts +5 -0
  80. data/_sass/@primer/view-components/lib/primer/forms/toggle_switch_input.js +29 -0
  81. data/_sass/@primer/view-components/package.json +4 -2
  82. data/_sass/@primer/view-components/static/arguments.json +190 -216
  83. data/_sass/@primer/view-components/static/audited_at.json +6 -3
  84. data/_sass/@primer/view-components/static/constants.json +78 -76
  85. data/_sass/@primer/view-components/static/statuses.json +12 -9
  86. data/_sass/jekyll-theme-primer.scss +22 -1
  87. data/_sass/rouge-dark.scss +112 -0
  88. data/_sass/rouge-light.scss +112 -0
  89. metadata +35 -14
  90. data/_sass/@primer/view-components/app/components/primer/state_component.css.json +0 -1
  91. data/_sass/@primer/view-components/app/components/primer/subhead_component.css.json +0 -1
  92. data/_sass/@primer/view-components/app/components/primer/timeline_item_component.css.json +0 -1
  93. data/_sass/rouge.scss +0 -213
  94. /data/_sass/@primer/view-components/app/components/primer/{tab_container_component.d.ts → alpha/tab_container.d.ts} +0 -0
  95. /data/_sass/@primer/view-components/app/components/primer/{tab_container_component.js → alpha/tab_container.js} +0 -0
  96. /data/_sass/@primer/view-components/app/components/primer/{state_component.css → beta/state.css} +0 -0
  97. /data/_sass/@primer/view-components/app/components/primer/{subhead_component.css → beta/subhead.css} +0 -0
  98. /data/_sass/@primer/view-components/app/components/primer/{timeline_item_component.css → beta/timeline_item.css} +0 -0
@@ -0,0 +1,391 @@
1
+ @mixin primer-colors-dark-high-contrast {
2
+ & {
3
+ --topicTag-borderColor: #409eff;
4
+ --highlight-neutral-bgColor: #f0b72f66;
5
+ --page-header-bgColor: #0a0c10;
6
+ --diffBlob-addition-fgColor-text: #0a0c10;
7
+ --diffBlob-addition-fgColor-num: #fbfcfd;
8
+ --diffBlob-addition-bgColor-num: #26cd4d4d;
9
+ --diffBlob-addition-bgColor-line: #09b43a26;
10
+ --diffBlob-addition-bgColor-word: #09b43a;
11
+ --diffBlob-deletion-fgColor-text: #0a0c10;
12
+ --diffBlob-deletion-fgColor-num: #fbfcfd;
13
+ --diffBlob-deletion-bgColor-num: #ff6a694d;
14
+ --diffBlob-deletion-bgColor-line: #ff6a6926;
15
+ --diffBlob-deletion-bgColor-word: #ff6a69;
16
+ --diffBlob-hunk-bgColor-num: #409eff66;
17
+ --diffBlob-expander-iconColor: #fbfcfd;
18
+ --diffStat-addition-bgColor: #09b43a;
19
+ --codeMirror-fgColor: #fbfcfd;
20
+ --codeMirror-bgColor: #0a0c10;
21
+ --codeMirror-gutters-bgColor: #0a0c10;
22
+ --codeMirror-gutterMarker-fgColor-default: #0a0c10;
23
+ --codeMirror-gutterMarker-fgColor-muted: #f0f3f6;
24
+ --codeMirror-lineNumber-fgColor: #f0f3f6;
25
+ --codeMirror-cursor-fgColor: #fbfcfd;
26
+ --codeMirror-selection-bgColor: #409eff66;
27
+ --codeMirror-activeline-bgColor: #9ea7b326;
28
+ --codeMirror-matchingBracket-fgColor: #fbfcfd;
29
+ --codeMirror-lines-bgColor: #0a0c10;
30
+ --codeMirror-syntax-fgColor-comment: #bdc4cc;
31
+ --codeMirror-syntax-fgColor-constant: #91cbff;
32
+ --codeMirror-syntax-fgColor-entity: #dbb7ff;
33
+ --codeMirror-syntax-fgColor-keyword: #ff9492;
34
+ --codeMirror-syntax-fgColor-storage: #ff9492;
35
+ --codeMirror-syntax-fgColor-string: #addcff;
36
+ --codeMirror-syntax-fgColor-support: #91cbff;
37
+ --codeMirror-syntax-fgColor-variable: #ffb757;
38
+ --header-fgColor-default: #ffffffb3;
39
+ --header-fgColor-logo: #ffffff;
40
+ --header-bgColor: #272b33f2;
41
+ --header-borderColor-divider: #bdc4cc;
42
+ --headerSearch-bgColor: #0a0c10;
43
+ --headerSearch-borderColor: #525964;
44
+ --avatar-bgColor: #ffffff1a;
45
+ --avatar-borderColor: #ffffffe6;
46
+ --avatar-shadow: 0px 0px 0px 2px #0a0c10;
47
+ --avatarStack-fade-bgColor-default: #525964;
48
+ --avatarStack-fade-bgColor-muted: #272b33;
49
+ --control-bgColor-rest: #272b33;
50
+ --control-bgColor-hover: #383c45;
51
+ --control-bgColor-active: #484e57;
52
+ --control-bgColor-disabled: #7a828e;
53
+ --control-bgColor-selected: #525964;
54
+ --control-fgColor-rest: #f0f3f6;
55
+ --control-fgColor-placeholder: #7a828e;
56
+ --control-fgColor-disabled: #7a828e;
57
+ --control-borderColor-rest: #7a828e;
58
+ --control-borderColor-emphasis: #7a828e;
59
+ --control-borderColor-disabled: #7a828e;
60
+ --control-borderColor-selected: #ffffff;
61
+ --control-borderColor-success: #09b43a;
62
+ --control-borderColor-danger: #ff6a69;
63
+ --control-borderColor-warning: #e09b13;
64
+ --control-iconColor-rest: #f0f3f6;
65
+ --control-transparent-bgColor-rest: #00000000;
66
+ --control-transparent-bgColor-hover: #272b33;
67
+ --control-transparent-bgColor-active: #525964;
68
+ --control-transparent-bgColor-disabled: #00000000;
69
+ --control-transparent-bgColor-selected: #525964;
70
+ --control-transparent-borderColor-rest: #00000000;
71
+ --control-transparent-borderColor-hover: #7a828e;
72
+ --control-transparent-borderColor-active: #9ea7b3;
73
+ --control-danger-fgColor-rest: #ff6a69;
74
+ --control-danger-fgColor-hover: #0a0c10;
75
+ --control-danger-bgColor-hover: #ff6a69;
76
+ --control-danger-bgColor-active: #f65052;
77
+ --control-checked-bgColor-rest: #409eff;
78
+ --control-checked-bgColor-hover: #4aa3ff;
79
+ --control-checked-bgColor-active: #54a8ff;
80
+ --control-checked-bgColor-disabled: #7a828e;
81
+ --control-checked-fgColor-rest: #0a0c10;
82
+ --control-checked-fgColor-disabled: #010409;
83
+ --control-checked-borderColor-rest: #409eff;
84
+ --control-checked-borderColor-hover: #00000000;
85
+ --control-checked-borderColor-active: #00000000;
86
+ --control-checked-borderColor-disabled: #7a828e;
87
+ --controlTrack-bgColor-rest: #272b33;
88
+ --controlTrack-bgColor-hover: #383c45;
89
+ --controlTrack-bgColor-active: #484e57;
90
+ --controlTrack-bgColor-disabled: #7a828e;
91
+ --controlTrack-fgColor-rest: #0a0c10;
92
+ --controlTrack-fgColor-disabled: #f0f3f6;
93
+ --controlTrack-borderColor-rest: #00000000;
94
+ --controlTrack-borderColor-disabled: #7a828e;
95
+ --controlKnob-bgColor-rest: #010409;
96
+ --controlKnob-bgColor-disabled: #7a828e;
97
+ --controlKnob-bgColor-checked: #ffffff;
98
+ --controlKnob-borderColor-rest: #7a828e;
99
+ --controlKnob-borderColor-disabled: #7a828e;
100
+ --controlKnob-borderColor-checked: #409eff;
101
+ --counter-borderColor: #00000000;
102
+ --button-default-fgColor-rest: #f0f3f6;
103
+ --button-default-bgColor-rest: #272b33;
104
+ --button-default-bgColor-hover: #383c45;
105
+ --button-default-bgColor-active: #484e57;
106
+ --button-default-bgColor-selected: #484e57;
107
+ --button-default-borderColor-rest: #7a828e;
108
+ --button-default-borderColor-hover: #7a828e;
109
+ --button-default-borderColor-active: #7a828e;
110
+ --button-default-shadow-resting: 0px 0px 0px 0px #000000;
111
+ --button-default-shadow-inset: 0px 0px 0px 0px #000000;
112
+ --button-primary-fgColor-rest: #0a0c10;
113
+ --button-primary-fgColor-disabled: #0a0c1080;
114
+ --button-primary-iconColor-rest: #0a0c10;
115
+ --button-primary-bgColor-rest: #09b43a;
116
+ --button-primary-bgColor-hover: #0fb93e;
117
+ --button-primary-bgColor-active: #15be42;
118
+ --button-primary-bgColor-disabled: #6bdc84;
119
+ --button-primary-borderColor-rest: #4ae168;
120
+ --button-primary-borderColor-hover: #4ae168;
121
+ --button-primary-borderColor-disabled: #4ae16866;
122
+ --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
123
+ --button-invisible-fgColor-rest: #409eff;
124
+ --button-invisible-fgColor-disabled: #7a828e;
125
+ --button-invisible-bgColor-rest: #00000000;
126
+ --button-invisible-bgColor-hover: #272b33;
127
+ --button-invisible-bgColor-active: #525964;
128
+ --button-invisible-bgColor-disabled: #00000000;
129
+ --button-invisible-borderColor-rest: #00000000;
130
+ --button-invisible-borderColor-hover: #7a828e;
131
+ --button-outline-fgColor-rest: #409eff;
132
+ --button-outline-fgColor-hover: #409eff;
133
+ --button-outline-fgColor-active: #ffffff;
134
+ --button-outline-fgColor-disabled: #409eff80;
135
+ --button-outline-bgColor-rest: #ffffff;
136
+ --button-outline-bgColor-hover: #525964;
137
+ --button-outline-bgColor-active: #2672f3;
138
+ --button-outline-bgColor-disabled: #0a0c10;
139
+ --button-outline-borderColor-hover: #7a828e;
140
+ --button-outline-borderColor-selected: #7a828e;
141
+ --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
142
+ --button-danger-fgColor-rest: #ff6a69;
143
+ --button-danger-fgColor-hover: #ffffff;
144
+ --button-danger-fgColor-active: #ffffff;
145
+ --button-danger-fgColor-disabled: #ff6a6980;
146
+ --button-danger-iconColor-rest: #ff6a69;
147
+ --button-danger-iconColor-hover: #ffffff;
148
+ --button-danger-bgColor-rest: #272b33;
149
+ --button-danger-bgColor-hover: #ff4445;
150
+ --button-danger-bgColor-active: #ff5353;
151
+ --button-danger-bgColor-disabled: #272b33;
152
+ --button-danger-borderColor-rest: #7a828e;
153
+ --button-danger-borderColor-hover: #ff4445;
154
+ --button-danger-borderColor-active: #ff5353;
155
+ --button-danger-shadow-selected: 0px 0px 0px 0px #000000;
156
+ --buttonCounter-default-bgColor-rest: #525964;
157
+ --buttonCounter-primary-bgColor-rest: #01040926;
158
+ --buttonCounter-outline-bgColor-rest: #409eff1a;
159
+ --buttonCounter-outline-bgColor-hover: #ffffff33;
160
+ --buttonCounter-outline-bgColor-disabled: #409eff0d;
161
+ --buttonCounter-danger-bgColor-hover: #01040926;
162
+ --buttonCounter-danger-bgColor-disabled: #ff6a690d;
163
+ --buttonCounter-danger-bgColor-rest: #01040926;
164
+ --focus-outlineColor: #409eff;
165
+ --menu-bgColor-active: #272b33;
166
+ --overlay-bgColor: #272b33;
167
+ --overlay-backdrop-bgColor: #d9dee333;
168
+ --selectMenu-borderColor: #7a828e;
169
+ --selectMenu-bgColor-active: #1e60d5;
170
+ --sideNav-bgColor-selected: #272b33;
171
+ --timelineBadge-bgColor: #272b33;
172
+ --treeViewItem-leadingVisual-bgColor-rest: #f0f3f6;
173
+ --underlineNav-borderColor-active: #ff967d;
174
+ --underlineNav-borderColor-hover: #bdc4cc;
175
+ --underlineNav-iconColor-rest: #f0f3f6;
176
+ --fgColor-default: #fbfcfd;
177
+ --fgColor-muted: #f0f3f6;
178
+ --fgColor-onEmphasis: #0a0c10;
179
+ --fgColor-disabled: #7a828e;
180
+ --fgColor-link-rest: #409eff;
181
+ --fgColor-link-inverse-rest: #409eff;
182
+ --fgColor-link-control: #939ca8;
183
+ --fgColor-accent: #409eff;
184
+ --fgColor-success: #26cd4d;
185
+ --fgColor-attention: #f0b72f;
186
+ --fgColor-severe: #e7811d;
187
+ --fgColor-danger: #ff6a69;
188
+ --fgColor-open: #26cd4d;
189
+ --fgColor-closed: #ff6a69;
190
+ --fgColor-done: #b780ff;
191
+ --fgColor-sponsors: #ef6eb1;
192
+ --bgColor-default: #0a0c10;
193
+ --bgColor-muted: #272b33;
194
+ --bgColor-emphasis: #ffffff;
195
+ --bgColor-disabled: #7a828e;
196
+ --bgColor-neutral-muted: #9ea7b326;
197
+ --bgColor-neutral-emphasis: #9ea7b3;
198
+ --bgColor-accent-muted: #409eff1a;
199
+ --bgColor-accent-emphasis: #409eff;
200
+ --bgColor-success-muted: #09b43a26;
201
+ --bgColor-success-emphasis: #09b43a;
202
+ --bgColor-attention-muted: #e09b1326;
203
+ --bgColor-attention-emphasis: #e09b13;
204
+ --bgColor-severe-muted: #e7811d1a;
205
+ --bgColor-severe-emphasis: #e7811d;
206
+ --bgColor-danger-muted: #ff6a691a;
207
+ --bgColor-danger-emphasis: #ff6a69;
208
+ --bgColor-open-muted: #09b43a1a;
209
+ --bgColor-open-emphasis: #09b43a;
210
+ --bgColor-closed-muted: #ff6a6926;
211
+ --bgColor-closed-emphasis: #ff6a69;
212
+ --bgColor-done-muted: #b780ff26;
213
+ --bgColor-done-emphasis: #b87fff;
214
+ --bgColor-sponsors-muted: #ef6eb11a;
215
+ --bgColor-sponsors-emphasis: #ef6eb1;
216
+ --borderColor-default: #7a828e;
217
+ --borderColor-muted: #7a828e;
218
+ --borderColor-emphasis: #7a828e;
219
+ --borderColor-disabled: #7a828e;
220
+ --borderColor-neutral-muted: #9ea7b366;
221
+ --borderColor-neutral-emphasis: #9ea7b3;
222
+ --borderColor-accent-muted: #409eff;
223
+ --borderColor-accent-emphasis: #409eff;
224
+ --borderColor-success-muted: #09b43a;
225
+ --borderColor-success-emphasis: #09b43a;
226
+ --borderColor-attention-muted: #e09b13;
227
+ --borderColor-attention-emphasis: #e09b13;
228
+ --borderColor-severe-muted: #e7811d;
229
+ --borderColor-severe-emphasis: #e7811d;
230
+ --borderColor-danger-muted: #ff6a69;
231
+ --borderColor-danger-emphasis: #ff6a69;
232
+ --borderColor-open-muted: #09b43a;
233
+ --borderColor-open-emphasis: #09b43a;
234
+ --borderColor-closed-muted: #ff6a6966;
235
+ --borderColor-closed-emphasis: #ff6a69;
236
+ --borderColor-done-muted: #b780ff;
237
+ --borderColor-done-emphasis: #b87fff;
238
+ --borderColor-sponsors-muted: #ef6eb1;
239
+ --borderColor-sponsors-emphasis: #ef6eb1;
240
+ --ansi-fgColor-black: #7a828e;
241
+ --ansi-fgColor-blackBright: #9ea7b3;
242
+ --ansi-fgColor-white: #d9dee3;
243
+ --ansi-fgColor-whiteBright: #ffffff;
244
+ --ansi-fgColor-gray: #9ea7b3;
245
+ --ansi-fgColor-red: #ff9492;
246
+ --ansi-fgColor-redBright: #ffb1af;
247
+ --ansi-fgColor-green: #26cd4d;
248
+ --ansi-fgColor-greenBright: #4ae168;
249
+ --ansi-fgColor-yellow: #f0b72f;
250
+ --ansi-fgColor-yellowBright: #f7c843;
251
+ --ansi-fgColor-blue: #71b7ff;
252
+ --ansi-fgColor-blueBright: #91cbff;
253
+ --ansi-fgColor-magenta: #cb9eff;
254
+ --ansi-fgColor-magentaBright: #dbb7ff;
255
+ --ansi-fgColor-cyan: #39c5cf;
256
+ --ansi-fgColor-cyanBright: #56d4dd;
257
+ --prettylights-syntax-comment: #bdc4cc;
258
+ --prettylights-syntax-constant: #91cbff;
259
+ --prettylights-syntax-entity: #dbb7ff;
260
+ --prettylights-syntax-storageModifierImport: #f0f3f6;
261
+ --prettylights-syntax-entityTag: #72f088;
262
+ --prettylights-syntax-keyword: #ff9492;
263
+ --prettylights-syntax-string: #addcff;
264
+ --prettylights-syntax-variable: #ffb757;
265
+ --prettylights-syntax-brackethighlighterUnmatched: #ff6a69;
266
+ --prettylights-syntax-invalidIllegalText: #ffffff;
267
+ --prettylights-syntax-invalidIllegalBg: #e82a2f;
268
+ --prettylights-syntax-carriageReturnText: #ffffff;
269
+ --prettylights-syntax-carriageReturnBg: #ff4445;
270
+ --prettylights-syntax-stringRegexp: #72f088;
271
+ --prettylights-syntax-markupList: #fbd669;
272
+ --prettylights-syntax-markupHeading: #409eff;
273
+ --prettylights-syntax-markupItalic: #f0f3f6;
274
+ --prettylights-syntax-markupBold: #f0f3f6;
275
+ --prettylights-syntax-markupDeletedText: #ffdedb;
276
+ --prettylights-syntax-markupDeletedBg: #cc1421;
277
+ --prettylights-syntax-markupInsertedText: #acf7b6;
278
+ --prettylights-syntax-markupInsertedBg: #007728;
279
+ --prettylights-syntax-markupChangedText: #ffe1b4;
280
+ --prettylights-syntax-markupChangedBg: #a74c00;
281
+ --prettylights-syntax-markupIgnoredText: #f0f3f6;
282
+ --prettylights-syntax-markupIgnoredBg: #318bf8;
283
+ --prettylights-syntax-metaDiffRange: #dbb7ff;
284
+ --prettylights-syntax-brackethighlighterAngle: #bdc4cc;
285
+ --prettylights-syntax-sublimelinterGutterMark: #7a828e;
286
+ --prettylights-syntax-constantOtherReferenceLink: #addcff;
287
+ --color-scale-black: #010409; /* Avoid using scales, use other functional tokens instead */
288
+ --color-scale-transparent: #00000000; /* Avoid using scales, use other functional tokens instead */
289
+ --color-scale-white: #ffffff; /* Avoid using scales, use other functional tokens instead */
290
+ --color-scale-gray-0: #ffffff; /* Avoid using scales, use other functional tokens instead */
291
+ --color-scale-gray-1: #f0f3f6; /* Avoid using scales, use other functional tokens instead */
292
+ --color-scale-gray-2: #d9dee3; /* Avoid using scales, use other functional tokens instead */
293
+ --color-scale-gray-3: #bdc4cc; /* Avoid using scales, use other functional tokens instead */
294
+ --color-scale-gray-4: #9ea7b3; /* Avoid using scales, use other functional tokens instead */
295
+ --color-scale-gray-5: #7a828e; /* Avoid using scales, use other functional tokens instead */
296
+ --color-scale-gray-6: #525964; /* Avoid using scales, use other functional tokens instead */
297
+ --color-scale-gray-7: #272b33; /* Avoid using scales, use other functional tokens instead */
298
+ --color-scale-gray-8: #272b33; /* Avoid using scales, use other functional tokens instead */
299
+ --color-scale-gray-9: #0a0c10; /* Avoid using scales, use other functional tokens instead */
300
+ --color-scale-blue-0: #caeaff; /* Avoid using scales, use other functional tokens instead */
301
+ --color-scale-blue-1: #addcff; /* Avoid using scales, use other functional tokens instead */
302
+ --color-scale-blue-2: #91cbff; /* Avoid using scales, use other functional tokens instead */
303
+ --color-scale-blue-3: #71b7ff; /* Avoid using scales, use other functional tokens instead */
304
+ --color-scale-blue-4: #409eff; /* Avoid using scales, use other functional tokens instead */
305
+ --color-scale-blue-5: #409eff; /* Avoid using scales, use other functional tokens instead */
306
+ --color-scale-blue-6: #318bf8; /* Avoid using scales, use other functional tokens instead */
307
+ --color-scale-blue-7: #2672f3; /* Avoid using scales, use other functional tokens instead */
308
+ --color-scale-blue-8: #1e60d5; /* Avoid using scales, use other functional tokens instead */
309
+ --color-scale-blue-9: #194fb1; /* Avoid using scales, use other functional tokens instead */
310
+ --color-scale-green-0: #acf7b6; /* Avoid using scales, use other functional tokens instead */
311
+ --color-scale-green-1: #72f088; /* Avoid using scales, use other functional tokens instead */
312
+ --color-scale-green-2: #4ae168; /* Avoid using scales, use other functional tokens instead */
313
+ --color-scale-green-3: #26cd4d; /* Avoid using scales, use other functional tokens instead */
314
+ --color-scale-green-4: #09b43a; /* Avoid using scales, use other functional tokens instead */
315
+ --color-scale-green-5: #09b43a; /* Avoid using scales, use other functional tokens instead */
316
+ --color-scale-green-6: #02a232; /* Avoid using scales, use other functional tokens instead */
317
+ --color-scale-green-7: #008c2c; /* Avoid using scales, use other functional tokens instead */
318
+ --color-scale-green-8: #007728; /* Avoid using scales, use other functional tokens instead */
319
+ --color-scale-green-9: #006222; /* Avoid using scales, use other functional tokens instead */
320
+ --color-scale-yellow-0: #fbe59e; /* Avoid using scales, use other functional tokens instead */
321
+ --color-scale-yellow-1: #fbd669; /* Avoid using scales, use other functional tokens instead */
322
+ --color-scale-yellow-2: #f7c843; /* Avoid using scales, use other functional tokens instead */
323
+ --color-scale-yellow-3: #f0b72f; /* Avoid using scales, use other functional tokens instead */
324
+ --color-scale-yellow-4: #e09b13; /* Avoid using scales, use other functional tokens instead */
325
+ --color-scale-yellow-5: #e09b13; /* Avoid using scales, use other functional tokens instead */
326
+ --color-scale-yellow-6: #c88508; /* Avoid using scales, use other functional tokens instead */
327
+ --color-scale-yellow-7: #ae7104; /* Avoid using scales, use other functional tokens instead */
328
+ --color-scale-yellow-8: #945d02; /* Avoid using scales, use other functional tokens instead */
329
+ --color-scale-yellow-9: #7b4900; /* Avoid using scales, use other functional tokens instead */
330
+ --color-scale-orange-0: #ffe1b4; /* Avoid using scales, use other functional tokens instead */
331
+ --color-scale-orange-1: #ffcf86; /* Avoid using scales, use other functional tokens instead */
332
+ --color-scale-orange-2: #ffb757; /* Avoid using scales, use other functional tokens instead */
333
+ --color-scale-orange-3: #fe9a2d; /* Avoid using scales, use other functional tokens instead */
334
+ --color-scale-orange-4: #e7811d; /* Avoid using scales, use other functional tokens instead */
335
+ --color-scale-orange-5: #e7811d; /* Avoid using scales, use other functional tokens instead */
336
+ --color-scale-orange-6: #d57014; /* Avoid using scales, use other functional tokens instead */
337
+ --color-scale-orange-7: #bf5e0a; /* Avoid using scales, use other functional tokens instead */
338
+ --color-scale-orange-8: #a74c00; /* Avoid using scales, use other functional tokens instead */
339
+ --color-scale-orange-9: #8f3c00; /* Avoid using scales, use other functional tokens instead */
340
+ --color-scale-red-0: #ffdedb; /* Avoid using scales, use other functional tokens instead */
341
+ --color-scale-red-1: #ffc9c7; /* Avoid using scales, use other functional tokens instead */
342
+ --color-scale-red-2: #ffb1af; /* Avoid using scales, use other functional tokens instead */
343
+ --color-scale-red-3: #ff9492; /* Avoid using scales, use other functional tokens instead */
344
+ --color-scale-red-4: #ff6a69; /* Avoid using scales, use other functional tokens instead */
345
+ --color-scale-red-5: #ff6a69; /* Avoid using scales, use other functional tokens instead */
346
+ --color-scale-red-6: #ff4445; /* Avoid using scales, use other functional tokens instead */
347
+ --color-scale-red-7: #e82a2f; /* Avoid using scales, use other functional tokens instead */
348
+ --color-scale-red-8: #cc1421; /* Avoid using scales, use other functional tokens instead */
349
+ --color-scale-red-9: #ad0116; /* Avoid using scales, use other functional tokens instead */
350
+ --color-scale-purple-0: #f0dfff; /* Avoid using scales, use other functional tokens instead */
351
+ --color-scale-purple-1: #e6ccff; /* Avoid using scales, use other functional tokens instead */
352
+ --color-scale-purple-2: #dbb7ff; /* Avoid using scales, use other functional tokens instead */
353
+ --color-scale-purple-3: #cb9eff; /* Avoid using scales, use other functional tokens instead */
354
+ --color-scale-purple-4: #b780ff; /* Avoid using scales, use other functional tokens instead */
355
+ --color-scale-purple-5: #b87fff; /* Avoid using scales, use other functional tokens instead */
356
+ --color-scale-purple-6: #a66bff; /* Avoid using scales, use other functional tokens instead */
357
+ --color-scale-purple-7: #954ffd; /* Avoid using scales, use other functional tokens instead */
358
+ --color-scale-purple-8: #8031f7; /* Avoid using scales, use other functional tokens instead */
359
+ --color-scale-purple-9: #6921d7; /* Avoid using scales, use other functional tokens instead */
360
+ --color-scale-pink-0: #ffdceb; /* Avoid using scales, use other functional tokens instead */
361
+ --color-scale-pink-1: #ffc7e1; /* Avoid using scales, use other functional tokens instead */
362
+ --color-scale-pink-2: #ffadd4; /* Avoid using scales, use other functional tokens instead */
363
+ --color-scale-pink-3: #ff8dc7; /* Avoid using scales, use other functional tokens instead */
364
+ --color-scale-pink-4: #ef6eb1; /* Avoid using scales, use other functional tokens instead */
365
+ --color-scale-pink-5: #ef6eb1; /* Avoid using scales, use other functional tokens instead */
366
+ --color-scale-pink-6: #e456a3; /* Avoid using scales, use other functional tokens instead */
367
+ --color-scale-pink-7: #d23d91; /* Avoid using scales, use other functional tokens instead */
368
+ --color-scale-pink-8: #b72c7d; /* Avoid using scales, use other functional tokens instead */
369
+ --color-scale-pink-9: #9c1d6a; /* Avoid using scales, use other functional tokens instead */
370
+ --color-scale-coral-0: #ffded4; /* Avoid using scales, use other functional tokens instead */
371
+ --color-scale-coral-1: #ffcbb9; /* Avoid using scales, use other functional tokens instead */
372
+ --color-scale-coral-2: #ffb39b; /* Avoid using scales, use other functional tokens instead */
373
+ --color-scale-coral-3: #ff967d; /* Avoid using scales, use other functional tokens instead */
374
+ --color-scale-coral-4: #fc704f; /* Avoid using scales, use other functional tokens instead */
375
+ --color-scale-coral-5: #fc704f; /* Avoid using scales, use other functional tokens instead */
376
+ --color-scale-coral-6: #f75133; /* Avoid using scales, use other functional tokens instead */
377
+ --color-scale-coral-7: #e03b21; /* Avoid using scales, use other functional tokens instead */
378
+ --color-scale-coral-8: #c62612; /* Avoid using scales, use other functional tokens instead */
379
+ --color-scale-coral-9: #a91500; /* Avoid using scales, use other functional tokens instead */
380
+ --shadow-inset: 0px 0px 0px 0px #000000;
381
+ --shadow-highlight: 0px 0px 0px 0px #000000;
382
+ --shadow-resting-xsmall: 0px 1px 0px 0px #010409a3;
383
+ --shadow-resting-small: 0px 0px 0px 0px #000000;
384
+ --shadow-resting-medium: 0px 3px 6px 0px #010409;
385
+ --shadow-floating-small: 0px 0px 0px 1px #525964, 0px 16px 32px 0px #010409d9;
386
+ --shadow-floating-medium: 0px 4px 32px -4px #9ea7b317, 0px 8px 16px -4px #9ea7b317, 0px 24px 48px -12px #9ea7b329, 0px 48px 96px -24px #9ea7b33d;
387
+ --shadow-floating-large: 0px 8px 24px 0px #010409;
388
+ --shadow-floating-xlarge: 0px 12px 48px 0px #010409;
389
+ --outline-focus: #409eff solid 2px;
390
+ }
391
+ }