jekyll-v4-theme-primer 0.12.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (222) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -0
  3. data/_layouts/default.html +4 -2
  4. data/_sass/@primer/css/autocomplete/suggester.scss +11 -11
  5. data/_sass/@primer/css/avatars/avatar-parent-child.scss +2 -2
  6. data/_sass/@primer/css/avatars/circle-badge.scss +3 -3
  7. data/_sass/@primer/css/base/base.scss +5 -5
  8. data/_sass/@primer/css/base/kbd.scss +5 -5
  9. data/_sass/@primer/css/base/normalize.scss +2 -2
  10. data/_sass/@primer/css/box/box-overlay.scss +3 -3
  11. data/_sass/@primer/css/branch-name/branch-name.scss +6 -6
  12. data/_sass/@primer/css/buttons/button.scss +63 -63
  13. data/_sass/@primer/css/buttons/misc.scss +26 -26
  14. data/_sass/@primer/css/color-modes/native.scss +4 -2
  15. data/_sass/@primer/css/forms/form-control.scss +18 -18
  16. data/_sass/@primer/css/forms/form-group.scss +29 -29
  17. data/_sass/@primer/css/forms/form-select.scss +1 -1
  18. data/_sass/@primer/css/forms/input-group.scss +10 -0
  19. data/_sass/@primer/css/forms/radio-group.scss +6 -6
  20. data/_sass/@primer/css/header/header.scss +7 -7
  21. data/_sass/@primer/css/layout/app-frame.scss +7 -7
  22. data/_sass/@primer/css/layout/page-layout.scss +2 -6
  23. data/_sass/@primer/css/layout/stack.scss +1 -1
  24. data/_sass/@primer/css/markdown/blob-csv.scss +2 -2
  25. data/_sass/@primer/css/markdown/code.scss +3 -3
  26. data/_sass/@primer/css/markdown/footnotes.scss +3 -3
  27. data/_sass/@primer/css/markdown/headings.scss +4 -4
  28. data/_sass/@primer/css/markdown/images.scss +3 -3
  29. data/_sass/@primer/css/markdown/markdown-body.scss +4 -4
  30. data/_sass/@primer/css/markdown/tables.scss +4 -4
  31. data/_sass/@primer/css/marketing/buttons/button.scss +9 -10
  32. data/_sass/@primer/css/marketing/support/variables.scss +15 -0
  33. data/_sass/@primer/css/marketing/utilities/layout.scss +0 -1
  34. data/_sass/@primer/css/navigation/filter-list.scss +8 -8
  35. data/_sass/@primer/css/navigation/sidenav.scss +12 -12
  36. data/_sass/@primer/css/navigation/subnav.scss +9 -9
  37. data/_sass/@primer/css/pagination/pagination.scss +7 -7
  38. data/_sass/@primer/css/select-menu/select-menu.scss +41 -41
  39. data/_sass/@primer/css/support/mixins/color-modes.scss +89 -1
  40. data/_sass/@primer/css/support/mixins/misc.scss +8 -8
  41. data/_sass/@primer/css/support/variables/misc.scss +2 -2
  42. data/_sass/@primer/css/support/variables/typography.scss +1 -1
  43. data/_sass/@primer/css/toasts/toasts.scss +17 -17
  44. data/_sass/@primer/css/tooltips/tooltips.scss +9 -62
  45. data/_sass/@primer/css/utilities/borders.scss +1 -1
  46. data/_sass/@primer/css/utilities/box-shadow.scss +8 -4
  47. data/_sass/@primer/css/utilities/colors.scss +59 -60
  48. data/_sass/@primer/css/utilities/details.scss +1 -1
  49. data/_sass/@primer/css/utilities/flexbox.scss +0 -1
  50. data/_sass/@primer/css/utilities/layout.scss +7 -5
  51. data/_sass/@primer/css/utilities/margin.scss +0 -2
  52. data/_sass/@primer/css/utilities/padding.scss +0 -1
  53. data/_sass/@primer/css/utilities/typography.scss +8 -8
  54. data/_sass/@primer/primitives/dist/scss/base/size/size.scss +17 -0
  55. data/_sass/@primer/primitives/dist/scss/base/typography/typography.scss +4 -0
  56. data/_sass/@primer/primitives/dist/scss/colors/_dark.scss +29 -20
  57. data/_sass/@primer/primitives/dist/scss/colors/_dark_colorblind.scss +14 -5
  58. data/_sass/@primer/primitives/dist/scss/colors/_dark_dimmed.scss +14 -5
  59. data/_sass/@primer/primitives/dist/scss/colors/_dark_high_contrast.scss +12 -3
  60. data/_sass/@primer/primitives/dist/scss/colors/_dark_tritanopia.scss +14 -5
  61. data/_sass/@primer/primitives/dist/scss/colors/_light.scss +13 -4
  62. data/_sass/@primer/primitives/dist/scss/colors/_light_colorblind.scss +13 -4
  63. data/_sass/@primer/primitives/dist/scss/colors/_light_high_contrast.scss +13 -4
  64. data/_sass/@primer/primitives/dist/scss/colors/_light_tritanopia.scss +13 -4
  65. data/_sass/@primer/primitives/dist/scss/functional/motion/motion.scss +3 -0
  66. data/_sass/@primer/primitives/dist/scss/functional/size/border.scss +12 -0
  67. data/_sass/@primer/primitives/dist/scss/functional/size/breakpoints.scss +6 -0
  68. data/_sass/@primer/primitives/dist/scss/functional/size/size-coarse.scss +3 -0
  69. data/_sass/@primer/primitives/dist/scss/functional/size/size-fine.scss +3 -0
  70. data/_sass/@primer/primitives/dist/scss/functional/size/size.scss +72 -0
  71. data/_sass/@primer/primitives/dist/scss/functional/size/viewport.scss +6 -0
  72. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-colorblind.scss +503 -0
  73. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-dimmed.scss +503 -0
  74. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-high-contrast.scss +503 -0
  75. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-tritanopia.scss +503 -0
  76. data/_sass/@primer/primitives/dist/scss/functional/themes/dark.scss +503 -0
  77. data/_sass/@primer/primitives/dist/scss/functional/themes/light-colorblind.scss +503 -0
  78. data/_sass/@primer/primitives/dist/scss/functional/themes/light-high-contrast.scss +503 -0
  79. data/_sass/@primer/primitives/dist/scss/functional/themes/light-tritanopia.scss +503 -0
  80. data/_sass/@primer/primitives/dist/scss/functional/themes/light.scss +503 -0
  81. data/_sass/@primer/primitives/dist/scss/functional/typography/typography.scss +45 -0
  82. data/_sass/@primer/primitives/tokens-next-private/scss/base/size/size.scss +17 -21
  83. data/_sass/@primer/primitives/tokens-next-private/scss/base/typography/typography.scss +4 -8
  84. data/_sass/@primer/primitives/tokens-next-private/scss/functional/motion/motion.scss +3 -0
  85. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/border.scss +12 -16
  86. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/breakpoints.scss +6 -10
  87. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size-coarse.scss +3 -7
  88. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size-fine.scss +3 -7
  89. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size.scss +72 -51
  90. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/viewport.scss +6 -19
  91. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-colorblind.scss +503 -391
  92. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-dimmed.scss +503 -391
  93. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +503 -391
  94. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +503 -391
  95. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark.scss +503 -391
  96. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-colorblind.scss +503 -366
  97. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-high-contrast.scss +503 -366
  98. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-tritanopia.scss +503 -366
  99. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light.scss +503 -366
  100. data/_sass/@primer/primitives/tokens-next-private/scss/functional/typography/typography.scss +45 -49
  101. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/base/size/size.scss +2 -2
  102. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/base/typography/typography.scss +2 -2
  103. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/border.scss +2 -2
  104. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +2 -2
  105. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +2 -2
  106. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +2 -2
  107. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size.scss +2 -2
  108. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/viewport.scss +2 -2
  109. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/typography/typography.scss +2 -2
  110. data/_sass/@primer/view-components/README.md +1 -1
  111. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/action_bar_element.d.ts +17 -0
  112. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts +51 -0
  113. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/dropdown/menu.d.ts +1 -0
  114. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/dropdown.d.ts +1 -0
  115. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/image_crop.d.ts +1 -0
  116. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/modal_dialog.d.ts +18 -0
  117. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/segmented_control.d.ts +12 -0
  118. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/tab_container.d.ts +1 -0
  119. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/toggle_switch.d.ts +30 -0
  120. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/tool_tip.d.ts +27 -0
  121. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/x_banner.d.ts +13 -0
  122. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/anchored_position.d.ts +27 -0
  123. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/auto_complete/auto_complete.d.ts +1 -0
  124. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/clipboard_copy.d.ts +1 -0
  125. data/_sass/@primer/view-components/app/{components/primer/alpha → assets/javascripts/app/components/primer/beta}/nav_list.d.ts +0 -11
  126. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/nav_list_group_element.d.ts +19 -0
  127. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/relative_time.d.ts +1 -0
  128. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/dialog_helper.d.ts +15 -0
  129. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/focus_group.d.ts +19 -0
  130. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/primer.d.ts +23 -0
  131. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/scrollable_region.d.ts +13 -0
  132. data/_sass/@primer/view-components/app/assets/javascripts/lib/primer/forms/primer_multi_input.d.ts +10 -0
  133. data/_sass/@primer/view-components/app/assets/javascripts/lib/primer/forms/primer_text_field.d.ts +1 -0
  134. data/_sass/@primer/view-components/app/assets/javascripts/lib/primer/forms/toggle_switch_input.d.ts +5 -0
  135. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js +1 -1
  136. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js.map +1 -1
  137. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css +1 -3
  138. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css.map +1 -1
  139. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar.css +1 -0
  140. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar.css.json +14 -0
  141. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar_element.d.ts +17 -0
  142. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar_element.js +180 -0
  143. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css +1 -1
  144. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css.json +21 -16
  145. data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.d.ts +26 -4
  146. data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.js +318 -65
  147. data/_sass/@primer/view-components/app/components/primer/alpha/auto_complete.css +1 -1
  148. data/_sass/@primer/view-components/app/components/primer/alpha/banner.css +1 -1
  149. data/_sass/@primer/view-components/app/components/primer/alpha/button_marketing.css +1 -1
  150. data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css +1 -1
  151. data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css.json +12 -27
  152. data/_sass/@primer/view-components/app/components/primer/alpha/dropdown.css +1 -1
  153. data/_sass/@primer/view-components/app/components/primer/alpha/layout.css +1 -1
  154. data/_sass/@primer/view-components/app/components/primer/alpha/menu.css +1 -1
  155. data/_sass/@primer/view-components/app/components/primer/alpha/modal_dialog.js +38 -27
  156. data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css +1 -1
  157. data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css.json +6 -3
  158. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css +1 -1
  159. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css.json +11 -13
  160. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.js +4 -4
  161. data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css +1 -1
  162. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css +1 -3
  163. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css.json +16 -6
  164. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css +1 -1
  165. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css.json +11 -11
  166. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.d.ts +2 -1
  167. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.js +54 -45
  168. data/_sass/@primer/view-components/app/components/primer/alpha/tool_tip.d.ts +4 -2
  169. data/_sass/@primer/view-components/app/components/primer/alpha/tool_tip.js +159 -72
  170. data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css +1 -1
  171. data/_sass/@primer/view-components/app/components/primer/alpha/x_banner.d.ts +3 -1
  172. data/_sass/@primer/view-components/app/components/primer/alpha/x_banner.js +25 -10
  173. data/_sass/@primer/view-components/app/components/primer/anchored_position.js +16 -8
  174. data/_sass/@primer/view-components/app/components/primer/beta/avatar.css +1 -1
  175. data/_sass/@primer/view-components/app/components/primer/beta/avatar_stack.css +1 -1
  176. data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css +1 -1
  177. data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css.json +1 -0
  178. data/_sass/@primer/view-components/app/components/primer/beta/border_box.css +1 -1
  179. data/_sass/@primer/view-components/app/components/primer/beta/border_box.css.json +1 -1
  180. data/_sass/@primer/view-components/app/components/primer/beta/breadcrumbs.css +1 -1
  181. data/_sass/@primer/view-components/app/components/primer/beta/button.css +1 -1
  182. data/_sass/@primer/view-components/app/components/primer/beta/button.css.json +13 -7
  183. data/_sass/@primer/view-components/app/components/primer/beta/button_group.css +1 -0
  184. data/_sass/@primer/view-components/app/components/primer/beta/button_group.css.json +12 -0
  185. data/_sass/@primer/view-components/app/components/primer/beta/counter.css +1 -1
  186. data/_sass/@primer/view-components/app/components/primer/beta/flash.css +1 -1
  187. data/_sass/@primer/view-components/app/components/primer/beta/label.css +1 -1
  188. data/_sass/@primer/view-components/app/components/primer/beta/link.css +1 -1
  189. data/_sass/@primer/view-components/app/components/primer/beta/link.css.json +1 -0
  190. data/_sass/@primer/view-components/app/components/primer/beta/nav_list.d.ts +17 -0
  191. data/_sass/@primer/view-components/app/components/primer/{alpha → beta}/nav_list.js +28 -100
  192. data/_sass/@primer/view-components/app/components/primer/beta/nav_list_group_element.d.ts +19 -0
  193. data/_sass/@primer/view-components/app/components/primer/beta/nav_list_group_element.js +107 -0
  194. data/_sass/@primer/view-components/app/components/primer/beta/popover.css +1 -1
  195. data/_sass/@primer/view-components/app/components/primer/beta/progress_bar.css +1 -1
  196. data/_sass/@primer/view-components/app/components/primer/beta/state.css +1 -1
  197. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css +1 -1
  198. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css.json +2 -0
  199. data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css +1 -1
  200. data/_sass/@primer/view-components/app/components/primer/beta/truncate.css +1 -1
  201. data/_sass/@primer/view-components/app/components/primer/dialog_helper.d.ts +15 -0
  202. data/_sass/@primer/view-components/app/components/primer/dialog_helper.js +117 -0
  203. data/_sass/@primer/view-components/app/components/primer/focus_group.js +41 -22
  204. data/_sass/@primer/view-components/app/components/primer/primer.d.ts +6 -2
  205. data/_sass/@primer/view-components/app/components/primer/primer.js +6 -2
  206. data/_sass/@primer/view-components/app/components/primer/scrollable_region.d.ts +13 -0
  207. data/_sass/@primer/view-components/app/components/primer/scrollable_region.js +52 -0
  208. data/_sass/@primer/view-components/lib/primer/forms/primer_multi_input.js +2 -3
  209. data/_sass/@primer/view-components/lib/primer/forms/primer_text_field.js +42 -9
  210. data/_sass/@primer/view-components/lib/primer/forms/toggle_switch_input.js +7 -2
  211. data/_sass/@primer/view-components/package.json +33 -34
  212. data/_sass/@primer/view-components/static/arguments.json +559 -48
  213. data/_sass/@primer/view-components/static/audited_at.json +18 -3
  214. data/_sass/@primer/view-components/static/classes.json +402 -369
  215. data/_sass/@primer/view-components/static/constants.json +104 -17
  216. data/_sass/@primer/view-components/static/info_arch.json +8248 -1640
  217. data/_sass/@primer/view-components/static/previews.json +6225 -1431
  218. data/_sass/@primer/view-components/static/statuses.json +20 -5
  219. data/_sass/jekyll-v4-theme-primer.scss +11 -0
  220. data/assets/js/github-clipboard-copy-element.js +154 -0
  221. data/assets/js/primer-clipboard-copy.js +106 -0
  222. metadata +63 -5
