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-dimmed {
2
+ & {
3
+ --topicTag-borderColor: #00000000;
4
+ --highlight-neutral-bgColor: #c6902666;
5
+ --page-header-bgColor: #22272e;
6
+ --diffBlob-addition-fgColor-text: #c5d1de;
7
+ --diffBlob-addition-fgColor-num: #c5d1de;
8
+ --diffBlob-addition-bgColor-num: #57ab5a4d;
9
+ --diffBlob-addition-bgColor-line: #46954a26;
10
+ --diffBlob-addition-bgColor-word: #46954a66;
11
+ --diffBlob-deletion-fgColor-text: #c5d1de;
12
+ --diffBlob-deletion-fgColor-num: #c5d1de;
13
+ --diffBlob-deletion-bgColor-num: #e5534b4d;
14
+ --diffBlob-deletion-bgColor-line: #e5534b26;
15
+ --diffBlob-deletion-bgColor-word: #e5534b66;
16
+ --diffBlob-hunk-bgColor-num: #4184e466;
17
+ --diffBlob-expander-iconColor: #c5d1de;
18
+ --diffStat-addition-bgColor: #347d39;
19
+ --codeMirror-fgColor: #c5d1de;
20
+ --codeMirror-bgColor: #22272e;
21
+ --codeMirror-gutters-bgColor: #22272e;
22
+ --codeMirror-gutterMarker-fgColor-default: #22272e;
23
+ --codeMirror-gutterMarker-fgColor-muted: #6d7986;
24
+ --codeMirror-lineNumber-fgColor: #6d7986;
25
+ --codeMirror-cursor-fgColor: #c5d1de;
26
+ --codeMirror-selection-bgColor: #4184e466;
27
+ --codeMirror-activeline-bgColor: #636e7b26;
28
+ --codeMirror-matchingBracket-fgColor: #c5d1de;
29
+ --codeMirror-lines-bgColor: #22272e;
30
+ --codeMirror-syntax-fgColor-comment: #768390;
31
+ --codeMirror-syntax-fgColor-constant: #6cb6ff;
32
+ --codeMirror-syntax-fgColor-entity: #dcbdfb;
33
+ --codeMirror-syntax-fgColor-keyword: #f47067;
34
+ --codeMirror-syntax-fgColor-storage: #f47067;
35
+ --codeMirror-syntax-fgColor-string: #96d0ff;
36
+ --codeMirror-syntax-fgColor-support: #6cb6ff;
37
+ --codeMirror-syntax-fgColor-variable: #f69d50;
38
+ --header-fgColor-default: #cdd9e5b3;
39
+ --header-fgColor-logo: #cdd9e5;
40
+ --header-bgColor: #2d333bf2;
41
+ --header-borderColor-divider: #768390;
42
+ --headerSearch-bgColor: #22272e;
43
+ --headerSearch-borderColor: #444c56;
44
+ --avatar-bgColor: #cdd9e51a;
45
+ --avatar-borderColor: #00000000;
46
+ --avatar-shadow: 0px 0px 0px 2px #22272e;
47
+ --avatarStack-fade-bgColor-default: #444c56;
48
+ --avatarStack-fade-bgColor-muted: #373e47;
49
+ --control-bgColor-rest: #373e47;
50
+ --control-bgColor-hover: #3d444e;
51
+ --control-bgColor-active: #434a54;
52
+ --control-bgColor-disabled: #545d68;
53
+ --control-bgColor-selected: #2d333b;
54
+ --control-fgColor-rest: #adbac7;
55
+ --control-fgColor-placeholder: #545d68;
56
+ --control-fgColor-disabled: #545d68;
57
+ --control-borderColor-rest: #444c56;
58
+ --control-borderColor-emphasis: #606b77;
59
+ --control-borderColor-disabled: #444c56;
60
+ --control-borderColor-selected: #cdd9e5;
61
+ --control-borderColor-success: #347d39;
62
+ --control-borderColor-danger: #c93c37;
63
+ --control-borderColor-warning: #966600;
64
+ --control-iconColor-rest: #6d7986;
65
+ --control-transparent-bgColor-rest: #00000000;
66
+ --control-transparent-bgColor-hover: #909dab1f;
67
+ --control-transparent-bgColor-active: #909dab33;
68
+ --control-transparent-bgColor-disabled: #00000000;
69
+ --control-transparent-bgColor-selected: #909dab14;
70
+ --control-transparent-borderColor-rest: #00000000;
71
+ --control-transparent-borderColor-hover: #00000000;
72
+ --control-transparent-borderColor-active: #00000000;
73
+ --control-danger-fgColor-rest: #e5534b;
74
+ --control-danger-fgColor-hover: #f47067;
75
+ --control-danger-bgColor-hover: #e5534b1a;
76
+ --control-danger-bgColor-active: #e5534b66;
77
+ --control-checked-bgColor-rest: #316dca;
78
+ --control-checked-bgColor-hover: #3876d3;
79
+ --control-checked-bgColor-active: #3f7fdb;
80
+ --control-checked-bgColor-disabled: #545d68;
81
+ --control-checked-fgColor-rest: #cdd9e5;
82
+ --control-checked-fgColor-disabled: #1c2128;
83
+ --control-checked-borderColor-rest: #316dca;
84
+ --control-checked-borderColor-hover: #00000000;
85
+ --control-checked-borderColor-active: #00000000;
86
+ --control-checked-borderColor-disabled: #545d68;
87
+ --controlTrack-bgColor-rest: #373e47;
88
+ --controlTrack-bgColor-hover: #3d444e;
89
+ --controlTrack-bgColor-active: #434a54;
90
+ --controlTrack-bgColor-disabled: #545d68;
91
+ --controlTrack-fgColor-rest: #6d7986;
92
+ --controlTrack-fgColor-disabled: #6d7986;
93
+ --controlTrack-borderColor-rest: #00000000;
94
+ --controlTrack-borderColor-disabled: #545d68;
95
+ --controlKnob-bgColor-rest: #1c2128;
96
+ --controlKnob-bgColor-disabled: #545d68;
97
+ --controlKnob-bgColor-checked: #cdd9e5;
98
+ --controlKnob-borderColor-rest: #606b77;
99
+ --controlKnob-borderColor-disabled: #545d68;
100
+ --controlKnob-borderColor-checked: #316dca;
101
+ --counter-borderColor: #00000000;
102
+ --button-default-fgColor-rest: #adbac7;
103
+ --button-default-bgColor-rest: #373e47;
104
+ --button-default-bgColor-hover: #3d444e;
105
+ --button-default-bgColor-active: #434a54;
106
+ --button-default-bgColor-selected: #434a54;
107
+ --button-default-borderColor-rest: #444c56;
108
+ --button-default-borderColor-hover: #444c56;
109
+ --button-default-borderColor-active: #444c56;
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: #cdd9e5;
113
+ --button-primary-fgColor-disabled: #cdd9e580;
114
+ --button-primary-iconColor-rest: #cdd9e5;
115
+ --button-primary-bgColor-rest: #347d39;
116
+ --button-primary-bgColor-hover: #3b8640;
117
+ --button-primary-bgColor-active: #428f46;
118
+ --button-primary-bgColor-disabled: #50a254;
119
+ --button-primary-borderColor-rest: #444c56cc;
120
+ --button-primary-borderColor-hover: #444c56cc;
121
+ --button-primary-borderColor-disabled: #444c56cc;
122
+ --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
123
+ --button-invisible-fgColor-rest: #3b7cdb;
124
+ --button-invisible-fgColor-disabled: #545d68;
125
+ --button-invisible-bgColor-rest: #00000000;
126
+ --button-invisible-bgColor-hover: #909dab1f;
127
+ --button-invisible-bgColor-active: #909dab33;
128
+ --button-invisible-bgColor-disabled: #00000000;
129
+ --button-invisible-borderColor-rest: #00000000;
130
+ --button-invisible-borderColor-hover: #00000000;
131
+ --button-outline-fgColor-rest: #3b7cdb;
132
+ --button-outline-fgColor-hover: #3b7cdb;
133
+ --button-outline-fgColor-active: #cdd9e5;
134
+ --button-outline-fgColor-disabled: #3b7cdb80;
135
+ --button-outline-bgColor-rest: #cdd9e5;
136
+ --button-outline-bgColor-hover: #444c56;
137
+ --button-outline-bgColor-active: #1b4b91;
138
+ --button-outline-bgColor-disabled: #22272e;
139
+ --button-outline-borderColor-hover: #444c5666;
140
+ --button-outline-borderColor-selected: #444c5666;
141
+ --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
142
+ --button-danger-fgColor-rest: #e5534b;
143
+ --button-danger-fgColor-hover: #cdd9e5;
144
+ --button-danger-fgColor-active: #cdd9e5;
145
+ --button-danger-fgColor-disabled: #e5534b80;
146
+ --button-danger-iconColor-rest: #e5534b;
147
+ --button-danger-iconColor-hover: #cdd9e5;
148
+ --button-danger-bgColor-rest: #373e47;
149
+ --button-danger-bgColor-hover: #ad2e2c;
150
+ --button-danger-bgColor-active: #c33d38;
151
+ --button-danger-bgColor-disabled: #373e47;
152
+ --button-danger-borderColor-rest: #444c56;
153
+ --button-danger-borderColor-hover: #ad2e2c;
154
+ --button-danger-borderColor-active: #c33d38;
155
+ --button-danger-shadow-selected: 0px 0px 0px 0px #000000;
156
+ --buttonCounter-default-bgColor-rest: #444c56;
157
+ --buttonCounter-primary-bgColor-rest: #cdd9e533;
158
+ --buttonCounter-outline-bgColor-rest: #316dca1a;
159
+ --buttonCounter-outline-bgColor-hover: #cdd9e533;
160
+ --buttonCounter-outline-bgColor-disabled: #316dca0d;
161
+ --buttonCounter-danger-bgColor-hover: #cdd9e533;
162
+ --buttonCounter-danger-bgColor-disabled: #c93c370d;
163
+ --buttonCounter-danger-bgColor-rest: #c93c371a;
164
+ --focus-outlineColor: #316dca;
165
+ --menu-bgColor-active: #2d333b;
166
+ --overlay-bgColor: #2d333b;
167
+ --overlay-backdrop-bgColor: #909dab33;
168
+ --selectMenu-borderColor: #545d68;
169
+ --selectMenu-bgColor-active: #143d79;
170
+ --sideNav-bgColor-selected: #373e47;
171
+ --timelineBadge-bgColor: #373e47;
172
+ --treeViewItem-leadingVisual-bgColor-rest: #6d7986;
173
+ --underlineNav-borderColor-active: #ec775c;
174
+ --underlineNav-borderColor-hover: #636e7b66;
175
+ --underlineNav-iconColor-rest: #6d7986;
176
+ --fgColor-default: #c5d1de;
177
+ --fgColor-muted: #6d7986;
178
+ --fgColor-onEmphasis: #cdd9e5;
179
+ --fgColor-disabled: #545d68;
180
+ --fgColor-link-rest: #3b7cdb;
181
+ --fgColor-link-inverse-rest: #316dca;
182
+ --fgColor-link-control: #5e6975;
183
+ --fgColor-accent: #3b7cdb;
184
+ --fgColor-success: #57ab5a;
185
+ --fgColor-attention: #c69026;
186
+ --fgColor-severe: #cc6b2c;
187
+ --fgColor-danger: #e5534b;
188
+ --fgColor-open: #57ab5a;
189
+ --fgColor-closed: #e5534b;
190
+ --fgColor-done: #986ee2;
191
+ --fgColor-sponsors: #c96198;
192
+ --bgColor-default: #22272e;
193
+ --bgColor-muted: #2d333b;
194
+ --bgColor-emphasis: #636e7b;
195
+ --bgColor-disabled: #545d68;
196
+ --bgColor-neutral-muted: #636e7b26;
197
+ --bgColor-neutral-emphasis: #636e7b;
198
+ --bgColor-accent-muted: #4184e41a;
199
+ --bgColor-accent-emphasis: #316dca;
200
+ --bgColor-success-muted: #46954a26;
201
+ --bgColor-success-emphasis: #347d39;
202
+ --bgColor-attention-muted: #ae7c1426;
203
+ --bgColor-attention-emphasis: #966600;
204
+ --bgColor-severe-muted: #cc6b2c1a;
205
+ --bgColor-severe-emphasis: #ae5622;
206
+ --bgColor-danger-muted: #e5534b1a;
207
+ --bgColor-danger-emphasis: #c93c37;
208
+ --bgColor-open-muted: #46954a1a;
209
+ --bgColor-open-emphasis: #347d39;
210
+ --bgColor-closed-muted: #e5534b26;
211
+ --bgColor-closed-emphasis: #c93c37;
212
+ --bgColor-done-muted: #986ee226;
213
+ --bgColor-done-emphasis: #8256d0;
214
+ --bgColor-sponsors-muted: #c961981a;
215
+ --bgColor-sponsors-emphasis: #ae4c82;
216
+ --borderColor-default: #444c56;
217
+ --borderColor-muted: #444c5666;
218
+ --borderColor-emphasis: #545d68;
219
+ --borderColor-disabled: #444c56;
220
+ --borderColor-neutral-muted: #636e7b66;
221
+ --borderColor-neutral-emphasis: #636e7b;
222
+ --borderColor-accent-muted: #4184e466;
223
+ --borderColor-accent-emphasis: #316dca;
224
+ --borderColor-success-muted: #46954a66;
225
+ --borderColor-success-emphasis: #347d39;
226
+ --borderColor-attention-muted: #ae7c1466;
227
+ --borderColor-attention-emphasis: #966600;
228
+ --borderColor-severe-muted: #cc6b2c66;
229
+ --borderColor-severe-emphasis: #ae5622;
230
+ --borderColor-danger-muted: #e5534b66;
231
+ --borderColor-danger-emphasis: #c93c37;
232
+ --borderColor-open-muted: #46954a66;
233
+ --borderColor-open-emphasis: #347d39;
234
+ --borderColor-closed-muted: #e5534b66;
235
+ --borderColor-closed-emphasis: #c93c37;
236
+ --borderColor-done-muted: #986ee266;
237
+ --borderColor-done-emphasis: #8256d0;
238
+ --borderColor-sponsors-muted: #c9619866;
239
+ --borderColor-sponsors-emphasis: #ae4c82;
240
+ --ansi-fgColor-black: #545d68;
241
+ --ansi-fgColor-blackBright: #636e7b;
242
+ --ansi-fgColor-white: #909dab;
243
+ --ansi-fgColor-whiteBright: #cdd9e5;
244
+ --ansi-fgColor-gray: #636e7b;
245
+ --ansi-fgColor-red: #f47067;
246
+ --ansi-fgColor-redBright: #ff938a;
247
+ --ansi-fgColor-green: #57ab5a;
248
+ --ansi-fgColor-greenBright: #6bc46d;
249
+ --ansi-fgColor-yellow: #c69026;
250
+ --ansi-fgColor-yellowBright: #daaa3f;
251
+ --ansi-fgColor-blue: #539bf5;
252
+ --ansi-fgColor-blueBright: #6cb6ff;
253
+ --ansi-fgColor-magenta: #b083f0;
254
+ --ansi-fgColor-magentaBright: #dcbdfb;
255
+ --ansi-fgColor-cyan: #39c5cf;
256
+ --ansi-fgColor-cyanBright: #56d4dd;
257
+ --prettylights-syntax-comment: #768390;
258
+ --prettylights-syntax-constant: #6cb6ff;
259
+ --prettylights-syntax-entity: #dcbdfb;
260
+ --prettylights-syntax-storageModifierImport: #adbac7;
261
+ --prettylights-syntax-entityTag: #8ddb8c;
262
+ --prettylights-syntax-keyword: #f47067;
263
+ --prettylights-syntax-string: #96d0ff;
264
+ --prettylights-syntax-variable: #f69d50;
265
+ --prettylights-syntax-brackethighlighterUnmatched: #e5534b;
266
+ --prettylights-syntax-invalidIllegalText: #cdd9e5;
267
+ --prettylights-syntax-invalidIllegalBg: #922323;
268
+ --prettylights-syntax-carriageReturnText: #cdd9e5;
269
+ --prettylights-syntax-carriageReturnBg: #ad2e2c;
270
+ --prettylights-syntax-stringRegexp: #8ddb8c;
271
+ --prettylights-syntax-markupList: #eac55f;
272
+ --prettylights-syntax-markupHeading: #316dca;
273
+ --prettylights-syntax-markupItalic: #adbac7;
274
+ --prettylights-syntax-markupBold: #adbac7;
275
+ --prettylights-syntax-markupDeletedText: #ffd8d3;
276
+ --prettylights-syntax-markupDeletedBg: #78191b;
277
+ --prettylights-syntax-markupInsertedText: #b4f1b4;
278
+ --prettylights-syntax-markupInsertedBg: #1b4721;
279
+ --prettylights-syntax-markupChangedText: #ffddb0;
280
+ --prettylights-syntax-markupChangedBg: #682d0f;
281
+ --prettylights-syntax-markupIgnoredText: #adbac7;
282
+ --prettylights-syntax-markupIgnoredBg: #255ab2;
283
+ --prettylights-syntax-metaDiffRange: #dcbdfb;
284
+ --prettylights-syntax-brackethighlighterAngle: #768390;
285
+ --prettylights-syntax-sublimelinterGutterMark: #545d68;
286
+ --prettylights-syntax-constantOtherReferenceLink: #96d0ff;
287
+ --color-scale-black: #1c2128; /* 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: #cdd9e5; /* Avoid using scales, use other functional tokens instead */
290
+ --color-scale-gray-0: #cdd9e5; /* Avoid using scales, use other functional tokens instead */
291
+ --color-scale-gray-1: #adbac7; /* Avoid using scales, use other functional tokens instead */
292
+ --color-scale-gray-2: #909dab; /* Avoid using scales, use other functional tokens instead */
293
+ --color-scale-gray-3: #768390; /* Avoid using scales, use other functional tokens instead */
294
+ --color-scale-gray-4: #636e7b; /* Avoid using scales, use other functional tokens instead */
295
+ --color-scale-gray-5: #545d68; /* Avoid using scales, use other functional tokens instead */
296
+ --color-scale-gray-6: #444c56; /* Avoid using scales, use other functional tokens instead */
297
+ --color-scale-gray-7: #373e47; /* Avoid using scales, use other functional tokens instead */
298
+ --color-scale-gray-8: #2d333b; /* Avoid using scales, use other functional tokens instead */
299
+ --color-scale-gray-9: #22272e; /* Avoid using scales, use other functional tokens instead */
300
+ --color-scale-blue-0: #c6e6ff; /* Avoid using scales, use other functional tokens instead */
301
+ --color-scale-blue-1: #96d0ff; /* Avoid using scales, use other functional tokens instead */
302
+ --color-scale-blue-2: #6cb6ff; /* Avoid using scales, use other functional tokens instead */
303
+ --color-scale-blue-3: #539bf5; /* Avoid using scales, use other functional tokens instead */
304
+ --color-scale-blue-4: #4184e4; /* Avoid using scales, use other functional tokens instead */
305
+ --color-scale-blue-5: #316dca; /* Avoid using scales, use other functional tokens instead */
306
+ --color-scale-blue-6: #255ab2; /* Avoid using scales, use other functional tokens instead */
307
+ --color-scale-blue-7: #1b4b91; /* Avoid using scales, use other functional tokens instead */
308
+ --color-scale-blue-8: #143d79; /* Avoid using scales, use other functional tokens instead */
309
+ --color-scale-blue-9: #0f2d5c; /* Avoid using scales, use other functional tokens instead */
310
+ --color-scale-green-0: #b4f1b4; /* Avoid using scales, use other functional tokens instead */
311
+ --color-scale-green-1: #8ddb8c; /* Avoid using scales, use other functional tokens instead */
312
+ --color-scale-green-2: #6bc46d; /* Avoid using scales, use other functional tokens instead */
313
+ --color-scale-green-3: #57ab5a; /* Avoid using scales, use other functional tokens instead */
314
+ --color-scale-green-4: #46954a; /* Avoid using scales, use other functional tokens instead */
315
+ --color-scale-green-5: #347d39; /* Avoid using scales, use other functional tokens instead */
316
+ --color-scale-green-6: #2b6a30; /* Avoid using scales, use other functional tokens instead */
317
+ --color-scale-green-7: #245829; /* Avoid using scales, use other functional tokens instead */
318
+ --color-scale-green-8: #1b4721; /* Avoid using scales, use other functional tokens instead */
319
+ --color-scale-green-9: #113417; /* Avoid using scales, use other functional tokens instead */
320
+ --color-scale-yellow-0: #fbe090; /* Avoid using scales, use other functional tokens instead */
321
+ --color-scale-yellow-1: #eac55f; /* Avoid using scales, use other functional tokens instead */
322
+ --color-scale-yellow-2: #daaa3f; /* Avoid using scales, use other functional tokens instead */
323
+ --color-scale-yellow-3: #c69026; /* Avoid using scales, use other functional tokens instead */
324
+ --color-scale-yellow-4: #ae7c14; /* Avoid using scales, use other functional tokens instead */
325
+ --color-scale-yellow-5: #966600; /* Avoid using scales, use other functional tokens instead */
326
+ --color-scale-yellow-6: #805400; /* Avoid using scales, use other functional tokens instead */
327
+ --color-scale-yellow-7: #6c4400; /* Avoid using scales, use other functional tokens instead */
328
+ --color-scale-yellow-8: #593600; /* Avoid using scales, use other functional tokens instead */
329
+ --color-scale-yellow-9: #452700; /* Avoid using scales, use other functional tokens instead */
330
+ --color-scale-orange-0: #ffddb0; /* Avoid using scales, use other functional tokens instead */
331
+ --color-scale-orange-1: #ffbc6f; /* Avoid using scales, use other functional tokens instead */
332
+ --color-scale-orange-2: #f69d50; /* Avoid using scales, use other functional tokens instead */
333
+ --color-scale-orange-3: #e0823d; /* Avoid using scales, use other functional tokens instead */
334
+ --color-scale-orange-4: #cc6b2c; /* Avoid using scales, use other functional tokens instead */
335
+ --color-scale-orange-5: #ae5622; /* Avoid using scales, use other functional tokens instead */
336
+ --color-scale-orange-6: #94471b; /* Avoid using scales, use other functional tokens instead */
337
+ --color-scale-orange-7: #7f3913; /* Avoid using scales, use other functional tokens instead */
338
+ --color-scale-orange-8: #682d0f; /* Avoid using scales, use other functional tokens instead */
339
+ --color-scale-orange-9: #4d210c; /* Avoid using scales, use other functional tokens instead */
340
+ --color-scale-red-0: #ffd8d3; /* Avoid using scales, use other functional tokens instead */
341
+ --color-scale-red-1: #ffb8b0; /* Avoid using scales, use other functional tokens instead */
342
+ --color-scale-red-2: #ff938a; /* Avoid using scales, use other functional tokens instead */
343
+ --color-scale-red-3: #f47067; /* Avoid using scales, use other functional tokens instead */
344
+ --color-scale-red-4: #e5534b; /* Avoid using scales, use other functional tokens instead */
345
+ --color-scale-red-5: #c93c37; /* Avoid using scales, use other functional tokens instead */
346
+ --color-scale-red-6: #ad2e2c; /* Avoid using scales, use other functional tokens instead */
347
+ --color-scale-red-7: #922323; /* Avoid using scales, use other functional tokens instead */
348
+ --color-scale-red-8: #78191b; /* Avoid using scales, use other functional tokens instead */
349
+ --color-scale-red-9: #5d0f12; /* Avoid using scales, use other functional tokens instead */
350
+ --color-scale-purple-0: #eedcff; /* Avoid using scales, use other functional tokens instead */
351
+ --color-scale-purple-1: #dcbdfb; /* Avoid using scales, use other functional tokens instead */
352
+ --color-scale-purple-2: #dcbdfb; /* Avoid using scales, use other functional tokens instead */
353
+ --color-scale-purple-3: #b083f0; /* Avoid using scales, use other functional tokens instead */
354
+ --color-scale-purple-4: #986ee2; /* Avoid using scales, use other functional tokens instead */
355
+ --color-scale-purple-5: #8256d0; /* Avoid using scales, use other functional tokens instead */
356
+ --color-scale-purple-6: #6b44bc; /* Avoid using scales, use other functional tokens instead */
357
+ --color-scale-purple-7: #5936a2; /* Avoid using scales, use other functional tokens instead */
358
+ --color-scale-purple-8: #472c82; /* Avoid using scales, use other functional tokens instead */
359
+ --color-scale-purple-9: #352160; /* Avoid using scales, use other functional tokens instead */
360
+ --color-scale-pink-0: #ffd7eb; /* Avoid using scales, use other functional tokens instead */
361
+ --color-scale-pink-1: #ffb3d8; /* Avoid using scales, use other functional tokens instead */
362
+ --color-scale-pink-2: #fc8dc7; /* Avoid using scales, use other functional tokens instead */
363
+ --color-scale-pink-3: #e275ad; /* Avoid using scales, use other functional tokens instead */
364
+ --color-scale-pink-4: #c96198; /* Avoid using scales, use other functional tokens instead */
365
+ --color-scale-pink-5: #ae4c82; /* Avoid using scales, use other functional tokens instead */
366
+ --color-scale-pink-6: #983b6e; /* Avoid using scales, use other functional tokens instead */
367
+ --color-scale-pink-7: #7e325a; /* Avoid using scales, use other functional tokens instead */
368
+ --color-scale-pink-8: #69264a; /* Avoid using scales, use other functional tokens instead */
369
+ --color-scale-pink-9: #551639; /* Avoid using scales, use other functional tokens instead */
370
+ --color-scale-coral-0: #ffdacf; /* Avoid using scales, use other functional tokens instead */
371
+ --color-scale-coral-1: #ffb9a5; /* Avoid using scales, use other functional tokens instead */
372
+ --color-scale-coral-2: #f79981; /* Avoid using scales, use other functional tokens instead */
373
+ --color-scale-coral-3: #ec775c; /* Avoid using scales, use other functional tokens instead */
374
+ --color-scale-coral-4: #de5b41; /* Avoid using scales, use other functional tokens instead */
375
+ --color-scale-coral-5: #c2442d; /* Avoid using scales, use other functional tokens instead */
376
+ --color-scale-coral-6: #a93524; /* Avoid using scales, use other functional tokens instead */
377
+ --color-scale-coral-7: #8d291b; /* Avoid using scales, use other functional tokens instead */
378
+ --color-scale-coral-8: #771d13; /* Avoid using scales, use other functional tokens instead */
379
+ --color-scale-coral-9: #5d1008; /* 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 #1c2128a3;
383
+ --shadow-resting-small: 0px 0px 0px 0px #000000;
384
+ --shadow-resting-medium: 0px 3px 6px 0px #1c2128;
385
+ --shadow-floating-small: 0px 0px 0px 1px #444c56, 0px 16px 32px 0px #1c2128d9;
386
+ --shadow-floating-medium: 0px 4px 32px -4px #636e7b17, 0px 8px 16px -4px #636e7b17, 0px 24px 48px -12px #636e7b29, 0px 48px 96px -24px #636e7b3d;
387
+ --shadow-floating-large: 0px 8px 24px 0px #1c2128;
388
+ --shadow-floating-xlarge: 0px 12px 48px 0px #1c2128;
389
+ --outline-focus: #316dca solid 2px;
390
+ }
391
+ }