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,366 @@
1
+ @mixin primer-colors-light-high-contrast {
2
+ & {
3
+ --topicTag-borderColor: #0349b4;
4
+ --highlight-neutral-bgColor: #fcf7be;
5
+ --page-header-bgColor: #e7ecf0;
6
+ --diffBlob-addition-fgColor-text: #ffffff;
7
+ --diffBlob-addition-fgColor-num: #010409;
8
+ --diffBlob-addition-bgColor-num: #c2f9cd;
9
+ --diffBlob-addition-bgColor-line: #d2fedb;
10
+ --diffBlob-addition-bgColor-word: #117f32;
11
+ --diffBlob-deletion-fgColor-text: #ffffff;
12
+ --diffBlob-deletion-fgColor-num: #010409;
13
+ --diffBlob-deletion-bgColor-num: #ffc1bc;
14
+ --diffBlob-deletion-bgColor-line: #fff0ee;
15
+ --diffBlob-deletion-bgColor-word: #a0111f;
16
+ --diffBlob-hunk-bgColor-num: #9cd7ff;
17
+ --diffBlob-expander-iconColor: #0e1116;
18
+ --diffStat-addition-bgColor: #055d20;
19
+ --codeMirror-fgColor: #010409;
20
+ --codeMirror-bgColor: #ffffff;
21
+ --codeMirror-gutters-bgColor: #ffffff;
22
+ --codeMirror-gutterMarker-fgColor-default: #ffffff;
23
+ --codeMirror-gutterMarker-fgColor-muted: #0e1116;
24
+ --codeMirror-lineNumber-fgColor: #0e1116;
25
+ --codeMirror-cursor-fgColor: #010409;
26
+ --codeMirror-selection-bgColor: #368cf9;
27
+ --codeMirror-activeline-bgColor: #e7ecf0;
28
+ --codeMirror-matchingBracket-fgColor: #010409;
29
+ --codeMirror-lines-bgColor: #ffffff;
30
+ --codeMirror-syntax-fgColor-comment: #0e1116;
31
+ --codeMirror-syntax-fgColor-constant: #023b95;
32
+ --codeMirror-syntax-fgColor-entity: #622cbc;
33
+ --codeMirror-syntax-fgColor-keyword: #a0111f;
34
+ --codeMirror-syntax-fgColor-storage: #a0111f;
35
+ --codeMirror-syntax-fgColor-string: #032563;
36
+ --codeMirror-syntax-fgColor-support: #023b95;
37
+ --codeMirror-syntax-fgColor-variable: #702c00;
38
+ --header-fgColor-default: #ffffffb3;
39
+ --header-fgColor-logo: #ffffff;
40
+ --header-bgColor: #0e1116;
41
+ --header-borderColor-divider: #acb6c0;
42
+ --headerSearch-bgColor: #0e1116;
43
+ --headerSearch-borderColor: #4b535d;
44
+ --avatar-bgColor: #ffffff;
45
+ --avatar-borderColor: #20252c;
46
+ --avatar-shadow: 0px 0px 0px 2px #ffffffcc;
47
+ --avatarStack-fade-bgColor-default: #acb6c0;
48
+ --avatarStack-fade-bgColor-muted: #ced5dc;
49
+ --control-bgColor-rest: #e7ecf0;
50
+ --control-bgColor-hover: #dbe1e6;
51
+ --control-bgColor-active: #cfd6dd;
52
+ --control-bgColor-disabled: #e7ecf0;
53
+ --control-bgColor-selected: #acb6c0;
54
+ --control-fgColor-rest: #0e1116;
55
+ --control-fgColor-placeholder: #66707b;
56
+ --control-fgColor-disabled: #88929d;
57
+ --control-borderColor-rest: #20252c;
58
+ --control-borderColor-emphasis: #20252c;
59
+ --control-borderColor-disabled: #20252c;
60
+ --control-borderColor-selected: #ffffff;
61
+ --control-borderColor-success: #055d20;
62
+ --control-borderColor-danger: #a0111f;
63
+ --control-borderColor-warning: #744500;
64
+ --control-iconColor-rest: #0e1116;
65
+ --control-transparent-bgColor-rest: #00000000;
66
+ --control-transparent-bgColor-hover: #e7ecf0;
67
+ --control-transparent-bgColor-active: #ced5dc;
68
+ --control-transparent-bgColor-disabled: #e7ecf0;
69
+ --control-transparent-bgColor-selected: #ced5dc;
70
+ --control-transparent-borderColor-rest: #00000000;
71
+ --control-transparent-borderColor-hover: #20252c;
72
+ --control-transparent-borderColor-active: #00000000;
73
+ --control-danger-fgColor-rest: #8a071e;
74
+ --control-danger-fgColor-hover: #ffffff;
75
+ --control-danger-bgColor-hover: #a0111f;
76
+ --control-danger-bgColor-active: #8c0b1d;
77
+ --control-checked-bgColor-rest: #0349b4;
78
+ --control-checked-bgColor-hover: #0344a8;
79
+ --control-checked-bgColor-active: #033f9d;
80
+ --control-checked-bgColor-disabled: #88929d;
81
+ --control-checked-fgColor-rest: #ffffff;
82
+ --control-checked-fgColor-disabled: #ffffff;
83
+ --control-checked-borderColor-rest: #0349b4;
84
+ --control-checked-borderColor-hover: #00000000;
85
+ --control-checked-borderColor-active: #00000000;
86
+ --control-checked-borderColor-disabled: #88929d;
87
+ --controlTrack-bgColor-rest: #acb6c0;
88
+ --controlTrack-bgColor-hover: #9ea8b2;
89
+ --controlTrack-bgColor-active: #909aa4;
90
+ --controlTrack-bgColor-disabled: #88929d;
91
+ --controlTrack-fgColor-rest: #010409;
92
+ --controlTrack-fgColor-disabled: #ffffff;
93
+ --controlTrack-borderColor-rest: #00000000;
94
+ --controlTrack-borderColor-disabled: #88929d;
95
+ --controlKnob-bgColor-rest: #ffffff;
96
+ --controlKnob-bgColor-disabled: #e7ecf0;
97
+ --controlKnob-bgColor-checked: #ffffff;
98
+ --controlKnob-borderColor-rest: #20252c;
99
+ --controlKnob-borderColor-disabled: #e7ecf0;
100
+ --controlKnob-borderColor-checked: #0349b4;
101
+ --counter-borderColor: #20252c;
102
+ --button-default-fgColor-rest: #0e1116;
103
+ --button-default-bgColor-rest: #e7ecf0;
104
+ --button-default-bgColor-hover: #dbe1e6;
105
+ --button-default-bgColor-active: #cfd6dd;
106
+ --button-default-bgColor-selected: #cfd6dd;
107
+ --button-default-borderColor-rest: #20252c;
108
+ --button-default-borderColor-hover: #20252c;
109
+ --button-default-borderColor-active: #20252c;
110
+ --button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
111
+ --button-default-shadow-inset: inset 0px 1px 0px 0px #ffffff40;
112
+ --button-primary-fgColor-rest: #ffffff;
113
+ --button-primary-fgColor-disabled: #ffffffcc;
114
+ --button-primary-iconColor-rest: #ffffffcc;
115
+ --button-primary-bgColor-rest: #055d20;
116
+ --button-primary-bgColor-hover: #04571e;
117
+ --button-primary-bgColor-active: #03501b;
118
+ --button-primary-bgColor-disabled: #85cb97;
119
+ --button-primary-borderColor-rest: #013d14;
120
+ --button-primary-borderColor-hover: #013d14;
121
+ --button-primary-borderColor-disabled: #88929dcc;
122
+ --button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
123
+ --button-invisible-fgColor-rest: #023b95;
124
+ --button-invisible-fgColor-disabled: #88929d;
125
+ --button-invisible-bgColor-rest: #00000000;
126
+ --button-invisible-bgColor-hover: #e7ecf0;
127
+ --button-invisible-bgColor-active: #ced5dc;
128
+ --button-invisible-bgColor-disabled: #e7ecf0;
129
+ --button-invisible-borderColor-rest: #00000000;
130
+ --button-invisible-borderColor-hover: #20252c;
131
+ --button-outline-fgColor-rest: #023b95;
132
+ --button-outline-fgColor-hover: #ffffff;
133
+ --button-outline-fgColor-active: #ffffff;
134
+ --button-outline-fgColor-disabled: #023b9580;
135
+ --button-outline-bgColor-rest: #e7ecf0;
136
+ --button-outline-bgColor-hover: #0349b4;
137
+ --button-outline-bgColor-active: #033f9d;
138
+ --button-outline-bgColor-disabled: #ffffff;
139
+ --button-outline-borderColor-hover: #20252c;
140
+ --button-outline-borderColor-active: #20252c;
141
+ --button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
142
+ --button-danger-fgColor-rest: #8a071e;
143
+ --button-danger-fgColor-hover: #ffffff;
144
+ --button-danger-fgColor-active: #ffffff;
145
+ --button-danger-fgColor-disabled: #8a071e80;
146
+ --button-danger-iconColor-rest: #8a071e;
147
+ --button-danger-iconColor-hover: #ffffff;
148
+ --button-danger-bgColor-rest: #e7ecf0;
149
+ --button-danger-bgColor-hover: #86061d;
150
+ --button-danger-bgColor-active: #74041a;
151
+ --button-danger-bgColor-disabled: #e7ecf0;
152
+ --button-danger-borderColor-rest: #20252c;
153
+ --button-danger-borderColor-hover: #20252c;
154
+ --button-danger-borderColor-active: #20252c;
155
+ --button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
156
+ --buttonCounter-default-bgColor-rest: #e7ecf0;
157
+ --buttonCounter-primary-bgColor-rest: #ffffff33;
158
+ --buttonCounter-outline-bgColor-rest: #0349b41a;
159
+ --buttonCounter-outline-bgColor-hover: #ffffff33;
160
+ --buttonCounter-outline-bgColor-disabled: #0349b40d;
161
+ --buttonCounter-danger-bgColor-hover: #ffffff33;
162
+ --buttonCounter-danger-bgColor-disabled: #a0111f0d;
163
+ --buttonCounter-danger-bgColor-rest: #a0111f1a;
164
+ --focus-outlineColor: #0349b4;
165
+ --focus-outline: #0349b4 solid 2px;
166
+ --menu-bgColor-active: #ffffff00;
167
+ --overlay-bgColor: #ffffff;
168
+ --overlay-backdrop-bgColor: #88929d33;
169
+ --selectMenu-borderColor: #ffffff00;
170
+ --selectMenu-bgColor-active: #9cd7ff;
171
+ --sideNav-bgColor-selected: #ffffff;
172
+ --timelineBadge-bgColor: #e7ecf0;
173
+ --treeViewItem-leadingVisual-bgColor-rest: #368cf9;
174
+ --underlineNav-borderColor-active: #cd3425;
175
+ --underlineNav-borderColor-hover: #acb6c033;
176
+ --underlineNav-iconColor-rest: #0e1116;
177
+ --fgColor-default: #010409;
178
+ --fgColor-muted: #0e1116;
179
+ --fgColor-onEmphasis: #ffffff;
180
+ --fgColor-disabled: #88929d;
181
+ --fgColor-link-rest: #023b95;
182
+ --fgColor-link-inverse-rest: #368cf9;
183
+ --fgColor-link-control: #818b96;
184
+ --fgColor-accent: #023b95;
185
+ --fgColor-success: #055d20;
186
+ --fgColor-attention: #744500;
187
+ --fgColor-severe: #873800;
188
+ --fgColor-danger: #8a071e;
189
+ --fgColor-open: #055d20;
190
+ --fgColor-closed: #8a071e;
191
+ --fgColor-done: #622cbc;
192
+ --fgColor-sponsors: #971368;
193
+ --bgColor-default: #ffffff;
194
+ --bgColor-muted: #e7ecf0;
195
+ --bgColor-emphasis: #0e1116;
196
+ --bgColor-disabled: #e7ecf0;
197
+ --bgColor-neutral-muted: #e7ecf0;
198
+ --bgColor-neutral-emphasis: #66707b;
199
+ --bgColor-accent-muted: #dff7ff;
200
+ --bgColor-accent-emphasis: #0349b4;
201
+ --bgColor-success-muted: #d2fedb;
202
+ --bgColor-success-emphasis: #055d20;
203
+ --bgColor-attention-muted: #fcf7be;
204
+ --bgColor-attention-emphasis: #744500;
205
+ --bgColor-severe-muted: #fff2d5;
206
+ --bgColor-severe-emphasis: #873800;
207
+ --bgColor-danger-muted: #fff0ee;
208
+ --bgColor-danger-emphasis: #a0111f;
209
+ --bgColor-open-muted: #d2fedb;
210
+ --bgColor-open-emphasis: #055d20;
211
+ --bgColor-closed-muted: #fff0ee;
212
+ --bgColor-closed-emphasis: #a0111f;
213
+ --bgColor-done-muted: #faf0fe;
214
+ --bgColor-done-emphasis: #622cbc;
215
+ --bgColor-sponsors-muted: #feeff7;
216
+ --bgColor-sponsors-emphasis: #971368;
217
+ --borderColor-default: #20252c;
218
+ --borderColor-muted: #88929d;
219
+ --borderColor-emphasis: #66707b;
220
+ --borderColor-disabled: #20252c;
221
+ --borderColor-neutral-muted: #acb6c033;
222
+ --borderColor-neutral-emphasis: #66707b;
223
+ --borderColor-accent-muted: #368cf9;
224
+ --borderColor-accent-emphasis: #0349b4;
225
+ --borderColor-success-muted: #26a148;
226
+ --borderColor-success-emphasis: #055d20;
227
+ --borderColor-attention-muted: #b58407;
228
+ --borderColor-attention-emphasis: #744500;
229
+ --borderColor-severe-muted: #dc6d1a;
230
+ --borderColor-severe-emphasis: #873800;
231
+ --borderColor-danger-muted: #ee5a5d;
232
+ --borderColor-danger-emphasis: #a0111f;
233
+ --borderColor-open-muted: #26a148;
234
+ --borderColor-open-emphasis: #055d20;
235
+ --borderColor-closed-muted: #ee5a5d66;
236
+ --borderColor-closed-emphasis: #a0111f;
237
+ --borderColor-done-muted: #a371f7;
238
+ --borderColor-done-emphasis: #622cbc;
239
+ --borderColor-sponsors-muted: #ed4baf;
240
+ --borderColor-sponsors-emphasis: #971368;
241
+ --color-ansi-black-bright: #4b535d;
242
+ --color-ansi-white-bright: #88929d;
243
+ --color-ansi-gray: #66707b;
244
+ --color-ansi-red-bright: #86061d;
245
+ --color-ansi-green-bright: #055d20;
246
+ --color-ansi-yellow-bright: #4e2c00;
247
+ --color-ansi-blue-bright: #1168e3;
248
+ --color-ansi-magenta-bright: #844ae7;
249
+ --color-ansi-cyan-bright: #3192aa;
250
+ --color-prettylights-syntax-comment: #66707b;
251
+ --color-prettylights-syntax-constant-other-reference-link: #032563;
252
+ --color-prettylights-syntax-entity-tag: #023b95;
253
+ --color-prettylights-syntax-storage-modifier-import: #0e1116;
254
+ --color-prettylights-syntax-keyword: #a0111f;
255
+ --color-prettylights-syntax-string-regexp: #024c1a;
256
+ --color-prettylights-syntax-variable: #702c00;
257
+ --color-prettylights-syntax-brackethighlighter-angle: #4b535d;
258
+ --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
259
+ --color-prettylights-syntax-carriage-return-bg: #a0111f;
260
+ --color-prettylights-syntax-markup-ignored-bg: #023b95;
261
+ --color-prettylights-syntax-meta-diff-range: #622cbc;
262
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #88929d;
263
+ --color-scale-black: #010409; /* Avoid using scales, use other functional tokens instead */
264
+ --color-scale-transparent: #ffffff00; /* Avoid using scales, use other functional tokens instead */
265
+ --color-scale-white: #ffffff; /* Avoid using scales, use other functional tokens instead */
266
+ --color-scale-gray-0: #ffffff; /* Avoid using scales, use other functional tokens instead */
267
+ --color-scale-gray-1: #e7ecf0; /* Avoid using scales, use other functional tokens instead */
268
+ --color-scale-gray-2: #ced5dc; /* Avoid using scales, use other functional tokens instead */
269
+ --color-scale-gray-3: #acb6c0; /* Avoid using scales, use other functional tokens instead */
270
+ --color-scale-gray-4: #88929d; /* Avoid using scales, use other functional tokens instead */
271
+ --color-scale-gray-5: #66707b; /* Avoid using scales, use other functional tokens instead */
272
+ --color-scale-gray-6: #4b535d; /* Avoid using scales, use other functional tokens instead */
273
+ --color-scale-gray-7: #343b43; /* Avoid using scales, use other functional tokens instead */
274
+ --color-scale-gray-8: #20252c; /* Avoid using scales, use other functional tokens instead */
275
+ --color-scale-gray-9: #0e1116; /* Avoid using scales, use other functional tokens instead */
276
+ --color-scale-blue-0: #dff7ff; /* Avoid using scales, use other functional tokens instead */
277
+ --color-scale-blue-1: #9cd7ff; /* Avoid using scales, use other functional tokens instead */
278
+ --color-scale-blue-2: #67b3fd; /* Avoid using scales, use other functional tokens instead */
279
+ --color-scale-blue-3: #368cf9; /* Avoid using scales, use other functional tokens instead */
280
+ --color-scale-blue-4: #1168e3; /* Avoid using scales, use other functional tokens instead */
281
+ --color-scale-blue-5: #0349b4; /* Avoid using scales, use other functional tokens instead */
282
+ --color-scale-blue-6: #023b95; /* Avoid using scales, use other functional tokens instead */
283
+ --color-scale-blue-7: #022f7a; /* Avoid using scales, use other functional tokens instead */
284
+ --color-scale-blue-8: #032563; /* Avoid using scales, use other functional tokens instead */
285
+ --color-scale-blue-9: #021a4a; /* Avoid using scales, use other functional tokens instead */
286
+ --color-scale-green-0: #d2fedb; /* Avoid using scales, use other functional tokens instead */
287
+ --color-scale-green-1: #82e596; /* Avoid using scales, use other functional tokens instead */
288
+ --color-scale-green-2: #43c663; /* Avoid using scales, use other functional tokens instead */
289
+ --color-scale-green-3: #26a148; /* Avoid using scales, use other functional tokens instead */
290
+ --color-scale-green-4: #117f32; /* Avoid using scales, use other functional tokens instead */
291
+ --color-scale-green-5: #055d20; /* Avoid using scales, use other functional tokens instead */
292
+ --color-scale-green-6: #024c1a; /* Avoid using scales, use other functional tokens instead */
293
+ --color-scale-green-7: #013d14; /* Avoid using scales, use other functional tokens instead */
294
+ --color-scale-green-8: #003110; /* Avoid using scales, use other functional tokens instead */
295
+ --color-scale-green-9: #00230b; /* Avoid using scales, use other functional tokens instead */
296
+ --color-scale-yellow-0: #fcf7be; /* Avoid using scales, use other functional tokens instead */
297
+ --color-scale-yellow-1: #f0ce53; /* Avoid using scales, use other functional tokens instead */
298
+ --color-scale-yellow-2: #d5a824; /* Avoid using scales, use other functional tokens instead */
299
+ --color-scale-yellow-3: #b58407; /* Avoid using scales, use other functional tokens instead */
300
+ --color-scale-yellow-4: #956400; /* Avoid using scales, use other functional tokens instead */
301
+ --color-scale-yellow-5: #744500; /* Avoid using scales, use other functional tokens instead */
302
+ --color-scale-yellow-6: #603700; /* Avoid using scales, use other functional tokens instead */
303
+ --color-scale-yellow-7: #4e2c00; /* Avoid using scales, use other functional tokens instead */
304
+ --color-scale-yellow-8: #3f2200; /* Avoid using scales, use other functional tokens instead */
305
+ --color-scale-yellow-9: #2e1800; /* Avoid using scales, use other functional tokens instead */
306
+ --color-scale-orange-0: #fff2d5; /* Avoid using scales, use other functional tokens instead */
307
+ --color-scale-orange-1: #ffc67b; /* Avoid using scales, use other functional tokens instead */
308
+ --color-scale-orange-2: #f99636; /* Avoid using scales, use other functional tokens instead */
309
+ --color-scale-orange-3: #dc6d1a; /* Avoid using scales, use other functional tokens instead */
310
+ --color-scale-orange-4: #b45105; /* Avoid using scales, use other functional tokens instead */
311
+ --color-scale-orange-5: #873800; /* Avoid using scales, use other functional tokens instead */
312
+ --color-scale-orange-6: #702c00; /* Avoid using scales, use other functional tokens instead */
313
+ --color-scale-orange-7: #5b2300; /* Avoid using scales, use other functional tokens instead */
314
+ --color-scale-orange-8: #491b00; /* Avoid using scales, use other functional tokens instead */
315
+ --color-scale-orange-9: #361200; /* Avoid using scales, use other functional tokens instead */
316
+ --color-scale-red-0: #fff0ee; /* Avoid using scales, use other functional tokens instead */
317
+ --color-scale-red-1: #ffc1bc; /* Avoid using scales, use other functional tokens instead */
318
+ --color-scale-red-2: #ff8e8a; /* Avoid using scales, use other functional tokens instead */
319
+ --color-scale-red-3: #ee5a5d; /* Avoid using scales, use other functional tokens instead */
320
+ --color-scale-red-4: #d5232c; /* Avoid using scales, use other functional tokens instead */
321
+ --color-scale-red-5: #a0111f; /* Avoid using scales, use other functional tokens instead */
322
+ --color-scale-red-6: #86061d; /* Avoid using scales, use other functional tokens instead */
323
+ --color-scale-red-7: #6e011a; /* Avoid using scales, use other functional tokens instead */
324
+ --color-scale-red-8: #5a0016; /* Avoid using scales, use other functional tokens instead */
325
+ --color-scale-red-9: #430011; /* Avoid using scales, use other functional tokens instead */
326
+ --color-scale-purple-0: #faf0fe; /* Avoid using scales, use other functional tokens instead */
327
+ --color-scale-purple-1: #e0c5ff; /* Avoid using scales, use other functional tokens instead */
328
+ --color-scale-purple-2: #c49bff; /* Avoid using scales, use other functional tokens instead */
329
+ --color-scale-purple-3: #a371f7; /* Avoid using scales, use other functional tokens instead */
330
+ --color-scale-purple-4: #844ae7; /* Avoid using scales, use other functional tokens instead */
331
+ --color-scale-purple-5: #622cbc; /* Avoid using scales, use other functional tokens instead */
332
+ --color-scale-purple-6: #512598; /* Avoid using scales, use other functional tokens instead */
333
+ --color-scale-purple-7: #411d7b; /* Avoid using scales, use other functional tokens instead */
334
+ --color-scale-purple-8: #341763; /* Avoid using scales, use other functional tokens instead */
335
+ --color-scale-purple-9: #260f49; /* Avoid using scales, use other functional tokens instead */
336
+ --color-scale-pink-0: #feeff7; /* Avoid using scales, use other functional tokens instead */
337
+ --color-scale-pink-1: #ffbde0; /* Avoid using scales, use other functional tokens instead */
338
+ --color-scale-pink-2: #fc87ca; /* Avoid using scales, use other functional tokens instead */
339
+ --color-scale-pink-3: #ed4baf; /* Avoid using scales, use other functional tokens instead */
340
+ --color-scale-pink-4: #c9248e; /* Avoid using scales, use other functional tokens instead */
341
+ --color-scale-pink-5: #971368; /* Avoid using scales, use other functional tokens instead */
342
+ --color-scale-pink-6: #7d0c57; /* Avoid using scales, use other functional tokens instead */
343
+ --color-scale-pink-7: #660847; /* Avoid using scales, use other functional tokens instead */
344
+ --color-scale-pink-8: #53043a; /* Avoid using scales, use other functional tokens instead */
345
+ --color-scale-pink-9: #3e022b; /* Avoid using scales, use other functional tokens instead */
346
+ --color-scale-coral-0: #fff0ed; /* Avoid using scales, use other functional tokens instead */
347
+ --color-scale-coral-1: #ffc2b6; /* Avoid using scales, use other functional tokens instead */
348
+ --color-scale-coral-2: #ff8f7e; /* Avoid using scales, use other functional tokens instead */
349
+ --color-scale-coral-3: #cd3425; /* Avoid using scales, use other functional tokens instead */
350
+ --color-scale-coral-4: #ef5b48; /* Avoid using scales, use other functional tokens instead */
351
+ --color-scale-coral-5: #9f1710; /* Avoid using scales, use other functional tokens instead */
352
+ --color-scale-coral-6: #870706; /* Avoid using scales, use other functional tokens instead */
353
+ --color-scale-coral-7: #6f0107; /* Avoid using scales, use other functional tokens instead */
354
+ --color-scale-coral-8: #5b0002; /* Avoid using scales, use other functional tokens instead */
355
+ --color-scale-coral-9: #430200; /* Avoid using scales, use other functional tokens instead */
356
+ --shadow-inset: inset 0px 1px 0px 0px #0104090d;
357
+ --shadow-highlight: inset 0px 1px 0px 0px #ffffff40;
358
+ --shadow-resting-xsmall: 0px 1px 0px 0px #0104090f;
359
+ --shadow-resting-small: 0px 1px 0px 0px #0104090a;
360
+ --shadow-resting-medium: 0px 3px 6px 0px #88929d26;
361
+ --shadow-floating-small: 0px 1px 3px 0px #0104091f, 0px 8px 24px 0px #343b431f;
362
+ --shadow-floating-medium: 0px 4px 32px -4px #88929d17, 0px 8px 16px -4px #88929d17, 0px 24px 48px -12px #88929d29, 0px 48px 96px -24px #88929d3d;
363
+ --shadow-floating-large: 0px 8px 24px 0px #88929d33;
364
+ --shadow-floating-xlarge: 0px 12px 28px 0px #88929d4d;
365
+ }
366
+ }