@@ -1,391 +1,503 @@
1
- @mixin primer-colors-dark-tritanopia {
2
- & {
3
- --topicTag-borderColor: #00000000;
4
- --highlight-neutral-bgColor: #d2992266;
5
- --page-header-bgColor: #0d1117;
6
- --diffBlob-addition-fgColor-text: #e6edf3;
7
- --diffBlob-addition-fgColor-num: #e6edf3;
8
- --diffBlob-addition-bgColor-num: #58a6ff4d;
9
- --diffBlob-addition-bgColor-line: #388bfd26;
10
- --diffBlob-addition-bgColor-word: #388bfd66;
11
- --diffBlob-deletion-fgColor-text: #e6edf3;
12
- --diffBlob-deletion-fgColor-num: #e6edf3;
13
- --diffBlob-deletion-bgColor-num: #f851494d;
14
- --diffBlob-deletion-bgColor-line: #f8514926;
15
- --diffBlob-deletion-bgColor-word: #f8514966;
16
- --diffBlob-hunk-bgColor-num: #388bfd66;
17
- --diffBlob-expander-iconColor: #7d8590;
18
- --diffStat-addition-bgColor: #1f6feb;
19
- --codeMirror-fgColor: #e6edf3;
20
- --codeMirror-bgColor: #0d1117;
21
- --codeMirror-gutters-bgColor: #0d1117;
22
- --codeMirror-gutterMarker-fgColor-default: #0d1117;
23
- --codeMirror-gutterMarker-fgColor-muted: #7d8590;
24
- --codeMirror-lineNumber-fgColor: #7d8590;
25
- --codeMirror-cursor-fgColor: #e6edf3;
26
- --codeMirror-selection-bgColor: #388bfd66;
27
- --codeMirror-activeline-bgColor: #6e768126;
28
- --codeMirror-matchingBracket-fgColor: #e6edf3;
29
- --codeMirror-lines-bgColor: #0d1117;
30
- --codeMirror-syntax-fgColor-comment: #8b949e;
31
- --codeMirror-syntax-fgColor-constant: #79c0ff;
32
- --codeMirror-syntax-fgColor-entity: #d2a8ff;
33
- --codeMirror-syntax-fgColor-keyword: #ff7b72;
34
- --codeMirror-syntax-fgColor-storage: #ff7b72;
35
- --codeMirror-syntax-fgColor-string: #a5d6ff;
36
- --codeMirror-syntax-fgColor-support: #79c0ff;
37
- --codeMirror-syntax-fgColor-variable: #ffa198;
38
- --header-fgColor-default: #ffffffb3;
39
- --header-fgColor-logo: #f0f6fc;
40
- --header-bgColor: #161b22f2;
41
- --header-borderColor-divider: #8b949e;
42
- --headerSearch-bgColor: #0d1117;
43
- --headerSearch-borderColor: #30363d;
44
- --avatar-bgColor: #ffffff1a;
45
- --avatar-borderColor: #00000000;
46
- --avatar-shadow: 0px 0px 0px 2px #0d1117;
47
- --avatarStack-fade-bgColor-default: #30363d;
48
- --avatarStack-fade-bgColor-muted: #21262d;
49
- --control-bgColor-rest: #21262d;
50
- --control-bgColor-hover: #292e36;
51
- --control-bgColor-active: #31363e;
52
- --control-bgColor-disabled: #484f58;
53
- --control-bgColor-selected: #161b22;
54
- --control-fgColor-rest: #c9d1d9;
55
- --control-fgColor-placeholder: #484f58;
56
- --control-fgColor-disabled: #484f58;
57
- --control-borderColor-rest: #30363d;
58
- --control-borderColor-emphasis: #666e79;
59
- --control-borderColor-disabled: #30363d;
60
- --control-borderColor-selected: #f0f6fc;
61
- --control-borderColor-success: #1f6feb;
62
- --control-borderColor-danger: #da3633;
63
- --control-borderColor-warning: #9e6a03;
64
- --control-iconColor-rest: #7d8590;
65
- --control-transparent-bgColor-rest: #00000000;
66
- --control-transparent-bgColor-hover: #b1bac41f;
67
- --control-transparent-bgColor-active: #b1bac433;
68
- --control-transparent-bgColor-disabled: #00000000;
69
- --control-transparent-bgColor-selected: #b1bac414;
70
- --control-transparent-borderColor-rest: #00000000;
71
- --control-transparent-borderColor-hover: #00000000;
72
- --control-transparent-borderColor-active: #00000000;
73
- --control-danger-fgColor-rest: #f85149;
74
- --control-danger-fgColor-hover: #ff7b72;
75
- --control-danger-bgColor-hover: #f851491a;
76
- --control-danger-bgColor-active: #f8514966;
77
- --control-checked-bgColor-rest: #1f6feb;
78
- --control-checked-bgColor-hover: #2a7aef;
79
- --control-checked-bgColor-active: #3685f3;
80
- --control-checked-bgColor-disabled: #484f58;
81
- --control-checked-fgColor-rest: #ffffff;
82
- --control-checked-fgColor-disabled: #010409;
83
- --control-checked-borderColor-rest: #1f6feb;
84
- --control-checked-borderColor-hover: #00000000;
85
- --control-checked-borderColor-active: #00000000;
86
- --control-checked-borderColor-disabled: #484f58;
87
- --controlTrack-bgColor-rest: #21262d;
88
- --controlTrack-bgColor-hover: #292e36;
89
- --controlTrack-bgColor-active: #31363e;
90
- --controlTrack-bgColor-disabled: #484f58;
91
- --controlTrack-fgColor-rest: #7d8590;
92
- --controlTrack-fgColor-disabled: #7d8590;
93
- --controlTrack-borderColor-rest: #00000000;
94
- --controlTrack-borderColor-disabled: #484f58;
95
- --controlKnob-bgColor-rest: #010409;
96
- --controlKnob-bgColor-disabled: #484f58;
97
- --controlKnob-bgColor-checked: #ffffff;
98
- --controlKnob-borderColor-rest: #666e79;
99
- --controlKnob-borderColor-disabled: #484f58;
100
- --controlKnob-borderColor-checked: #1f6feb;
101
- --counter-borderColor: #00000000;
102
- --button-default-fgColor-rest: #c9d1d9;
103
- --button-default-bgColor-rest: #21262d;
104
- --button-default-bgColor-hover: #292e36;
105
- --button-default-bgColor-active: #31363e;
106
- --button-default-bgColor-selected: #31363e;
107
- --button-default-borderColor-rest: #30363d;
108
- --button-default-borderColor-hover: #30363d;
109
- --button-default-borderColor-active: #30363d;
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: #ffffff;
113
- --button-primary-fgColor-disabled: #ffffff80;
114
- --button-primary-iconColor-rest: #ffffff;
115
- --button-primary-bgColor-rest: #1f6feb;
116
- --button-primary-bgColor-hover: #2a7aef;
117
- --button-primary-bgColor-active: #3685f3;
118
- --button-primary-bgColor-disabled: #5fabfe;
119
- --button-primary-borderColor-rest: #30363dcc;
120
- --button-primary-borderColor-hover: #30363dcc;
121
- --button-primary-borderColor-disabled: #30363dcc;
122
- --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
123
- --button-invisible-fgColor-rest: #2f81f7;
124
- --button-invisible-fgColor-disabled: #484f58;
125
- --button-invisible-bgColor-rest: #00000000;
126
- --button-invisible-bgColor-hover: #b1bac41f;
127
- --button-invisible-bgColor-active: #b1bac433;
128
- --button-invisible-bgColor-disabled: #00000000;
129
- --button-invisible-borderColor-rest: #00000000;
130
- --button-invisible-borderColor-hover: #00000000;
131
- --button-outline-fgColor-rest: #2f81f7;
132
- --button-outline-fgColor-hover: #2f81f7;
133
- --button-outline-fgColor-active: #ffffff;
134
- --button-outline-fgColor-disabled: #2f81f780;
135
- --button-outline-bgColor-rest: #f0f6fc;
136
- --button-outline-bgColor-hover: #30363d;
137
- --button-outline-bgColor-active: #0d419d;
138
- --button-outline-bgColor-disabled: #0d1117;
139
- --button-outline-borderColor-hover: #30363d66;
140
- --button-outline-borderColor-selected: #30363d66;
141
- --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
142
- --button-danger-fgColor-rest: #f85149;
143
- --button-danger-fgColor-hover: #ffffff;
144
- --button-danger-fgColor-active: #ffffff;
145
- --button-danger-fgColor-disabled: #f8514980;
146
- --button-danger-iconColor-rest: #f85149;
147
- --button-danger-iconColor-hover: #ffffff;
148
- --button-danger-bgColor-rest: #21262d;
149
- --button-danger-bgColor-hover: #b62324;
150
- --button-danger-bgColor-active: #d03533;
151
- --button-danger-bgColor-disabled: #21262d;
152
- --button-danger-borderColor-rest: #30363d;
153
- --button-danger-borderColor-hover: #b62324;
154
- --button-danger-borderColor-active: #d03533;
155
- --button-danger-shadow-selected: 0px 0px 0px 0px #000000;
156
- --buttonCounter-default-bgColor-rest: #30363d;
157
- --buttonCounter-primary-bgColor-rest: #ffffff33;
158
- --buttonCounter-outline-bgColor-rest: #1f6feb1a;
159
- --buttonCounter-outline-bgColor-hover: #ffffff33;
160
- --buttonCounter-outline-bgColor-disabled: #1f6feb0d;
161
- --buttonCounter-danger-bgColor-hover: #ffffff33;
162
- --buttonCounter-danger-bgColor-disabled: #da36330d;
163
- --buttonCounter-danger-bgColor-rest: #da36331a;
164
- --focus-outlineColor: #1f6feb;
165
- --menu-bgColor-active: #161b22;
166
- --overlay-bgColor: #161b22;
167
- --overlay-backdrop-bgColor: #b1bac433;
168
- --selectMenu-borderColor: #484f58;
169
- --selectMenu-bgColor-active: #0c2d6b;
170
- --sideNav-bgColor-selected: #21262d;
171
- --timelineBadge-bgColor: #21262d;
172
- --treeViewItem-leadingVisual-bgColor-rest: #7d8590;
173
- --underlineNav-borderColor-active: #f78166;
174
- --underlineNav-borderColor-hover: #6e768166;
175
- --underlineNav-iconColor-rest: #7d8590;
176
- --fgColor-default: #e6edf3;
177
- --fgColor-muted: #7d8590;
178
- --fgColor-onEmphasis: #ffffff;
179
- --fgColor-disabled: #484f58;
180
- --fgColor-link-rest: #2f81f7;
181
- --fgColor-link-inverse-rest: #1f6feb;
182
- --fgColor-link-control: #636a75;
183
- --fgColor-accent: #2f81f7;
184
- --fgColor-success: #58a6ff;
185
- --fgColor-attention: #d29922;
186
- --fgColor-severe: #f85149;
187
- --fgColor-danger: #f85149;
188
- --fgColor-open: #58a6ff;
189
- --fgColor-closed: #f85149;
190
- --fgColor-done: #a371f7;
191
- --fgColor-sponsors: #db61a2;
192
- --bgColor-default: #0d1117;
193
- --bgColor-muted: #161b22;
194
- --bgColor-emphasis: #6e7681;
195
- --bgColor-disabled: #484f58;
196
- --bgColor-neutral-muted: #6e768126;
197
- --bgColor-neutral-emphasis: #6e7681;
198
- --bgColor-accent-muted: #388bfd1a;
199
- --bgColor-accent-emphasis: #1f6feb;
200
- --bgColor-success-muted: #388bfd26;
201
- --bgColor-success-emphasis: #1f6feb;
202
- --bgColor-attention-muted: #bb800926;
203
- --bgColor-attention-emphasis: #9e6a03;
204
- --bgColor-severe-muted: #f851491a;
205
- --bgColor-severe-emphasis: #da3633;
206
- --bgColor-danger-muted: #f851491a;
207
- --bgColor-danger-emphasis: #da3633;
208
- --bgColor-open-muted: #388bfd1a;
209
- --bgColor-open-emphasis: #1f6feb;
210
- --bgColor-closed-muted: #f8514926;
211
- --bgColor-closed-emphasis: #da3633;
212
- --bgColor-done-muted: #a371f726;
213
- --bgColor-done-emphasis: #8957e5;
214
- --bgColor-sponsors-muted: #db61a21a;
215
- --bgColor-sponsors-emphasis: #bf4b8a;
216
- --borderColor-default: #30363d;
217
- --borderColor-muted: #30363d66;
218
- --borderColor-emphasis: #484f58;
219
- --borderColor-disabled: #30363d;
220
- --borderColor-neutral-muted: #6e768166;
221
- --borderColor-neutral-emphasis: #6e7681;
222
- --borderColor-accent-muted: #388bfd66;
223
- --borderColor-accent-emphasis: #1f6feb;
224
- --borderColor-success-muted: #388bfd66;
225
- --borderColor-success-emphasis: #1f6feb;
226
- --borderColor-attention-muted: #bb800966;
227
- --borderColor-attention-emphasis: #9e6a03;
228
- --borderColor-severe-muted: #f8514966;
229
- --borderColor-severe-emphasis: #da3633;
230
- --borderColor-danger-muted: #f8514966;
231
- --borderColor-danger-emphasis: #da3633;
232
- --borderColor-open-muted: #388bfd66;
233
- --borderColor-open-emphasis: #1f6feb;
234
- --borderColor-closed-muted: #f8514966;
235
- --borderColor-closed-emphasis: #da3633;
236
- --borderColor-done-muted: #a371f766;
237
- --borderColor-done-emphasis: #8957e5;
238
- --borderColor-sponsors-muted: #db61a266;
239
- --borderColor-sponsors-emphasis: #bf4b8a;
240
- --ansi-fgColor-black: #484f58;
241
- --ansi-fgColor-blackBright: #6e7681;
242
- --ansi-fgColor-white: #b1bac4;
243
- --ansi-fgColor-whiteBright: #ffffff;
244
- --ansi-fgColor-gray: #6e7681;
245
- --ansi-fgColor-red: #ff7b72;
246
- --ansi-fgColor-redBright: #ffa198;
247
- --ansi-fgColor-green: #58a6ff;
248
- --ansi-fgColor-greenBright: #79c0ff;
249
- --ansi-fgColor-yellow: #d29922;
250
- --ansi-fgColor-yellowBright: #e3b341;
251
- --ansi-fgColor-blue: #58a6ff;
252
- --ansi-fgColor-blueBright: #79c0ff;
253
- --ansi-fgColor-magenta: #bc8cff;
254
- --ansi-fgColor-magentaBright: #d2a8ff;
255
- --ansi-fgColor-cyan: #39c5cf;
256
- --ansi-fgColor-cyanBright: #56d4dd;
257
- --prettylights-syntax-comment: #8b949e;
258
- --prettylights-syntax-constant: #79c0ff;
259
- --prettylights-syntax-entity: #d2a8ff;
260
- --prettylights-syntax-storageModifierImport: #c9d1d9;
261
- --prettylights-syntax-entityTag: #a5d6ff;
262
- --prettylights-syntax-keyword: #ff7b72;
263
- --prettylights-syntax-string: #a5d6ff;
264
- --prettylights-syntax-variable: #ffa198;
265
- --prettylights-syntax-brackethighlighterUnmatched: #f85149;
266
- --prettylights-syntax-invalidIllegalText: #f0f6fc;
267
- --prettylights-syntax-invalidIllegalBg: #8e1519;
268
- --prettylights-syntax-carriageReturnText: #f0f6fc;
269
- --prettylights-syntax-carriageReturnBg: #b62324;
270
- --prettylights-syntax-stringRegexp: #a5d6ff;
271
- --prettylights-syntax-markupList: #f2cc60;
272
- --prettylights-syntax-markupHeading: #1f6feb;
273
- --prettylights-syntax-markupItalic: #c9d1d9;
274
- --prettylights-syntax-markupBold: #c9d1d9;
275
- --prettylights-syntax-markupDeletedText: #ffdcd7;
276
- --prettylights-syntax-markupDeletedBg: #67060c;
277
- --prettylights-syntax-markupInsertedText: #cae8ff;
278
- --prettylights-syntax-markupInsertedBg: #0c2d6b;
279
- --prettylights-syntax-markupChangedText: #ffdcd7;
280
- --prettylights-syntax-markupChangedBg: #67060c;
281
- --prettylights-syntax-markupIgnoredText: #c9d1d9;
282
- --prettylights-syntax-markupIgnoredBg: #1158c7;
283
- --prettylights-syntax-metaDiffRange: #d2a8ff;
284
- --prettylights-syntax-brackethighlighterAngle: #8b949e;
285
- --prettylights-syntax-sublimelinterGutterMark: #484f58;
286
- --prettylights-syntax-constantOtherReferenceLink: #a5d6ff;
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: #f0f6fc; /* Avoid using scales, use other functional tokens instead */
291
- --color-scale-gray-1: #c9d1d9; /* Avoid using scales, use other functional tokens instead */
292
- --color-scale-gray-2: #b1bac4; /* Avoid using scales, use other functional tokens instead */
293
- --color-scale-gray-3: #8b949e; /* Avoid using scales, use other functional tokens instead */
294
- --color-scale-gray-4: #6e7681; /* Avoid using scales, use other functional tokens instead */
295
- --color-scale-gray-5: #484f58; /* Avoid using scales, use other functional tokens instead */
296
- --color-scale-gray-6: #30363d; /* Avoid using scales, use other functional tokens instead */
297
- --color-scale-gray-7: #21262d; /* Avoid using scales, use other functional tokens instead */
298
- --color-scale-gray-8: #161b22; /* Avoid using scales, use other functional tokens instead */
299
- --color-scale-gray-9: #0d1117; /* Avoid using scales, use other functional tokens instead */
300
- --color-scale-blue-0: #cae8ff; /* Avoid using scales, use other functional tokens instead */
301
- --color-scale-blue-1: #a5d6ff; /* Avoid using scales, use other functional tokens instead */
302
- --color-scale-blue-2: #79c0ff; /* Avoid using scales, use other functional tokens instead */
303
- --color-scale-blue-3: #58a6ff; /* Avoid using scales, use other functional tokens instead */
304
- --color-scale-blue-4: #388bfd; /* Avoid using scales, use other functional tokens instead */
305
- --color-scale-blue-5: #1f6feb; /* Avoid using scales, use other functional tokens instead */
306
- --color-scale-blue-6: #1158c7; /* Avoid using scales, use other functional tokens instead */
307
- --color-scale-blue-7: #0d419d; /* Avoid using scales, use other functional tokens instead */
308
- --color-scale-blue-8: #0c2d6b; /* Avoid using scales, use other functional tokens instead */
309
- --color-scale-blue-9: #051d4d; /* Avoid using scales, use other functional tokens instead */
310
- --color-scale-green-0: #cae8ff; /* Avoid using scales, use other functional tokens instead */
311
- --color-scale-green-1: #a5d6ff; /* Avoid using scales, use other functional tokens instead */
312
- --color-scale-green-2: #79c0ff; /* Avoid using scales, use other functional tokens instead */
313
- --color-scale-green-3: #58a6ff; /* Avoid using scales, use other functional tokens instead */
314
- --color-scale-green-4: #388bfd; /* Avoid using scales, use other functional tokens instead */
315
- --color-scale-green-5: #1f6feb; /* Avoid using scales, use other functional tokens instead */
316
- --color-scale-green-6: #1158c7; /* Avoid using scales, use other functional tokens instead */
317
- --color-scale-green-7: #0d419d; /* Avoid using scales, use other functional tokens instead */
318
- --color-scale-green-8: #0c2d6b; /* Avoid using scales, use other functional tokens instead */
319
- --color-scale-green-9: #051d4d; /* Avoid using scales, use other functional tokens instead */
320
- --color-scale-yellow-0: #f8e3a1; /* Avoid using scales, use other functional tokens instead */
321
- --color-scale-yellow-1: #f2cc60; /* Avoid using scales, use other functional tokens instead */
322
- --color-scale-yellow-2: #e3b341; /* Avoid using scales, use other functional tokens instead */
323
- --color-scale-yellow-3: #d29922; /* Avoid using scales, use other functional tokens instead */
324
- --color-scale-yellow-4: #bb8009; /* Avoid using scales, use other functional tokens instead */
325
- --color-scale-yellow-5: #9e6a03; /* Avoid using scales, use other functional tokens instead */
326
- --color-scale-yellow-6: #845306; /* Avoid using scales, use other functional tokens instead */
327
- --color-scale-yellow-7: #693e00; /* Avoid using scales, use other functional tokens instead */
328
- --color-scale-yellow-8: #4b2900; /* Avoid using scales, use other functional tokens instead */
329
- --color-scale-yellow-9: #341a00; /* Avoid using scales, use other functional tokens instead */
330
- --color-scale-orange-0: #ffdcd7; /* Avoid using scales, use other functional tokens instead */
331
- --color-scale-orange-1: #ffc1ba; /* Avoid using scales, use other functional tokens instead */
332
- --color-scale-orange-2: #ffa198; /* Avoid using scales, use other functional tokens instead */
333
- --color-scale-orange-3: #ff7b72; /* Avoid using scales, use other functional tokens instead */
334
- --color-scale-orange-4: #f85149; /* Avoid using scales, use other functional tokens instead */
335
- --color-scale-orange-5: #da3633; /* Avoid using scales, use other functional tokens instead */
336
- --color-scale-orange-6: #b62324; /* Avoid using scales, use other functional tokens instead */
337
- --color-scale-orange-7: #8e1519; /* Avoid using scales, use other functional tokens instead */
338
- --color-scale-orange-8: #67060c; /* Avoid using scales, use other functional tokens instead */
339
- --color-scale-orange-9: #490202; /* Avoid using scales, use other functional tokens instead */
340
- --color-scale-red-0: #ffdcd7; /* Avoid using scales, use other functional tokens instead */
341
- --color-scale-red-1: #ffc1ba; /* Avoid using scales, use other functional tokens instead */
342
- --color-scale-red-2: #ffa198; /* Avoid using scales, use other functional tokens instead */
343
- --color-scale-red-3: #ff7b72; /* Avoid using scales, use other functional tokens instead */
344
- --color-scale-red-4: #f85149; /* Avoid using scales, use other functional tokens instead */
345
- --color-scale-red-5: #da3633; /* Avoid using scales, use other functional tokens instead */
346
- --color-scale-red-6: #b62324; /* Avoid using scales, use other functional tokens instead */
347
- --color-scale-red-7: #8e1519; /* Avoid using scales, use other functional tokens instead */
348
- --color-scale-red-8: #67060c; /* Avoid using scales, use other functional tokens instead */
349
- --color-scale-red-9: #490202; /* Avoid using scales, use other functional tokens instead */
350
- --color-scale-purple-0: #eddeff; /* Avoid using scales, use other functional tokens instead */
351
- --color-scale-purple-1: #e2c5ff; /* Avoid using scales, use other functional tokens instead */
352
- --color-scale-purple-2: #d2a8ff; /* Avoid using scales, use other functional tokens instead */
353
- --color-scale-purple-3: #bc8cff; /* Avoid using scales, use other functional tokens instead */
354
- --color-scale-purple-4: #a371f7; /* Avoid using scales, use other functional tokens instead */
355
- --color-scale-purple-5: #8957e5; /* Avoid using scales, use other functional tokens instead */
356
- --color-scale-purple-6: #6e40c9; /* Avoid using scales, use other functional tokens instead */
357
- --color-scale-purple-7: #553098; /* Avoid using scales, use other functional tokens instead */
358
- --color-scale-purple-8: #3c1e70; /* Avoid using scales, use other functional tokens instead */
359
- --color-scale-purple-9: #271052; /* Avoid using scales, use other functional tokens instead */
360
- --color-scale-pink-0: #ffdaec; /* Avoid using scales, use other functional tokens instead */
361
- --color-scale-pink-1: #ffbedd; /* Avoid using scales, use other functional tokens instead */
362
- --color-scale-pink-2: #ff9bce; /* Avoid using scales, use other functional tokens instead */
363
- --color-scale-pink-3: #f778ba; /* Avoid using scales, use other functional tokens instead */
364
- --color-scale-pink-4: #db61a2; /* Avoid using scales, use other functional tokens instead */
365
- --color-scale-pink-5: #bf4b8a; /* Avoid using scales, use other functional tokens instead */
366
- --color-scale-pink-6: #9e3670; /* Avoid using scales, use other functional tokens instead */
367
- --color-scale-pink-7: #7d2457; /* Avoid using scales, use other functional tokens instead */
368
- --color-scale-pink-8: #5e103e; /* Avoid using scales, use other functional tokens instead */
369
- --color-scale-pink-9: #42062a; /* Avoid using scales, use other functional tokens instead */
370
- --color-scale-coral-0: #ffddd2; /* Avoid using scales, use other functional tokens instead */
371
- --color-scale-coral-1: #ffc2b2; /* Avoid using scales, use other functional tokens instead */
372
- --color-scale-coral-2: #ffa28b; /* Avoid using scales, use other functional tokens instead */
373
- --color-scale-coral-3: #f78166; /* Avoid using scales, use other functional tokens instead */
374
- --color-scale-coral-4: #ea6045; /* Avoid using scales, use other functional tokens instead */
375
- --color-scale-coral-5: #cf462d; /* Avoid using scales, use other functional tokens instead */
376
- --color-scale-coral-6: #ac3220; /* Avoid using scales, use other functional tokens instead */
377
- --color-scale-coral-7: #872012; /* Avoid using scales, use other functional tokens instead */
378
- --color-scale-coral-8: #640d04; /* Avoid using scales, use other functional tokens instead */
379
- --color-scale-coral-9: #460701; /* 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 #30363d, 0px 16px 32px 0px #010409d9;
386
- --shadow-floating-medium: 0px 4px 32px -4px #6e768117, 0px 8px 16px -4px #6e768117, 0px 24px 48px -12px #6e768129, 0px 48px 96px -24px #6e76813d;
387
- --shadow-floating-large: 0px 8px 24px 0px #010409;
388
- --shadow-floating-xlarge: 0px 12px 48px 0px #010409;
389
- --outline-focus: #1f6feb solid 2px;
390
- }
391
- }
1
+ $topicTag-borderColor: #00000000;
2
+ $highlight-neutral-bgColor: #d2992266;
3
+ $page-header-bgColor: #0d1117;
4
+ $diffBlob-addition-fgColor-text: #e6edf3;
5
+ $diffBlob-addition-fgColor-num: #e6edf3;
6
+ $diffBlob-addition-bgColor-num: #58a6ff4d;
7
+ $diffBlob-addition-bgColor-line: #388bfd26;
8
+ $diffBlob-addition-bgColor-word: #388bfd66;
9
+ $diffBlob-deletion-fgColor-text: #e6edf3;
10
+ $diffBlob-deletion-fgColor-num: #e6edf3;
11
+ $diffBlob-deletion-bgColor-num: #f851494d;
12
+ $diffBlob-deletion-bgColor-line: #f8514926;
13
+ $diffBlob-deletion-bgColor-word: #f8514966;
14
+ $diffBlob-hunk-bgColor-num: #388bfd66;
15
+ $diffBlob-expander-iconColor: #848d97;
16
+ $codeMirror-fgColor: #e6edf3;
17
+ $codeMirror-bgColor: #0d1117;
18
+ $codeMirror-gutters-bgColor: #0d1117;
19
+ $codeMirror-gutterMarker-fgColor-default: #0d1117;
20
+ $codeMirror-gutterMarker-fgColor-muted: #848d97;
21
+ $codeMirror-lineNumber-fgColor: #848d97;
22
+ $codeMirror-cursor-fgColor: #e6edf3;
23
+ $codeMirror-selection-bgColor: #388bfd66;
24
+ $codeMirror-activeline-bgColor: #6e768166;
25
+ $codeMirror-matchingBracket-fgColor: #e6edf3;
26
+ $codeMirror-lines-bgColor: #0d1117;
27
+ $codeMirror-syntax-fgColor-comment: #8b949e;
28
+ $codeMirror-syntax-fgColor-constant: #79c0ff;
29
+ $codeMirror-syntax-fgColor-entity: #d2a8ff;
30
+ $codeMirror-syntax-fgColor-keyword: #ff7b72;
31
+ $codeMirror-syntax-fgColor-storage: #ff7b72;
32
+ $codeMirror-syntax-fgColor-string: #a5d6ff;
33
+ $codeMirror-syntax-fgColor-support: #79c0ff;
34
+ $codeMirror-syntax-fgColor-variable: #ffa198;
35
+ $header-fgColor-default: #ffffffb3;
36
+ $header-fgColor-logo: #f0f6fc;
37
+ $header-bgColor: #161b22f2;
38
+ $header-borderColor-divider: #8b949e;
39
+ $headerSearch-bgColor: #0d1117;
40
+ $headerSearch-borderColor: #30363d;
41
+ $data-blue-color: #0576ff;
42
+ $data-auburn-color: #a86f6b;
43
+ $data-orange-color: #984b10;
44
+ $data-yellow-color: #895906;
45
+ $data-green-color: #2f6f37;
46
+ $data-teal-color: #106c70;
47
+ $data-purple-color: #975bf1;
48
+ $data-pink-color: #d34591;
49
+ $data-red-color: #eb3342;
50
+ $data-gray-color: #576270;
51
+ $display-blue-bgColor-muted: #001a47;
52
+ $display-blue-bgColor-emphasis: #0576ff;
53
+ $display-blue-fgColor: #4da0ff;
54
+ $display-blue-borderColor-muted: #002766;
55
+ $display-blue-borderColor-emphasis: #0576ff;
56
+ $display-green-bgColor-muted: #122117;
57
+ $display-green-bgColor-emphasis: #388f3f;
58
+ $display-green-fgColor: #41b445;
59
+ $display-green-borderColor-muted: #182f1f;
60
+ $display-green-borderColor-emphasis: #388f3f;
61
+ $display-orange-bgColor-muted: #311708;
62
+ $display-orange-bgColor-emphasis: #c46212;
63
+ $display-orange-fgColor: #ed8326;
64
+ $display-orange-borderColor-muted: #43200a;
65
+ $display-orange-borderColor-emphasis: #c46212;
66
+ $display-purple-bgColor-muted: #211047;
67
+ $display-purple-bgColor-emphasis: #975bf1;
68
+ $display-purple-fgColor: #b687f7;
69
+ $display-purple-borderColor-muted: #31146b;
70
+ $display-purple-borderColor-emphasis: #975bf1;
71
+ $display-red-bgColor-muted: #3c0614;
72
+ $display-red-bgColor-emphasis: #eb3342;
73
+ $display-red-fgColor: #f27d83;
74
+ $display-red-borderColor-muted: #58091a;
75
+ $display-red-borderColor-emphasis: #eb3342;
76
+ $display-yellow-bgColor-muted: #2e1a00;
77
+ $display-yellow-bgColor-emphasis: #aa7109;
78
+ $display-yellow-fgColor: #d3910d;
79
+ $display-yellow-borderColor-muted: #3d2401;
80
+ $display-yellow-borderColor-emphasis: #aa7109;
81
+ $display-gray-bgColor-muted: #1c1c1c;
82
+ $display-gray-bgColor-emphasis: #6e7f96;
83
+ $display-gray-fgColor: #92a1b5;
84
+ $display-gray-borderColor-muted: #2a2b2d;
85
+ $display-gray-borderColor-emphasis: #6e7f96;
86
+ $display-auburn-bgColor-muted: #271817;
87
+ $display-auburn-bgColor-emphasis: #a86f6b;
88
+ $display-auburn-fgColor: #bf9592;
89
+ $display-auburn-borderColor-muted: #3a2422;
90
+ $display-auburn-borderColor-emphasis: #a86f6b;
91
+ $display-brown-bgColor-muted: #241c14;
92
+ $display-brown-bgColor-emphasis: #94774c;
93
+ $display-brown-fgColor: #b69a6d;
94
+ $display-brown-borderColor-muted: #342a1d;
95
+ $display-brown-borderColor-emphasis: #94774c;
96
+ $display-lemon-bgColor-muted: #291d00;
97
+ $display-lemon-bgColor-emphasis: #977b0c;
98
+ $display-lemon-fgColor: #ba9b12;
99
+ $display-lemon-borderColor-muted: #372901;
100
+ $display-lemon-borderColor-emphasis: #977b0c;
101
+ $display-olive-bgColor-muted: #171e0b;
102
+ $display-olive-bgColor-emphasis: #7a8321;
103
+ $display-olive-fgColor: #a2a626;
104
+ $display-olive-borderColor-muted: #252d10;
105
+ $display-olive-borderColor-emphasis: #7a8321;
106
+ $display-lime-bgColor-muted: #141f0f;
107
+ $display-lime-bgColor-emphasis: #5f892f;
108
+ $display-lime-fgColor: #7dae37;
109
+ $display-lime-borderColor-muted: #1f3116;
110
+ $display-lime-borderColor-emphasis: #5f892f;
111
+ $display-pine-bgColor-muted: #082119;
112
+ $display-pine-bgColor-emphasis: #18915e;
113
+ $display-pine-fgColor: #1bb673;
114
+ $display-pine-borderColor-muted: #0b3224;
115
+ $display-pine-borderColor-emphasis: #18915e;
116
+ $display-teal-bgColor-muted: #041f25;
117
+ $display-teal-bgColor-emphasis: #158a8a;
118
+ $display-teal-fgColor: #1cb0ab;
119
+ $display-teal-borderColor-muted: #073036;
120
+ $display-teal-borderColor-emphasis: #158a8a;
121
+ $display-cyan-bgColor-muted: #001f29;
122
+ $display-cyan-bgColor-emphasis: #0587b3;
123
+ $display-cyan-fgColor: #07ace4;
124
+ $display-cyan-borderColor-muted: #002e3d;
125
+ $display-cyan-borderColor-emphasis: #0587b3;
126
+ $display-indigo-bgColor-muted: #1b183f;
127
+ $display-indigo-bgColor-emphasis: #7070e1;
128
+ $display-indigo-fgColor: #9899ec;
129
+ $display-indigo-borderColor-muted: #25215f;
130
+ $display-indigo-borderColor-emphasis: #7070e1;
131
+ $avatar-bgColor: #ffffff1a;
132
+ $avatar-borderColor: #ffffff26;
133
+ $avatar-shadow: 0px 0px 0px 2px #0d1117;
134
+ $avatarStack-fade-bgColor-default: #30363d;
135
+ $avatarStack-fade-bgColor-muted: #21262d;
136
+ $control-bgColor-rest: #21262d;
137
+ $control-bgColor-hover: #292e36;
138
+ $control-bgColor-active: #31363e;
139
+ $control-bgColor-disabled: #21262db3;
140
+ $control-bgColor-selected: #161b22;
141
+ $control-fgColor-rest: #c9d1d9;
142
+ $control-fgColor-placeholder: #484f58;
143
+ $control-fgColor-disabled: #6e7681;
144
+ $control-borderColor-rest: #30363d;
145
+ $control-borderColor-emphasis: #666e79;
146
+ $control-borderColor-disabled: #21262db3;
147
+ $control-borderColor-selected: #f0f6fc;
148
+ $control-borderColor-success: #1f6feb;
149
+ $control-borderColor-danger: #da3633;
150
+ $control-borderColor-warning: #9e6a03;
151
+ $control-iconColor-rest: #848d97;
152
+ $control-transparent-bgColor-rest: #00000000;
153
+ $control-transparent-bgColor-hover: #b1bac41f;
154
+ $control-transparent-bgColor-active: #b1bac433;
155
+ $control-transparent-bgColor-disabled: #21262db3;
156
+ $control-transparent-bgColor-selected: #b1bac414;
157
+ $control-transparent-borderColor-rest: #00000000;
158
+ $control-transparent-borderColor-hover: #00000000;
159
+ $control-transparent-borderColor-active: #00000000;
160
+ $control-danger-fgColor-rest: #f85149;
161
+ $control-danger-fgColor-hover: #ff7b72;
162
+ $control-danger-bgColor-hover: #f851491a;
163
+ $control-danger-bgColor-active: #f8514966;
164
+ $control-checked-bgColor-rest: #1f6feb;
165
+ $control-checked-bgColor-hover: #2a7aef;
166
+ $control-checked-bgColor-active: #3685f3;
167
+ $control-checked-bgColor-disabled: #6e7681;
168
+ $control-checked-fgColor-rest: #ffffff;
169
+ $control-checked-fgColor-disabled: #010409;
170
+ $control-checked-borderColor-rest: #1f6feb;
171
+ $control-checked-borderColor-hover: #2a7aef;
172
+ $control-checked-borderColor-active: #3685f3;
173
+ $control-checked-borderColor-disabled: #6e7681;
174
+ $controlTrack-bgColor-rest: #21262d;
175
+ $controlTrack-bgColor-hover: #292e36;
176
+ $controlTrack-bgColor-active: #31363e;
177
+ $controlTrack-bgColor-disabled: #6e7681;
178
+ $controlTrack-fgColor-rest: #848d97;
179
+ $controlTrack-fgColor-disabled: #ffffff;
180
+ $controlTrack-borderColor-rest: #00000000;
181
+ $controlTrack-borderColor-disabled: #6e7681;
182
+ $controlKnob-bgColor-rest: #010409;
183
+ $controlKnob-bgColor-disabled: #21262db3;
184
+ $controlKnob-bgColor-checked: #ffffff;
185
+ $controlKnob-borderColor-rest: #666e79;
186
+ $controlKnob-borderColor-disabled: #21262db3;
187
+ $controlKnob-borderColor-checked: #1f6feb;
188
+ $counter-borderColor: #00000000;
189
+ $button-default-fgColor-rest: #c9d1d9;
190
+ $button-default-bgColor-rest: #21262d;
191
+ $button-default-bgColor-hover: #292e36;
192
+ $button-default-bgColor-active: #31363e;
193
+ $button-default-bgColor-selected: #31363e;
194
+ $button-default-bgColor-disabled: #21262db3;
195
+ $button-default-borderColor-rest: #30363d;
196
+ $button-default-borderColor-hover: #30363d;
197
+ $button-default-borderColor-active: #30363d;
198
+ $button-default-borderColor-disabled: #21262db3;
199
+ $button-default-shadow-resting: 0px 0px 0px 0px #000000;
200
+ $button-primary-fgColor-rest: #ffffff;
201
+ $button-primary-fgColor-disabled: #ffffff66;
202
+ $button-primary-iconColor-rest: #ffffff;
203
+ $button-primary-bgColor-rest: #1f6feb;
204
+ $button-primary-bgColor-hover: #2a7aef;
205
+ $button-primary-bgColor-active: #3685f3;
206
+ $button-primary-bgColor-disabled: #5fabfe;
207
+ $button-primary-borderColor-rest: #f0f6fc1a;
208
+ $button-primary-borderColor-hover: #f0f6fc1a;
209
+ $button-primary-borderColor-active: #f0f6fc1a;
210
+ $button-primary-borderColor-disabled: #5fabfe;
211
+ $button-primary-shadow-selected: 0px 0px 0px 0px #000000;
212
+ $button-invisible-fgColor-rest: #4493f8;
213
+ $button-invisible-fgColor-hover: #58a6ff;
214
+ $button-invisible-fgColor-disabled: #6e7681;
215
+ $button-invisible-iconColor-rest: #848d97;
216
+ $button-invisible-iconColor-hover: #e6edf3;
217
+ $button-invisible-iconColor-disabled: #6e7681;
218
+ $button-invisible-bgColor-rest: #00000000;
219
+ $button-invisible-bgColor-hover: #b1bac41f;
220
+ $button-invisible-bgColor-active: #b1bac433;
221
+ $button-invisible-bgColor-disabled: #21262db3;
222
+ $button-invisible-borderColor-rest: #00000000;
223
+ $button-invisible-borderColor-hover: #00000000;
224
+ $button-invisible-borderColor-disabled: #21262db3;
225
+ $button-outline-fgColor-rest: #388bfd;
226
+ $button-outline-fgColor-hover: #58a6ff;
227
+ $button-outline-fgColor-active: #ffffff;
228
+ $button-outline-fgColor-disabled: #4493f880;
229
+ $button-outline-bgColor-rest: #f0f6fc;
230
+ $button-outline-bgColor-hover: #30363d;
231
+ $button-outline-bgColor-active: #0d419d;
232
+ $button-outline-bgColor-disabled: #0d1117;
233
+ $button-outline-borderColor-hover: #f0f6fc1a;
234
+ $button-outline-borderColor-selected: #f0f6fc1a;
235
+ $button-outline-shadow-selected: 0px 0px 0px 0px #000000;
236
+ $button-danger-fgColor-rest: #f85149;
237
+ $button-danger-fgColor-hover: #ffffff;
238
+ $button-danger-fgColor-active: #ffffff;
239
+ $button-danger-fgColor-disabled: #f8514980;
240
+ $button-danger-iconColor-rest: #f85149;
241
+ $button-danger-iconColor-hover: #ffffff;
242
+ $button-danger-bgColor-rest: #21262d;
243
+ $button-danger-bgColor-hover: #b62324;
244
+ $button-danger-bgColor-active: #d03533;
245
+ $button-danger-bgColor-disabled: #21262db3;
246
+ $button-danger-borderColor-rest: #30363d;
247
+ $button-danger-borderColor-hover: #f0f6fc1a;
248
+ $button-danger-borderColor-active: #f0f6fc1a;
249
+ $button-danger-shadow-selected: 0px 0px 0px 0px #000000;
250
+ $button-inactive-fgColor: #8b949e;
251
+ $button-inactive-bgColor: #21262d;
252
+ $button-star-iconColor: #e3b341;
253
+ $buttonCounter-default-bgColor-rest: #30363d;
254
+ $buttonCounter-invisible-bgColor-rest: #30363d;
255
+ $buttonCounter-primary-bgColor-rest: #04260f33;
256
+ $buttonCounter-outline-bgColor-rest: #051d4d33;
257
+ $buttonCounter-outline-bgColor-hover: #051d4d33;
258
+ $buttonCounter-outline-bgColor-disabled: #1f6feb0d;
259
+ $buttonCounter-outline-fgColor-rest: #388bfd;
260
+ $buttonCounter-outline-fgColor-hover: #58a6ff;
261
+ $buttonCounter-outline-fgColor-disabled: #4493f880;
262
+ $buttonCounter-danger-bgColor-hover: #ffffff33;
263
+ $buttonCounter-danger-bgColor-disabled: #da36330d;
264
+ $buttonCounter-danger-bgColor-rest: #49020233;
265
+ $buttonCounter-danger-fgColor-rest: #f85149;
266
+ $buttonCounter-danger-fgColor-hover: #ffffff;
267
+ $buttonCounter-danger-fgColor-disabled: #f8514980;
268
+ $focus-outlineColor: #1f6feb;
269
+ $menu-bgColor-active: #161b22;
270
+ $overlay-bgColor: #161b22;
271
+ $overlay-borderColor: #30363db3;
272
+ $overlay-backdrop-bgColor: #161b2266;
273
+ $selectMenu-borderColor: #484f58;
274
+ $selectMenu-bgColor-active: #0c2d6b;
275
+ $sideNav-bgColor-selected: #21262d;
276
+ $skeletonLoader-bgColor: #161b22;
277
+ $timelineBadge-bgColor: #21262d;
278
+ $treeViewItem-leadingVisual-iconColor-rest: #848d97;
279
+ $underlineNav-borderColor-active: #f78166;
280
+ $underlineNav-borderColor-hover: #6e768166;
281
+ $underlineNav-iconColor-rest: #848d97;
282
+ $selection-bgColor: #1f6febb3;
283
+ $fgColor-default: #e6edf3;
284
+ $fgColor-muted: #848d97;
285
+ $fgColor-onEmphasis: #ffffff;
286
+ $fgColor-white: #ffffff;
287
+ $fgColor-black: #010409;
288
+ $fgColor-disabled: #6e7681;
289
+ $fgColor-link: #4493f8;
290
+ $fgColor-neutral: #6e7681;
291
+ $fgColor-accent: #4493f8;
292
+ $fgColor-success: #58a6ff;
293
+ $fgColor-attention: #d29922;
294
+ $fgColor-severe: #f85149;
295
+ $fgColor-danger: #f85149;
296
+ $fgColor-open: #f85149;
297
+ $fgColor-closed: #6e7681;
298
+ $fgColor-done: #a371f7;
299
+ $fgColor-sponsors: #db61a2;
300
+ $bgColor-default: #0d1117;
301
+ $bgColor-muted: #161b22;
302
+ $bgColor-inset: #010409;
303
+ $bgColor-emphasis: #6e7681;
304
+ $bgColor-inverse: #ffffff;
305
+ $bgColor-white: #ffffff;
306
+ $bgColor-black: #010409;
307
+ $bgColor-disabled: #21262db3;
308
+ $bgColor-transparent: #00000000;
309
+ $bgColor-neutral-muted: #6e768166;
310
+ $bgColor-neutral-emphasis: #6e7681;
311
+ $bgColor-accent-muted: #388bfd1a;
312
+ $bgColor-accent-emphasis: #1f6feb;
313
+ $bgColor-success-muted: #388bfd26;
314
+ $bgColor-success-emphasis: #1f6feb;
315
+ $bgColor-attention-muted: #bb800926;
316
+ $bgColor-attention-emphasis: #9e6a03;
317
+ $bgColor-severe-muted: #f851491a;
318
+ $bgColor-severe-emphasis: #da3633;
319
+ $bgColor-danger-muted: #f851491a;
320
+ $bgColor-danger-emphasis: #da3633;
321
+ $bgColor-open-muted: #f851491a;
322
+ $bgColor-open-emphasis: #da3633;
323
+ $bgColor-closed-muted: #6e768126;
324
+ $bgColor-closed-emphasis: #484f58;
325
+ $bgColor-done-muted: #a371f726;
326
+ $bgColor-done-emphasis: #8957e5;
327
+ $bgColor-sponsors-muted: #db61a21a;
328
+ $bgColor-sponsors-emphasis: #bf4b8a;
329
+ $borderColor-default: #30363d;
330
+ $borderColor-muted: #30363db3;
331
+ $borderColor-emphasis: #484f58;
332
+ $borderColor-disabled: #21262db3;
333
+ $borderColor-transparent: #00000000;
334
+ $borderColor-neutral-muted: #6e768166;
335
+ $borderColor-neutral-emphasis: #6e7681;
336
+ $borderColor-accent-muted: #388bfd66;
337
+ $borderColor-accent-emphasis: #1f6feb;
338
+ $borderColor-success-muted: #388bfd66;
339
+ $borderColor-success-emphasis: #1f6feb;
340
+ $borderColor-attention-muted: #bb800966;
341
+ $borderColor-attention-emphasis: #9e6a03;
342
+ $borderColor-severe-muted: #f8514966;
343
+ $borderColor-severe-emphasis: #da3633;
344
+ $borderColor-danger-muted: #f8514966;
345
+ $borderColor-danger-emphasis: #da3633;
346
+ $borderColor-open-muted: #f8514966;
347
+ $borderColor-open-emphasis: #da3633;
348
+ $borderColor-closed-muted: #6e768166;
349
+ $borderColor-closed-emphasis: #484f58;
350
+ $borderColor-done-muted: #a371f766;
351
+ $borderColor-done-emphasis: #8957e5;
352
+ $borderColor-sponsors-muted: #db61a266;
353
+ $borderColor-sponsors-emphasis: #bf4b8a;
354
+ $color-ansi-black: #484f58;
355
+ $color-ansi-black-bright: #6e7681;
356
+ $color-ansi-white: #b1bac4;
357
+ $color-ansi-white-bright: #ffffff;
358
+ $color-ansi-gray: #6e7681;
359
+ $color-ansi-red: #ff7b72;
360
+ $color-ansi-red-bright: #ffa198;
361
+ $color-ansi-green: #58a6ff;
362
+ $color-ansi-green-bright: #79c0ff;
363
+ $color-ansi-yellow: #d29922;
364
+ $color-ansi-yellow-bright: #e3b341;
365
+ $color-ansi-blue: #58a6ff;
366
+ $color-ansi-blue-bright: #79c0ff;
367
+ $color-ansi-magenta: #bc8cff;
368
+ $color-ansi-magenta-bright: #d2a8ff;
369
+ $color-ansi-cyan: #39c5cf;
370
+ $color-ansi-cyan-bright: #56d4dd;
371
+ $color-prettylights-syntax-comment: #8b949e;
372
+ $color-prettylights-syntax-constant: #79c0ff;
373
+ $color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
374
+ $color-prettylights-syntax-entity: #d2a8ff;
375
+ $color-prettylights-syntax-storage-modifier-import: #c9d1d9;
376
+ $color-prettylights-syntax-entity-tag: #a5d6ff;
377
+ $color-prettylights-syntax-keyword: #ff7b72;
378
+ $color-prettylights-syntax-string: #a5d6ff;
379
+ $color-prettylights-syntax-variable: #ffa198;
380
+ $color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
381
+ $color-prettylights-syntax-brackethighlighter-angle: #8b949e;
382
+ $color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
383
+ $color-prettylights-syntax-invalid-illegal-bg: #8e1519;
384
+ $color-prettylights-syntax-carriage-return-text: #f0f6fc;
385
+ $color-prettylights-syntax-carriage-return-bg: #b62324;
386
+ $color-prettylights-syntax-string-regexp: #a5d6ff;
387
+ $color-prettylights-syntax-markup-list: #f2cc60;
388
+ $color-prettylights-syntax-markup-heading: #1f6feb;
389
+ $color-prettylights-syntax-markup-italic: #c9d1d9;
390
+ $color-prettylights-syntax-markup-bold: #c9d1d9;
391
+ $color-prettylights-syntax-markup-deleted-text: #ffdcd7;
392
+ $color-prettylights-syntax-markup-deleted-bg: #67060c;
393
+ $color-prettylights-syntax-markup-inserted-text: #cae8ff;
394
+ $color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
395
+ $color-prettylights-syntax-markup-changed-text: #ffdcd7;
396
+ $color-prettylights-syntax-markup-changed-bg: #67060c;
397
+ $color-prettylights-syntax-markup-ignored-text: #c9d1d9;
398
+ $color-prettylights-syntax-markup-ignored-bg: #1158c7;
399
+ $color-prettylights-syntax-meta-diff-range: #d2a8ff;
400
+ $color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
401
+ $color-scale-black: #010409; // Avoid using scales, use other functional tokens instead
402
+ $color-scale-transparent: #00000000; // Avoid using scales, use other functional tokens instead
403
+ $color-scale-white: #ffffff; // Avoid using scales, use other functional tokens instead
404
+ $color-scale-gray-0: #f0f6fc; // Avoid using scales, use other functional tokens instead
405
+ $color-scale-gray-1: #c9d1d9; // Avoid using scales, use other functional tokens instead
406
+ $color-scale-gray-2: #b1bac4; // Avoid using scales, use other functional tokens instead
407
+ $color-scale-gray-3: #8b949e; // Avoid using scales, use other functional tokens instead
408
+ $color-scale-gray-4: #6e7681; // Avoid using scales, use other functional tokens instead
409
+ $color-scale-gray-5: #484f58; // Avoid using scales, use other functional tokens instead
410
+ $color-scale-gray-6: #30363d; // Avoid using scales, use other functional tokens instead
411
+ $color-scale-gray-7: #21262d; // Avoid using scales, use other functional tokens instead
412
+ $color-scale-gray-8: #161b22; // Avoid using scales, use other functional tokens instead
413
+ $color-scale-gray-9: #0d1117; // Avoid using scales, use other functional tokens instead
414
+ $color-scale-blue-0: #cae8ff; // Avoid using scales, use other functional tokens instead
415
+ $color-scale-blue-1: #a5d6ff; // Avoid using scales, use other functional tokens instead
416
+ $color-scale-blue-2: #79c0ff; // Avoid using scales, use other functional tokens instead
417
+ $color-scale-blue-3: #58a6ff; // Avoid using scales, use other functional tokens instead
418
+ $color-scale-blue-4: #388bfd; // Avoid using scales, use other functional tokens instead
419
+ $color-scale-blue-5: #1f6feb; // Avoid using scales, use other functional tokens instead
420
+ $color-scale-blue-6: #1158c7; // Avoid using scales, use other functional tokens instead
421
+ $color-scale-blue-7: #0d419d; // Avoid using scales, use other functional tokens instead
422
+ $color-scale-blue-8: #0c2d6b; // Avoid using scales, use other functional tokens instead
423
+ $color-scale-blue-9: #051d4d; // Avoid using scales, use other functional tokens instead
424
+ $color-scale-green-0: #cae8ff; // Avoid using scales, use other functional tokens instead
425
+ $color-scale-green-1: #a5d6ff; // Avoid using scales, use other functional tokens instead
426
+ $color-scale-green-2: #79c0ff; // Avoid using scales, use other functional tokens instead
427
+ $color-scale-green-3: #58a6ff; // Avoid using scales, use other functional tokens instead
428
+ $color-scale-green-4: #388bfd; // Avoid using scales, use other functional tokens instead
429
+ $color-scale-green-5: #1f6feb; // Avoid using scales, use other functional tokens instead
430
+ $color-scale-green-6: #1158c7; // Avoid using scales, use other functional tokens instead
431
+ $color-scale-green-7: #0d419d; // Avoid using scales, use other functional tokens instead
432
+ $color-scale-green-8: #0c2d6b; // Avoid using scales, use other functional tokens instead
433
+ $color-scale-green-9: #051d4d; // Avoid using scales, use other functional tokens instead
434
+ $color-scale-yellow-0: #f8e3a1; // Avoid using scales, use other functional tokens instead
435
+ $color-scale-yellow-1: #f2cc60; // Avoid using scales, use other functional tokens instead
436
+ $color-scale-yellow-2: #e3b341; // Avoid using scales, use other functional tokens instead
437
+ $color-scale-yellow-3: #d29922; // Avoid using scales, use other functional tokens instead
438
+ $color-scale-yellow-4: #bb8009; // Avoid using scales, use other functional tokens instead
439
+ $color-scale-yellow-5: #9e6a03; // Avoid using scales, use other functional tokens instead
440
+ $color-scale-yellow-6: #845306; // Avoid using scales, use other functional tokens instead
441
+ $color-scale-yellow-7: #693e00; // Avoid using scales, use other functional tokens instead
442
+ $color-scale-yellow-8: #4b2900; // Avoid using scales, use other functional tokens instead
443
+ $color-scale-yellow-9: #341a00; // Avoid using scales, use other functional tokens instead
444
+ $color-scale-orange-0: #ffdcd7; // Avoid using scales, use other functional tokens instead
445
+ $color-scale-orange-1: #ffc1ba; // Avoid using scales, use other functional tokens instead
446
+ $color-scale-orange-2: #ffa198; // Avoid using scales, use other functional tokens instead
447
+ $color-scale-orange-3: #ff7b72; // Avoid using scales, use other functional tokens instead
448
+ $color-scale-orange-4: #f85149; // Avoid using scales, use other functional tokens instead
449
+ $color-scale-orange-5: #da3633; // Avoid using scales, use other functional tokens instead
450
+ $color-scale-orange-6: #b62324; // Avoid using scales, use other functional tokens instead
451
+ $color-scale-orange-7: #8e1519; // Avoid using scales, use other functional tokens instead
452
+ $color-scale-orange-8: #67060c; // Avoid using scales, use other functional tokens instead
453
+ $color-scale-orange-9: #490202; // Avoid using scales, use other functional tokens instead
454
+ $color-scale-red-0: #ffdcd7; // Avoid using scales, use other functional tokens instead
455
+ $color-scale-red-1: #ffc1ba; // Avoid using scales, use other functional tokens instead
456
+ $color-scale-red-2: #ffa198; // Avoid using scales, use other functional tokens instead
457
+ $color-scale-red-3: #ff7b72; // Avoid using scales, use other functional tokens instead
458
+ $color-scale-red-4: #f85149; // Avoid using scales, use other functional tokens instead
459
+ $color-scale-red-5: #da3633; // Avoid using scales, use other functional tokens instead
460
+ $color-scale-red-6: #b62324; // Avoid using scales, use other functional tokens instead
461
+ $color-scale-red-7: #8e1519; // Avoid using scales, use other functional tokens instead
462
+ $color-scale-red-8: #67060c; // Avoid using scales, use other functional tokens instead
463
+ $color-scale-red-9: #490202; // Avoid using scales, use other functional tokens instead
464
+ $color-scale-purple-0: #eddeff; // Avoid using scales, use other functional tokens instead
465
+ $color-scale-purple-1: #e2c5ff; // Avoid using scales, use other functional tokens instead
466
+ $color-scale-purple-2: #d2a8ff; // Avoid using scales, use other functional tokens instead
467
+ $color-scale-purple-3: #bc8cff; // Avoid using scales, use other functional tokens instead
468
+ $color-scale-purple-4: #a371f7; // Avoid using scales, use other functional tokens instead
469
+ $color-scale-purple-5: #8957e5; // Avoid using scales, use other functional tokens instead
470
+ $color-scale-purple-6: #6e40c9; // Avoid using scales, use other functional tokens instead
471
+ $color-scale-purple-7: #553098; // Avoid using scales, use other functional tokens instead
472
+ $color-scale-purple-8: #3c1e70; // Avoid using scales, use other functional tokens instead
473
+ $color-scale-purple-9: #271052; // Avoid using scales, use other functional tokens instead
474
+ $color-scale-pink-0: #ffdaec; // Avoid using scales, use other functional tokens instead
475
+ $color-scale-pink-1: #ffbedd; // Avoid using scales, use other functional tokens instead
476
+ $color-scale-pink-2: #ff9bce; // Avoid using scales, use other functional tokens instead
477
+ $color-scale-pink-3: #f778ba; // Avoid using scales, use other functional tokens instead
478
+ $color-scale-pink-4: #db61a2; // Avoid using scales, use other functional tokens instead
479
+ $color-scale-pink-5: #bf4b8a; // Avoid using scales, use other functional tokens instead
480
+ $color-scale-pink-6: #9e3670; // Avoid using scales, use other functional tokens instead
481
+ $color-scale-pink-7: #7d2457; // Avoid using scales, use other functional tokens instead
482
+ $color-scale-pink-8: #5e103e; // Avoid using scales, use other functional tokens instead
483
+ $color-scale-pink-9: #42062a; // Avoid using scales, use other functional tokens instead
484
+ $color-scale-coral-0: #ffddd2; // Avoid using scales, use other functional tokens instead
485
+ $color-scale-coral-1: #ffc2b2; // Avoid using scales, use other functional tokens instead
486
+ $color-scale-coral-2: #ffa28b; // Avoid using scales, use other functional tokens instead
487
+ $color-scale-coral-3: #f78166; // Avoid using scales, use other functional tokens instead
488
+ $color-scale-coral-4: #ea6045; // Avoid using scales, use other functional tokens instead
489
+ $color-scale-coral-5: #cf462d; // Avoid using scales, use other functional tokens instead
490
+ $color-scale-coral-6: #ac3220; // Avoid using scales, use other functional tokens instead
491
+ $color-scale-coral-7: #872012; // Avoid using scales, use other functional tokens instead
492
+ $color-scale-coral-8: #640d04; // Avoid using scales, use other functional tokens instead
493
+ $color-scale-coral-9: #460701; // Avoid using scales, use other functional tokens instead
494
+ $shadow-inset: inset 0px 1px 0px 0px #0104093d;
495
+ $shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
496
+ $shadow-resting-small: 0px 1px 0px 0px #01040966;
497
+ $shadow-resting-medium: 0px 3px 6px 0px #010409cc;
498
+ $shadow-floating-small: 0px 0px 0px 1px #30363d, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
499
+ $shadow-floating-medium: 0px 0px 0px 1px #30363d, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
500
+ $shadow-floating-large: 0px 0px 0px 1px #30363d, 0px 24px 48px 0px #010409;
501
+ $shadow-floating-xlarge: 0px 0px 0px 1px #30363d, 0px 32px 64px 0px #010409;
502
+ $shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
503
+ $outline-focus: #1f6feb solid 2px;