@heliux-org/ui-style 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (365) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +111 -0
  3. package/dist/_functions.scss +8 -0
  4. package/dist/_mixins.scss +3 -0
  5. package/dist/colors.json +696 -0
  6. package/dist/functions/_camelize.scss +25 -0
  7. package/dist/functions/_capitalize.scss +11 -0
  8. package/dist/functions/_contain.scss +8 -0
  9. package/dist/functions/_extract-rgb.scss +8 -0
  10. package/dist/functions/_map-collect.scss +17 -0
  11. package/dist/functions/functions/_camelize.scss +25 -0
  12. package/dist/functions/functions/_capitalize.scss +11 -0
  13. package/dist/functions/functions/_contain.scss +8 -0
  14. package/dist/functions/functions/_extract-rgb.scss +8 -0
  15. package/dist/functions/functions/_map-collect.scss +17 -0
  16. package/dist/index.css +1289 -0
  17. package/dist/index.css.map +1 -0
  18. package/dist/index.min.css +1 -0
  19. package/dist/mixins/_common.scss +67 -0
  20. package/dist/mixins/_states.scss +48 -0
  21. package/dist/mixins/_typography.scss +24 -0
  22. package/dist/mixins/mixins/_common.scss +67 -0
  23. package/dist/mixins/mixins/_states.scss +48 -0
  24. package/dist/mixins/mixins/_typography.scss +24 -0
  25. package/package.json +67 -0
  26. package/src/Icons/API.svg +3 -0
  27. package/src/Icons/Academy.svg +3 -0
  28. package/src/Icons/Activity.svg +3 -0
  29. package/src/Icons/Add.svg +4 -0
  30. package/src/Icons/AddNewDoc.svg +13 -0
  31. package/src/Icons/AddSmall.svg +4 -0
  32. package/src/Icons/AddToTeam.svg +6 -0
  33. package/src/Icons/AddUpdate.svg +4 -0
  34. package/src/Icons/Alert.svg +3 -0
  35. package/src/Icons/Announcement.svg +3 -0
  36. package/src/Icons/Apps.svg +3 -0
  37. package/src/Icons/Archive.svg +3 -0
  38. package/src/Icons/Attach.svg +3 -0
  39. package/src/Icons/Basic.svg +5 -0
  40. package/src/Icons/Battery.svg +3 -0
  41. package/src/Icons/BlockQuote.svg +8 -0
  42. package/src/Icons/Board.svg +3 -0
  43. package/src/Icons/BoardPrivate.svg +5 -0
  44. package/src/Icons/BoardShareable.svg +5 -0
  45. package/src/Icons/BoardTemplate.svg +5 -0
  46. package/src/Icons/Bold.svg +11 -0
  47. package/src/Icons/Bolt.svg +3 -0
  48. package/src/Icons/Bookmark.svg +3 -0
  49. package/src/Icons/Broadcast.svg +3 -0
  50. package/src/Icons/Broom.svg +5 -0
  51. package/src/Icons/Bug.svg +3 -0
  52. package/src/Icons/Bullet.svg +3 -0
  53. package/src/Icons/Bullets.svg +15 -0
  54. package/src/Icons/Bulllet.svg +3 -0
  55. package/src/Icons/Calendar.svg +3 -0
  56. package/src/Icons/Chart.svg +3 -0
  57. package/src/Icons/Check.svg +4 -0
  58. package/src/Icons/CheckList.svg +7 -0
  59. package/src/Icons/Checkbox.svg +6 -0
  60. package/src/Icons/Clear.svg +3 -0
  61. package/src/Icons/Close.svg +3 -0
  62. package/src/Icons/CloseRound.svg +3 -0
  63. package/src/Icons/CloseSmall.svg +4 -0
  64. package/src/Icons/Code.svg +4 -0
  65. package/src/Icons/Collapse.svg +5 -0
  66. package/src/Icons/CollapseRound.svg +5 -0
  67. package/src/Icons/Column.svg +3 -0
  68. package/src/Icons/Comment.svg +3 -0
  69. package/src/Icons/Completed.svg +3 -0
  70. package/src/Icons/Connect.svg +4 -0
  71. package/src/Icons/ConnectedDoc.svg +11 -0
  72. package/src/Icons/ContentDirectory.svg +3 -0
  73. package/src/Icons/ConvertToItem.svg +3 -0
  74. package/src/Icons/ConvertToSubitem.svg +3 -0
  75. package/src/Icons/Counter.svg +12 -0
  76. package/src/Icons/Country.svg +3 -0
  77. package/src/Icons/CreditCard.svg +3 -0
  78. package/src/Icons/Custom.svg +5 -0
  79. package/src/Icons/Cut.svg +6 -0
  80. package/src/Icons/Dashboard.svg +3 -0
  81. package/src/Icons/DashboardPrivate.svg +5 -0
  82. package/src/Icons/Deactivate.svg +3 -0
  83. package/src/Icons/Delete.svg +3 -0
  84. package/src/Icons/Dependency.svg +3 -0
  85. package/src/Icons/Description.svg +6 -0
  86. package/src/Icons/DisabledUser.svg +11 -0
  87. package/src/Icons/Divider.svg +3 -0
  88. package/src/Icons/Doc.svg +5 -0
  89. package/src/Icons/DocPrivate.svg +6 -0
  90. package/src/Icons/DocShareable.svg +3 -0
  91. package/src/Icons/DocTemplate.svg +3 -0
  92. package/src/Icons/DoubleCheck.svg +3 -0
  93. package/src/Icons/Download.svg +3 -0
  94. package/src/Icons/Drag.svg +11 -0
  95. package/src/Icons/Dropdown.svg +3 -0
  96. package/src/Icons/DropdownChevronDown.svg +4 -0
  97. package/src/Icons/DropdownChevronLeft.svg +4 -0
  98. package/src/Icons/DropdownChevronRight.svg +4 -0
  99. package/src/Icons/DropdownChevronUp.svg +4 -0
  100. package/src/Icons/DueDate.svg +3 -0
  101. package/src/Icons/Duplicate.svg +3 -0
  102. package/src/Icons/Edit.svg +3 -0
  103. package/src/Icons/Education.svg +3 -0
  104. package/src/Icons/Email.svg +3 -0
  105. package/src/Icons/Embed.svg +3 -0
  106. package/src/Icons/Emoji.svg +6 -0
  107. package/src/Icons/Enter.svg +3 -0
  108. package/src/Icons/Erase.svg +3 -0
  109. package/src/Icons/Event.svg +4 -0
  110. package/src/Icons/Expand.svg +3 -0
  111. package/src/Icons/ExternalPage.svg +3 -0
  112. package/src/Icons/Favorite.svg +3 -0
  113. package/src/Icons/Featured.svg +3 -0
  114. package/src/Icons/Feedback.svg +3 -0
  115. package/src/Icons/File.svg +4 -0
  116. package/src/Icons/Filter.svg +5 -0
  117. package/src/Icons/Folder.svg +5 -0
  118. package/src/Icons/Form.svg +6 -0
  119. package/src/Icons/Formula.svg +4 -0
  120. package/src/Icons/Forum.svg +3 -0
  121. package/src/Icons/Fullscreen.svg +3 -0
  122. package/src/Icons/FullscreenClose.svg +3 -0
  123. package/src/Icons/Gallery.svg +6 -0
  124. package/src/Icons/Gantt.svg +5 -0
  125. package/src/Icons/Gif.svg +5 -0
  126. package/src/Icons/Globe.svg +5 -0
  127. package/src/Icons/Graph.svg +3 -0
  128. package/src/Icons/Group.svg +3 -0
  129. package/src/Icons/Guest.svg +3 -0
  130. package/src/Icons/Health.svg +3 -0
  131. package/src/Icons/Help.svg +5 -0
  132. package/src/Icons/Hide.svg +3 -0
  133. package/src/Icons/Highlight.svg +4 -0
  134. package/src/Icons/HighlightColorBucket.svg +3 -0
  135. package/src/Icons/Home.svg +3 -0
  136. package/src/Icons/IPRestrictions.svg +3 -0
  137. package/src/Icons/Idea.svg +3 -0
  138. package/src/Icons/Image.svg +5 -0
  139. package/src/Icons/Inbox.svg +4 -0
  140. package/src/Icons/Info.svg +3 -0
  141. package/src/Icons/Integrations.svg +3 -0
  142. package/src/Icons/Invite.svg +11 -0
  143. package/src/Icons/Italic.svg +9 -0
  144. package/src/Icons/Item.svg +3 -0
  145. package/src/Icons/ItemDefaultValues.svg +3 -0
  146. package/src/Icons/ItemHeightTriple.svg +8 -0
  147. package/src/Icons/Keyboard.svg +3 -0
  148. package/src/Icons/Labs.svg +3 -0
  149. package/src/Icons/Launch.svg +10 -0
  150. package/src/Icons/Layout.svg +3 -0
  151. package/src/Icons/LearnMore.svg +5 -0
  152. package/src/Icons/Lines.svg +5 -0
  153. package/src/Icons/Link.svg +3 -0
  154. package/src/Icons/Location.svg +3 -0
  155. package/src/Icons/Locked.svg +3 -0
  156. package/src/Icons/LogIn.svg +8 -0
  157. package/src/Icons/LogOut.svg +8 -0
  158. package/src/Icons/LongText.svg +3 -0
  159. package/src/Icons/Mention.svg +4 -0
  160. package/src/Icons/Menu.svg +6 -0
  161. package/src/Icons/Microphone.svg +3 -0
  162. package/src/Icons/Minimize.svg +4 -0
  163. package/src/Icons/Mirror.svg +3 -0
  164. package/src/Icons/Mobile.svg +3 -0
  165. package/src/Icons/MondayDoc.svg +3 -0
  166. package/src/Icons/MondayLogoOutline.svg +3 -0
  167. package/src/Icons/Moon.svg +3 -0
  168. package/src/Icons/MoreActions.svg +3 -0
  169. package/src/Icons/MoreBelow.svg +5 -0
  170. package/src/Icons/MoreBelowFilled.svg +3 -0
  171. package/src/Icons/MoveArrowDown.svg +4 -0
  172. package/src/Icons/MoveArrowLeft.svg +4 -0
  173. package/src/Icons/MoveArrowLeftDouble.svg +10 -0
  174. package/src/Icons/MoveArrowRight.svg +4 -0
  175. package/src/Icons/MoveArrowUp.svg +4 -0
  176. package/src/Icons/Mute.svg +4 -0
  177. package/src/Icons/MyWeek.svg +5 -0
  178. package/src/Icons/NavigationChevronDown.svg +4 -0
  179. package/src/Icons/NavigationChevronLeft.svg +4 -0
  180. package/src/Icons/NavigationChevronRight.svg +4 -0
  181. package/src/Icons/NavigationChevronUp.svg +4 -0
  182. package/src/Icons/NavigationDoubleChevronLeft.svg +4 -0
  183. package/src/Icons/NewTab.svg +3 -0
  184. package/src/Icons/Night.svg +5 -0
  185. package/src/Icons/NoColor.svg +5 -0
  186. package/src/Icons/Note.svg +3 -0
  187. package/src/Icons/Notifications.svg +4 -0
  188. package/src/Icons/NotificationsMuted.svg +4 -0
  189. package/src/Icons/Numbers.svg +8 -0
  190. package/src/Icons/Offline.svg +4 -0
  191. package/src/Icons/Open.svg +4 -0
  192. package/src/Icons/Page.svg +3 -0
  193. package/src/Icons/Paste.svg +7 -0
  194. package/src/Icons/Pause.svg +3 -0
  195. package/src/Icons/Person.svg +4 -0
  196. package/src/Icons/PersonRound.svg +4 -0
  197. package/src/Icons/Pin.svg +3 -0
  198. package/src/Icons/Placeholder.svg +3 -0
  199. package/src/Icons/Play.svg +3 -0
  200. package/src/Icons/Print.svg +3 -0
  201. package/src/Icons/PushNotification.svg +3 -0
  202. package/src/Icons/Quote.svg +6 -0
  203. package/src/Icons/Radio.svg +3 -0
  204. package/src/Icons/Recurring.svg +3 -0
  205. package/src/Icons/RecycleBin.svg +11 -0
  206. package/src/Icons/Redo.svg +4 -0
  207. package/src/Icons/Remove.svg +3 -0
  208. package/src/Icons/Replay.svg +3 -0
  209. package/src/Icons/Retry.svg +3 -0
  210. package/src/Icons/Robot.svg +3 -0
  211. package/src/Icons/Rotate.svg +3 -0
  212. package/src/Icons/Search.svg +3 -0
  213. package/src/Icons/Security.svg +3 -0
  214. package/src/Icons/Send.svg +3 -0
  215. package/src/Icons/Settings.svg +3 -0
  216. package/src/Icons/SettingsKnobs.svg +3 -0
  217. package/src/Icons/Share.svg +3 -0
  218. package/src/Icons/ShortText.svg +3 -0
  219. package/src/Icons/Show.svg +3 -0
  220. package/src/Icons/Shredder.svg +3 -0
  221. package/src/Icons/Sort.svg +4 -0
  222. package/src/Icons/SortAscending.svg +3 -0
  223. package/src/Icons/SortDescending.svg +3 -0
  224. package/src/Icons/Sound.svg +4 -0
  225. package/src/Icons/Status.svg +10 -0
  226. package/src/Icons/StrikethroughS.svg +12 -0
  227. package/src/Icons/StrikethroughT.svg +11 -0
  228. package/src/Icons/Subitems.svg +3 -0
  229. package/src/Icons/Sun.svg +3 -0
  230. package/src/Icons/Switch.svg +3 -0
  231. package/src/Icons/Switcher.svg +18 -0
  232. package/src/Icons/Table.svg +3 -0
  233. package/src/Icons/Tags.svg +3 -0
  234. package/src/Icons/Team.svg +3 -0
  235. package/src/Icons/Text.svg +3 -0
  236. package/src/Icons/TextBig.svg +3 -0
  237. package/src/Icons/TextColorIndicator.svg +26 -0
  238. package/src/Icons/TextCopy.svg +3 -0
  239. package/src/Icons/TextHuge.svg +3 -0
  240. package/src/Icons/TextMedium.svg +3 -0
  241. package/src/Icons/TextSmall.svg +3 -0
  242. package/src/Icons/Textcolor.svg +5 -0
  243. package/src/Icons/ThumbsUp.svg +3 -0
  244. package/src/Icons/Time.svg +3 -0
  245. package/src/Icons/Timeline.svg +5 -0
  246. package/src/Icons/Translation.svg +3 -0
  247. package/src/Icons/TurnInto.svg +6 -0
  248. package/src/Icons/Underline.svg +8 -0
  249. package/src/Icons/Undo.svg +4 -0
  250. package/src/Icons/Unlocked.svg +3 -0
  251. package/src/Icons/Update.svg +3 -0
  252. package/src/Icons/Upgrade.svg +3 -0
  253. package/src/Icons/Upload.svg +3 -0
  254. package/src/Icons/UserDomain.svg +4 -0
  255. package/src/Icons/UserStatus.svg +4 -0
  256. package/src/Icons/Versioning.svg +3 -0
  257. package/src/Icons/Video.svg +6 -0
  258. package/src/Icons/Wand.svg +3 -0
  259. package/src/Icons/Warning.svg +5 -0
  260. package/src/Icons/WhatsNew.svg +3 -0
  261. package/src/Icons/Widgets.svg +3 -0
  262. package/src/Icons/Work.svg +3 -0
  263. package/src/Icons/Workflow.svg +7 -0
  264. package/src/Icons/Workspace.svg +3 -0
  265. package/src/Icons/iconsMetaData.js +1801 -0
  266. package/src/Themes/_basic-theme.scss +26 -0
  267. package/src/Themes/_black-theme.scss +23 -0
  268. package/src/Themes/_dark-theme.scss +23 -0
  269. package/src/Themes/_hacker-theme.scss +23 -0
  270. package/src/Themes/basic/_basic-theme-legacy-settings.scss +4 -0
  271. package/src/Themes/basic/_basic-theme-settings.scss +4 -0
  272. package/src/Themes/basic/_content-colors.scss +239 -0
  273. package/src/Themes/black/_black-theme-content-colors.scss +240 -0
  274. package/src/Themes/black/_black-theme-legacy-settings.scss +4 -0
  275. package/src/Themes/black/_black-theme-settings.scss +4 -0
  276. package/src/Themes/dark/_dark-theme-content-colors.scss +240 -0
  277. package/src/Themes/dark/_dark-theme-legacy-settings.scss +4 -0
  278. package/src/Themes/dark/_dark-theme-settings.scss +4 -0
  279. package/src/Themes/hacker/_hacker-theme-content-colors.scss +240 -0
  280. package/src/Themes/hacker/_hacker-theme-legacy-settings.scss +4 -0
  281. package/src/Themes/hacker/_hacker-theme-settings.scss +4 -0
  282. package/src/_common.scss +9 -0
  283. package/src/_config.scss +17 -0
  284. package/src/_core.scss +12 -0
  285. package/src/_functions.scss +8 -0
  286. package/src/_internal-mixins.scss +5 -0
  287. package/src/_mixins.scss +3 -0
  288. package/src/_themes.scss +5 -0
  289. package/src/config/maps/_config-basic-theme-maps.scss +7 -0
  290. package/src/config/maps/_config-black-theme-maps.scss +4 -0
  291. package/src/config/maps/_config-core-maps.scss +12 -0
  292. package/src/config/maps/_config-dark-theme-maps.scss +4 -0
  293. package/src/config/maps/_config-hacker-theme-maps.scss +5 -0
  294. package/src/config/maps/core/_core-borders.scss +9 -0
  295. package/src/config/maps/core/_core-common-map.scss +9 -0
  296. package/src/config/maps/core/_core-fonts-map-deprecated.scss +37 -0
  297. package/src/config/maps/core/_core-motion-map.scss +17 -0
  298. package/src/config/maps/core/_core-radius-map.scss +10 -0
  299. package/src/config/maps/core/_core-shadows-map.scss +19 -0
  300. package/src/config/maps/core/_core-spacing-map.scss +14 -0
  301. package/src/config/maps/core/_core-typography-map-deprecated.scss +40 -0
  302. package/src/config/maps/core/_core-typography-map.scss +52 -0
  303. package/src/config/maps/themes/basic/keys/_keys.scss +71 -0
  304. package/src/config/maps/themes/basic/keys/legacy/_legacy-keys.scss +34 -0
  305. package/src/config/maps/themes/basic/palette/_palette.scss +157 -0
  306. package/src/config/maps/themes/basic/palette/legacy/_legacy-pallete.scss +82 -0
  307. package/src/config/maps/themes/black/keys/_black-theme-keys.scss +70 -0
  308. package/src/config/maps/themes/black/keys/legacy/_black-theme-legacy-keys.scss +33 -0
  309. package/src/config/maps/themes/dark/keys/_dark-theme-keys.scss +72 -0
  310. package/src/config/maps/themes/dark/keys/legacy/_dark-theme-legacy-keys.scss +33 -0
  311. package/src/config/maps/themes/hacker/keys/_hacker-theme-keys.scss +69 -0
  312. package/src/config/maps/themes/hacker/keys/legacy/_hacker-theme-legacy-keys.scss +33 -0
  313. package/src/config/maps/themes/hacker/palette/legacy/_hacker-theme-legacy-palette.scss +7 -0
  314. package/src/config/tokens/_config-basic-theme-tokens.scss +7 -0
  315. package/src/config/tokens/_config-black-theme-tokens.scss +6 -0
  316. package/src/config/tokens/_config-core-tokens.scss +16 -0
  317. package/src/config/tokens/_config-dark-theme-tokens.scss +6 -0
  318. package/src/config/tokens/_config-hacker-theme-tokens.scss +7 -0
  319. package/src/config/tokens/core/_core-border.scss +5 -0
  320. package/src/config/tokens/core/_core-common.scss +7 -0
  321. package/src/config/tokens/core/_core-fonts-deprecated.scss +37 -0
  322. package/src/config/tokens/core/_core-motion.scss +35 -0
  323. package/src/config/tokens/core/_core-opacity.scss +14 -0
  324. package/src/config/tokens/core/_core-radius.scss +6 -0
  325. package/src/config/tokens/core/_core-shadows.scss +7 -0
  326. package/src/config/tokens/core/_core-spacing.scss +10 -0
  327. package/src/config/tokens/core/_core-typography-deprecated.scss +55 -0
  328. package/src/config/tokens/core/_core-typography.scss +55 -0
  329. package/src/config/tokens/themes/basic/keys/_keys.scss +87 -0
  330. package/src/config/tokens/themes/basic/keys/legacy/_legacy-keys.scss +51 -0
  331. package/src/config/tokens/themes/basic/palette/_palette.scss +210 -0
  332. package/src/config/tokens/themes/basic/palette/legacy/_legacy-pallete.scss +102 -0
  333. package/src/config/tokens/themes/black/keys/_black-theme-keys.scss +79 -0
  334. package/src/config/tokens/themes/black/keys/legacy/_black-theme-legacy-keys.scss +50 -0
  335. package/src/config/tokens/themes/black/palette/_black-theme-palette.scss +19 -0
  336. package/src/config/tokens/themes/dark/keys/_dark-theme-keys.scss +82 -0
  337. package/src/config/tokens/themes/dark/keys/legacy/_dark-theme-legacy-keys.scss +49 -0
  338. package/src/config/tokens/themes/dark/palette/_dark-theme-palette.scss +47 -0
  339. package/src/config/tokens/themes/hacker/keys/_hacker-theme-keys.scss +78 -0
  340. package/src/config/tokens/themes/hacker/keys/legacy/hacker-theme-legacy-keys.scss +53 -0
  341. package/src/config/tokens/themes/hacker/palette/_hacker-theme-palette.scss +25 -0
  342. package/src/config/tokens/themes/hacker/palette/legacy/_hacker-theme-legacy-palette.scss +9 -0
  343. package/src/core/_core-settings.scss +20 -0
  344. package/src/files/colors.json +696 -0
  345. package/src/functions/_camelize.scss +25 -0
  346. package/src/functions/_capitalize.scss +11 -0
  347. package/src/functions/_contain.scss +8 -0
  348. package/src/functions/_extract-rgb.scss +8 -0
  349. package/src/functions/_map-collect.scss +17 -0
  350. package/src/index.scss +18 -0
  351. package/src/internal-mixins/_generate-custom-properties.scss +12 -0
  352. package/src/internal-mixins/_utilities.scss +76 -0
  353. package/src/loaders/monday.svg +0 -0
  354. package/src/mixins/_common.scss +67 -0
  355. package/src/mixins/_states.scss +48 -0
  356. package/src/mixins/_typography.scss +24 -0
  357. package/src/utilities/_utilities-maps.scss +33 -0
  358. package/stylelint-config/index.js +7 -0
  359. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/fixtures/contains-values-with-multiple-replacements.scss +4 -0
  360. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/fixtures/contains-values-with-single-replacement.scss +8 -0
  361. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/index.test.js +170 -0
  362. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/props-to-allowed-vars.test.js +122 -0
  363. package/stylelint-config/rules/use-defined-css-var-when-available/index.js +105 -0
  364. package/stylelint-config/rules/use-defined-css-var-when-available/parse-monday-css.js +115 -0
  365. package/stylelint-config/rules/use-defined-css-var-when-available/props-to-allowed-vars.js +161 -0
@@ -0,0 +1,210 @@
1
+ // BASIC THEME TOKENS: BASE COLORS
2
+ // - This partial defines Basic Theme's base color tokens
3
+ // FIGMA REFERENCE: COLOR PRIMITIVES
4
+
5
+ // Colors
6
+ // - Brand
7
+ $color-basic_blue: #0073ea;
8
+ $color-dark_blue: #0060b9;
9
+ $color-highlight_blue: #cce5ff;
10
+ $color-sky_blue: #aed4fc;
11
+
12
+ // - Semantics
13
+ $color-basic_green: #00854d;
14
+ $color-dark_green: #007038;
15
+ $color-pastel_green: #bbdbc9;
16
+ $color-olive_green: #b5cec0;
17
+
18
+ $color-basic_red: #d83a52;
19
+ $color-blood_red: #b63546;
20
+ $color-pastel_red: #f4c3cb;
21
+ $color-pinky_red: #ecb7bf;
22
+
23
+ $color-purple-med: #a25ddc; // content color duplication
24
+ $color-bazooka: #f65f7c;
25
+
26
+ $color-yellow-dark: #ffcb00; // warning colors
27
+ $color-desert: #eaaa15;
28
+ $color-summer_sun: #fceba1;
29
+ $color-yellow_sand: #f2d973;
30
+
31
+ // Natural
32
+ $color-snow_white: #ffffff;
33
+
34
+ // Natural / Gray
35
+ $color-ui_grey: #dcdfec;
36
+ $color-wolf_gray: #c3c6d4;
37
+ $color-mud_black: #323338;
38
+ $color-teal-lightstone_gray: #f6f7fb;
39
+ // - Muted
40
+ $color-ui_grey-muted: #ecedf5;
41
+
42
+ // Text
43
+ $color-asphalt: #676879;
44
+ $color-link_color: #1f76c2;
45
+
46
+ // Surface
47
+ $color-surface: #292f4c;
48
+
49
+ // Semantics old aliases,
50
+ // - Success, used as positive key alias
51
+ $color-success: $color-basic_green;
52
+ $color-success-hover: $color-dark_green;
53
+ $color-success-highlight: $color-pastel_green;
54
+
55
+ // - Error, used as negative key alias
56
+ $color-error: $color-basic_red;
57
+ $color-error-hover: $color-blood_red;
58
+ $color-error-highlight: $color-pastel_red;
59
+
60
+ $color-alice_blue: #f0f7ff;
61
+
62
+
63
+ // MONOCHROME
64
+ $color-white: #FFFFFF;
65
+ $color-black: #000000;
66
+
67
+ // PRIMARY COLORS
68
+ $colors-sand-100: #F3F1E9;
69
+ $colors-sand-200: #E6E4D4;
70
+ $colors-sand-300: #D3D0B2;
71
+ $colors-sand-400: #BFBB8E;
72
+ $colors-sand-500: #9E9A61;
73
+ $colors-sand-600: #858251;
74
+ $colors-sand-700: #6C6A42;
75
+ $colors-sand-800: #525232;
76
+ $colors-sand-900: #393923;
77
+ $colors-sand-950: #1F2013;
78
+
79
+ $colors-obsidian-100: #EFEFF0;
80
+ $colors-obsidian-200: #DCDCE2;
81
+ $colors-obsidian-300: #C9C9D2;
82
+ $colors-obsidian-400: #A8A8B6;
83
+ $colors-obsidian-500: #9292A5;
84
+ $colors-obsidian-600: #7B7B8E;
85
+ $colors-obsidian-700: #686779;
86
+ $colors-obsidian-800: #494857;
87
+ $colors-obsidian-900: #2D2D3A;
88
+ $colors-obsidian-950: #19191E;
89
+
90
+ $colors-solar-flare-100: #ffdfe3;
91
+ $colors-solar-flare-200: #ffadb7;
92
+ $colors-solar-flare-300: #ff697b;
93
+ $colors-solar-flare-400: #ff3a52;
94
+ $colors-solar-flare-500: #ff0020;
95
+ $colors-solar-flare-600: #de001c;
96
+ $colors-solar-flare-700: #bb0018;
97
+ $colors-solar-flare-800: #8b0012;
98
+ $colors-solar-flare-900: #60000c;
99
+ $colors-solar-flare-950: #3c0008;
100
+
101
+ // SECONDARY COLORS
102
+ $colors-gray-100: #f8f8f8;
103
+ $colors-gray-200: #e9e9e9;
104
+ $colors-gray-300: #d1d1d1;
105
+ $colors-gray-400: #b5b5b5;
106
+ $colors-gray-500: #8e8e8e;
107
+ $colors-gray-600: #757575;
108
+ $colors-gray-700: #5c5c5c;
109
+ $colors-gray-800: #3a3a3a;
110
+ $colors-gray-900: #212121;
111
+ $colors-gray-950: #111111;
112
+
113
+ $colors-yellow-100: #fffbf2;
114
+ $colors-yellow-200: #ffedca;
115
+ $colors-yellow-300: #ffd993;
116
+ $colors-yellow-400: #ffc769;
117
+ $colors-yellow-500: #ffb444;
118
+ $colors-yellow-600: #cf9330;
119
+ $colors-yellow-700: #9e721f;
120
+ $colors-yellow-800: #6e5011;
121
+ $colors-yellow-900: #3d2d07;
122
+ $colors-yellow-950: #281d04;
123
+
124
+ $colors-orange-100: #FCF6F3;
125
+ $colors-orange-200: #FEDBC9;
126
+ $colors-orange-300: #F8B897;
127
+ $colors-orange-400: #F29261;
128
+ $colors-orange-500: #E17037;
129
+ $colors-orange-600: #C9571D;
130
+ $colors-orange-700: #A34110;
131
+ $colors-orange-800: #80320A;
132
+ $colors-orange-900: #572004;
133
+ $colors-orange-950: #351302;
134
+
135
+ $colors-lime-100: #f2fced;
136
+ $colors-lime-200: #cff1ba;
137
+ $colors-lime-300: #ace48a;
138
+ $colors-lime-400: #8ad35d;
139
+ $colors-lime-500: #68bf33;
140
+ $colors-lime-600: #54a324;
141
+ $colors-lime-700: #418518;
142
+ $colors-lime-800: #2f650e;
143
+ $colors-lime-900: #1d4207;
144
+ $colors-lime-950: #132e02;
145
+
146
+ $colors-green-100: #f0f7f5;
147
+ $colors-green-200: #b4d8cc;
148
+ $colors-green-300: #78b6a3;
149
+ $colors-green-400: #3e9178;
150
+ $colors-green-500: #076b4d;
151
+ $colors-green-600: #025b40;
152
+ $colors-green-700: #004932;
153
+ $colors-green-800: #003524;
154
+ $colors-green-900: #001f14;
155
+ $colors-green-950: #00170f;
156
+
157
+ $colors-teal-100: #eff8fb;
158
+ $colors-teal-200: #c2e5ed;
159
+ $colors-teal-300: #97cfdc;
160
+ $colors-teal-400: #6eb8c9;
161
+ $colors-teal-500: #48a0b4;
162
+ $colors-teal-600: #378799;
163
+ $colors-teal-700: #286c7c;
164
+ $colors-teal-800: #1b515d;
165
+ $colors-teal-900: #0f343d;
166
+ $colors-teal-950: #061f25;
167
+
168
+ $colors-steel-100: #f2f5f8;
169
+ $colors-steel-200: #c1cfdd;
170
+ $colors-steel-300: #91a9c0;
171
+ $colors-steel-400: #6383a1;
172
+ $colors-steel-500: #375d81;
173
+ $colors-steel-600: #2b4d6e;
174
+ $colors-steel-700: #1f3d59;
175
+ $colors-steel-800: #152d44;
176
+ $colors-steel-900: #0d1d2d;
177
+ $colors-steel-950: #07121e;
178
+
179
+ $colors-pink-100: #fbeefc;
180
+ $colors-pink-200: #efbff0;
181
+ $colors-pink-300: #e093e1;
182
+ $colors-pink-400: #ce69d0;
183
+ $colors-pink-500: #ba42bc;
184
+ $colors-pink-600: #9e31a0;
185
+ $colors-pink-700: #812382;
186
+ $colors-pink-800: #611762;
187
+ $colors-pink-900: #3f0d40;
188
+ $colors-pink-950: #250526;
189
+
190
+ $colors-red-100: #f9ebeb;
191
+ $colors-red-200: #e4b0b0;
192
+ $colors-red-300: #cc7775;
193
+ $colors-red-400: #b1423c;
194
+ $colors-red-500: #930f08;
195
+ $colors-red-600: #810701;
196
+ $colors-red-700: #6d0200;
197
+ $colors-red-800: #560000;
198
+ $colors-red-900: #3d0000;
199
+ $colors-red-950: #260000;
200
+
201
+ $colors-purple-100: #f3ebf9;
202
+ $colors-purple-200: #ab7cd0;
203
+ $colors-purple-300: #ab7cd0;
204
+ $colors-purple-400: #8749b8;
205
+ $colors-purple-500: #62199c;
206
+ $colors-purple-600: #531088;
207
+ $colors-purple-700: #41086e;
208
+ $colors-purple-800: #300353;
209
+ $colors-purple-900: #1e0037;
210
+ $colors-purple-950: #130023;
@@ -0,0 +1,102 @@
1
+ // BASIC THEME TOKENS: LEGACY COLORS
2
+ // - This partial defines Basic Theme's legacy color tokens
3
+ // - Legacy colors are colors that are not part of the theme's keys
4
+ // - Legacy colors are currently presented as custom properties
5
+ // - Due to separation between Registration and Semantic candidates sort order between group is important
6
+ // - Some Semantic candidates are aliases or Registration colors (as it should be)
7
+ // - We define a token as a registration key when it has an alias name that indicates a certain role.
8
+ // - This way we eliminate duplication for hard coded value declaration.
9
+
10
+ // Registrations
11
+ // #1c1f3b is used twice without distinct connection or registration link
12
+ // - by order: color-timeline_blue, $color-board_views_blue,
13
+ // - currently we leave it hardcoded and do not link them to each other.
14
+
15
+ // Registration Candidates
16
+ // - Color based naming but without an alias assignment.
17
+ // - Sort by color similarity
18
+ $color-dark_marble: #f1f1f1;
19
+ $color-marble: #f7f7f7;
20
+ $color-gainsboro: #e1e1e1; // identical to $color-content-explosive-selected
21
+ $color-extra_light_gray: #edeef0;
22
+ $color-glitter: #d9f0ff;
23
+ $color-ultra_light_gray: #ebebeb;
24
+ $color-very_light_gray: #a1a1a1;
25
+ $color-jaco_gray: #9699a6;
26
+ $color-storm_gray: #6b6d77;
27
+ $color-trolley-grey: #808080;
28
+ $color-basic_light_blue: #c7e6fa;
29
+ $color-light_blue: #61caf7;
30
+ $color-turquoise: #66ccff;
31
+ $color-aqua: #00d1d1;
32
+ $color-live_blue: #009aff;
33
+ $color-jeans: #597bfc;
34
+ $color-burned_eggplant: #181d37;
35
+ $color-light-pink: #ff5ac4;
36
+ $color-dark-pink: #ff158a;
37
+ $color-dark_red: #bb3354;
38
+ $color-yellow: #ffcb00;
39
+ $color-mustered: #cab641;
40
+ $color-orange: #fdab3d;
41
+ $color-lime-green: #9cd326;
42
+ $color-jade: #03c875;
43
+ $color-green-haze: #00a359;
44
+ $color-grass-green: #037f4c; // TODO:removed when content scope is merged. manual duplication of color-green-dark.
45
+ $color-amethyst: $color-purple-med;
46
+ $color-dark-purple: #784bd1;
47
+
48
+ // Semantic candidates
49
+ // - Role based naming convention but they are not aliases
50
+ // - Sorted by name similarity and context, A-Z,
51
+ // - when we have similar names such as $color-blue_links : $color-blue-link with the same value,
52
+ // we use the first one as an alias value and the other ones as aliases.
53
+ // - We use custom properties as the values assignment.
54
+
55
+ $color-blue_links: #0086c0;
56
+ $color-blue-links-alias: $color-blue_links;
57
+ $color-public: $color-live_blue;
58
+ $color-private: $color-bazooka;
59
+ $color-board_views_grey: #6e6f8f;
60
+ $color-board_views_grey_hover: #b2b3d0;
61
+ $color-board_views_blue: #1c1f3b;
62
+ $color-board_views_blue_secondary: #363a52;
63
+ $color-border_light_gray: #f5f6f8;
64
+ $color-brand-blue: #00a9ff;
65
+ $color-brand-charcoal: #2b2c5c;
66
+ $color-brand-gold: #ffcc00;
67
+ $color-brand-green: #11dd80;
68
+ $color-brand-iris: #595ad4;
69
+ $color-brand-light-blue: #00cff4;
70
+ $color-brand-malachite: #00cd6f;
71
+ $color-brand-purple: #a358d0;
72
+ $color-brand-red: #f74875;
73
+ $color-deadline_upcoming_indication: #5d6387;
74
+ $color-default_group_color: #579bfc;
75
+ $color-form_btn_hover: #0083d9;
76
+ $color-form_purple: #575c96;
77
+ $color-highlight: #dff0ff;
78
+ $color-green_shadow: #00c875;
79
+ $color-green-shadow-alias: $color-green_shadow;
80
+ $color-red_shadow: #e2445c;
81
+ $color-red-shadow-alias: $color-red_shadow;
82
+ $color-like_red: #fb275d;
83
+ $color-pulse_bg: #f0f0f0;
84
+ $color-pulse_text_color: #333333;
85
+ $color-placholder_gray: #d8d8d8;
86
+ $color-placeholder_light_gray: #efefef;
87
+ $color-excel-green: #207245;
88
+ $color-media-blue: #2ea2e9;
89
+ $color-pdf-red: #bb0706;
90
+ $color-ppt-orange: #d64e2a;
91
+ $color-word-blue: #2a5699;
92
+ $color-zip-orange: #e4901c;
93
+ $color-scrollbar_gray: #b2b2b2;
94
+ $color-timeline_grid_blue: #454662;
95
+ $color-timeline_blue: #1c1f3b;
96
+
97
+ // Base Layer non UI Vibe values
98
+ $color-snow_white-rgb: extract-rgb($color-snow_white);
99
+ $color-snow_white-with-opacity: rgba($color-snow_white, 0.4);
100
+ $color-wolf_gray-with-opacity: rgba($color-wolf_gray, 0.1);
101
+ $color-asphalt-with-opacity: rgba($color-asphalt, 0.1);
102
+ $color-highlight_blue-rgb: extract-rgb($color-highlight_blue);
@@ -0,0 +1,79 @@
1
+ // BLACK THEME TOKENS: SEMANTIC KEYS COLORS
2
+ // - This partial defines Black Theme's Semantic Keys color tokens
3
+
4
+ // - Theme keys should hold registration values (colors, content colors, other keys)
5
+ // - In some case there are unique hex values assignments
6
+ // - They should be transformed into Registration colors.
7
+ // - We add some annotation to their scope when found.
8
+ // - When several key has the same value and have a connection
9
+ // - We either use $theme-dark token or var(--token) depending on connection logic and value type.
10
+
11
+ // SHADOWS
12
+ $theme-black-box-shadow-color: $color-black;
13
+
14
+ $theme-black-box-shadow-xs: $shadow-size-xs $theme-black-box-shadow-color;
15
+ $theme-black-box-shadow-small: $shadow-size-small $theme-black-box-shadow-color;
16
+ $theme-black-box-shadow-medium: $shadow-size-medium $theme-black-box-shadow-color;
17
+ $theme-black-box-shadow-large: $shadow-size-large $theme-black-box-shadow-color;
18
+
19
+
20
+ // Fixed colors - Mostly Monochrome Values
21
+ $theme-black-fixed-light-color: $color-white;
22
+ $theme-black-fixed-dark-color: $color-black;
23
+
24
+ // SURFACES COLORS
25
+ $theme-black-surface-primary: $colors-gray-900;
26
+ $theme-black-surface-primary-hover: rgba($colors-gray-900, 0.3);
27
+ $theme-black-surface-secondary: $colors-gray-800;
28
+ $theme-black-surface-tertiary: $colors-gray-700;
29
+ $theme-black-surface-quaternary: $colors-gray-600;
30
+ $theme-black-surface-selected: $colors-steel-900;
31
+ $theme-black-surface-inverse: $color-white;
32
+ $theme-black-surface-success: $colors-green-800;
33
+ $theme-black-surface-alert: $colors-red-800;
34
+ $theme-black-surface-warning: $colors-yellow-800;
35
+
36
+ // BRAND
37
+ $theme-black-primary-color: $primary-color;
38
+ $theme-black-primary-hover-color: $primary-hover-color;
39
+ $theme-black-primary-selected-hover-color: $color-deep_blue;
40
+ $theme-black-primary-highlighted-color: $color-downriver;
41
+
42
+ // TEXT COLORS
43
+ $theme-black-text-primary: $color-white;
44
+ $theme-black-text-secondary: $colors-gray-400;
45
+ $theme-black-text-tertiary: $colors-gray-700;
46
+ $theme-black-text-color-on-primary: $text-color-on-primary;
47
+ $theme-black-text-color-on-inverted: $color-vanta;
48
+ $theme-black-placeholder-color: $color-mouse;
49
+ $theme-black-icon-primary: $color-mouse;
50
+ $theme-black-link-color: $colors-steel-300;
51
+
52
+
53
+ // System Semantics (state, status)
54
+ $theme-black-disabled-text-color: rgba($theme-black-text-primary, var(--disabled-component-opacity));
55
+ $theme-black-disabled-background-color: $color-dust-muted;
56
+
57
+ $theme-black-positive-color: $colors-green-700;
58
+ $theme-black-positive-color-hover: $colors-green-600;
59
+ $theme-black-positive-color-selected: $colors-green-600;
60
+ $theme-black-positive-color-selected-hover: $colors-green-500;
61
+ $theme-black-positive-color-background: $colors-green-700;
62
+ $theme-black-negative-color: $colors-red-700;
63
+ $theme-black-negative-color-hover: $colors-red-600;
64
+ $theme-black-negative-color-selected: $colors-red-600;
65
+ $theme-black-negative-color-selected-hover: $colors-red-500;
66
+ $theme-black-negative-color-background: $colors-red-700;
67
+ $theme-black-warning-color: $colors-yellow-700;
68
+ $theme-black-warning-color-hover: $colors-yellow-600;
69
+ $theme-black-warning-color-selected: $colors-yellow-600;
70
+ $theme-black-warning-color-selected-hover: $colors-yellow-500;
71
+ $theme-black-warning-color-background: $colors-yellow-700;
72
+
73
+ // DIVIDER COLORS
74
+ $theme-black-divider-primary: $colors-gray-700;
75
+ $theme-black-divider-secondary: $colors-gray-600;
76
+ $theme-black-divider-overlay: rgba($colors-gray-200, $shadow-xs-opacity);
77
+ $theme-black-divider-halo: $colors-steel-600;
78
+ $theme-black-divider-selected: $colors-steel-300;
79
+
@@ -0,0 +1,50 @@
1
+ // BLACK THEME TOKENS: LEGACY KEYS
2
+ // - This partial defines Black Theme's legacy keys tokens
3
+ // - Legacy keys are colors that are not part of the theme's keys
4
+ // - Legacy keys are currently presented as custom properties
5
+ // - Due to separation between Registration and Semantic candidates sort order between group is important
6
+ // - Some Semantic candidates are aliases or Registration colors (as it should be)
7
+ // - Legacy keys might be in use within themes.
8
+ // - Per now they cannot be deprecated.
9
+ // - We define a token as a legacy key when:
10
+ // - It has a legacy registration color as value.(value duplication)
11
+ // - It has name that indicates a certain role
12
+ // - It is abstract and not tied to a specific use. (such as some legacy tokens)
13
+ // - Some other token is using them and it makes a sense (connection is clear)
14
+ // - This way we eliminate duplication for hard coded value declaration.
15
+
16
+ // # Not in Vibe UI definitions
17
+ $theme-black-primary-on-secondary-color: $color-basic_blue;
18
+ $theme-black-primary-hover-on-secondary-color: $color-dark_blue;
19
+ $theme-black-surface-selected-rgb: extract-rgb($color-ocean_blue);
20
+ $theme-black-primary-selected-on-secondary-color: $color-ocean_blue;
21
+ $theme-black-primary-text-on-secondary-color: $color-smog;
22
+
23
+ $theme-black-surface-primary-rgb: extract-rgb($color-vanta);
24
+ $theme-black-primary-background-hover-on-secondary-color: $color-dust;
25
+ $theme-black-surface-secondary-rgb: extract-rgb($color-night);
26
+
27
+ $theme-black-link-on-secondary-color: $color-arctic_blue;
28
+
29
+ $theme-black-modal-background-color: $color-midnight;
30
+ $theme-black-dark-background-color: $color-night;
31
+ $theme-black-dark-background-on-secondary-color: $color-silver;
32
+ $theme-black-dialog-background-color: $color-night;
33
+
34
+ $theme-black-label-background-color: $color-buster_blue; // todo: fix, not part of Vibe colors
35
+ $theme-black-label-background-on-secondary-color: $color-buster_blue; // todo: fix, not part of Vibe colors
36
+
37
+ $theme-black-icon-on-secondary-color: $color-mouse;
38
+ $theme-black-placeholder-color-with-opacity: rgba($color-mouse, 0.1);
39
+ $theme-black-placeholder-on-secondary-color: $color-mouse;
40
+
41
+ // States
42
+ $theme-black-disabled-text-on-secondary-color: $theme-black-disabled-text-color;
43
+ $theme-black-disabled-background-on-secondary-color: $theme-black-disabled-background-color;
44
+
45
+ // borders
46
+ $theme-black-ui-border-on-secondary-color: $color-smoke;
47
+ $theme-black-layout-border-on-secondary-color: $color-dust;
48
+
49
+ // legacy shadow
50
+ $theme-black-box-shadow-mediun: var(--box-shadow-medium);
@@ -0,0 +1,19 @@
1
+ // BLACK THEME TOKENS: BASE COLORS
2
+ // - This partial defines Black Theme's base color tokens
3
+
4
+ // Natural / Gray
5
+ $color-smoke: #8d8d8d;
6
+ $color-dust: #636363;
7
+ $color-night: #2c2c2c;
8
+ $color-vanta: #111111;
9
+ // - Muted
10
+ $color-dust-muted: #3a3a3a;
11
+
12
+ // Text
13
+ $color-smog: #eeeeee;
14
+ $color-mouse: #aaaaaa;
15
+
16
+ // Surface
17
+ $color-charcoal: #212121;
18
+
19
+ $color-downriver: #0b2858;
@@ -0,0 +1,82 @@
1
+ // DARK THEME TOKENS: SEMANTIC KEYS COLORS
2
+ // - This partial defines Basic Theme's Semantic Keys color tokens
3
+
4
+ // - Theme keys should hold registration values (colors, content colors, other keys)
5
+ // - In some case there are unique hex values assignments
6
+ // - They should be transformed into Registration colors.
7
+ // - We add some annotation to their scope when found.
8
+ // - When several key has the same value and have a connection
9
+ // - We either use $theme-dark token or var(--token) depending on connection logic and value type.
10
+
11
+ // SHADOWS
12
+ $theme-dark-shadow-color: $colors-steel-950; // todo: fix, not part of Vibe colors
13
+ $theme-dark-shadow-opacity: 0.5;
14
+
15
+ $theme-dark-box-shadow-xs: $shadow-size-xs rgba($theme-dark-shadow-color, $theme-dark-shadow-opacity);
16
+ $theme-dark-box-shadow-small: $shadow-size-small rgba($theme-dark-shadow-color, $theme-dark-shadow-opacity);
17
+ $theme-dark-box-shadow-medium: $shadow-size-medium rgba($theme-dark-shadow-color, $theme-dark-shadow-opacity);
18
+ $theme-dark-box-shadow-large: $shadow-size-large rgba($theme-dark-shadow-color, $theme-dark-shadow-opacity);
19
+
20
+
21
+
22
+ // Fixed colors - Mostly Monochrome Values
23
+ $theme-dark-fixed-light-color: $color-white;
24
+ $theme-dark-fixed-dark-color: $color-black;
25
+
26
+ // SURFACES COLORS
27
+ $theme-dark-surface-primary: $colors-steel-900;
28
+ $theme-dark-surface-primary-hover: rgba($colors-steel-900, 0.3);
29
+ $theme-dark-surface-secondary: $colors-steel-800;
30
+ $theme-dark-surface-tertiary: $colors-steel-700;
31
+ $theme-dark-surface-quaternary: $colors-steel-600;
32
+ $theme-dark-surface-selected: $colors-steel-900;
33
+ $theme-dark-surface-inverse: $colors-steel-100; // todo: fix, value from basic theme
34
+ $theme-dark-surface-success: $colors-green-800;
35
+ $theme-dark-surface-alert: $colors-red-800;
36
+ $theme-dark-surface-warning: $colors-yellow-800;
37
+
38
+ // BRAND COLORS
39
+ $theme-dark-primary-color: $primary-color;
40
+ $theme-dark-primary-hover-color: $primary-hover-color;
41
+ $theme-dark-primary-selected-hover-color: $color-deep_blue;
42
+ $theme-dark-primary-highlighted-color: $color-tyrian_blue;
43
+
44
+ // TEXT COLORS
45
+ $theme-dark-text-primary: $color-white;
46
+ $theme-dark-text-secondary: $colors-gray-400; // todo: fix, value from basic legacy palette
47
+ $theme-dark-text-tertiary: $colors-gray-700; // todo: fix, value from basic legacy palette
48
+ $theme-dark-text-color-on-primary: $text-color-on-primary; // todo: fix, value from basic theme
49
+ $theme-dark-text-color-on-inverted: $color-mud_black; // todo: fix, value from basic theme
50
+ $theme-dark-placeholder-color: $color-wolf_gray; // todo: fix, value from basic theme
51
+ $theme-dark-icon-primary: $color-wolf_gray; // todo: fix, value from basic theme
52
+ $theme-dark-link-color: $colors-steel-300;
53
+
54
+
55
+ // System Semantics (state, status)
56
+ $theme-dark-disabled-text-color: rgba($theme-dark-text-primary, var(--disabled-component-opacity));
57
+ $theme-dark-disabled-background-color: $color-silver_muted;
58
+
59
+ $theme-dark-positive-color: $colors-green-700;
60
+ $theme-dark-positive-color-hover: $colors-green-600;
61
+ $theme-dark-positive-color-selected: $colors-green-600;
62
+ $theme-dark-positive-color-selected-hover: $colors-green-500;
63
+ $theme-dark-positive-color-background: $colors-green-700;
64
+ $theme-dark-negative-color: $colors-red-700;
65
+ $theme-dark-negative-color-hover: $colors-red-600;
66
+ $theme-dark-negative-color-selected: $colors-red-600;
67
+ $theme-dark-negative-color-selected-hover: $colors-red-500;
68
+ $theme-dark-negative-color-background: $colors-red-700;
69
+ $theme-dark-warning-color: $colors-yellow-700;
70
+ $theme-dark-warning-color-hover: $colors-yellow-600;
71
+ $theme-dark-warning-color-selected: $colors-yellow-600;
72
+ $theme-dark-warning-color-selected-hover: $colors-yellow-500;
73
+ $theme-dark-warning-color-background: $colors-yellow-700;
74
+
75
+ // DIVIDER COLORS
76
+ $theme-dark-divider-primary: $colors-steel-700;
77
+ $theme-dark-divider-secondary: $colors-steel-600;
78
+ $theme-dark-divider-overlay: rgba($colors-steel-200, $shadow-xs-opacity);
79
+ $theme-dark-divider-halo: $colors-steel-600;
80
+ $theme-dark-divider-selected: $colors-steel-300;
81
+
82
+
@@ -0,0 +1,49 @@
1
+ // DARK THEME TOKENS: LEGACY KEYS
2
+ // - This partial defines Dark Theme's legacy keys tokens
3
+ // - Legacy keys are colors that are not part of the theme's keys
4
+ // - Legacy keys are currently presented as custom properties
5
+ // - Due to separation between Registration and Semantic candidates sort order between group is important
6
+ // - Some Semantic candidates are aliases or Registration colors (as it should be)
7
+ // - Legacy keys might be in use within themes.
8
+ // - Per now they cannot be deprecated.
9
+ // - We define a token as a legacy key when:
10
+ // - It has a legacy registration color as value.(value duplication)
11
+ // - It has name that indicates a certain role
12
+ // - It is abstract and not tied to a specific use. (such as some legacy tokens)
13
+ // - Some other token is using them and it makes a sense (connection is clear)
14
+ // - This way we eliminate duplication for hard coded value declaration.
15
+
16
+ // # Not in Vibe UI definitions
17
+ $theme-dark-primary-on-secondary-color: $color-basic_blue;
18
+ $theme-dark-primary-hover-on-secondary-color: $color-dark_blue;
19
+ $theme-dark-surface-selected-rgb: extract-rgb($color-ocean_blue);
20
+ $theme-dark-primary-selected-on-secondary-color: $color-ocean_blue;
21
+ $theme-dark-primary-text-on-secondary-color: $color-snow;
22
+
23
+ $theme-dark-surface-primary-rgb: extract-rgb($color-midnight);
24
+ $theme-dark-primary-background-hover-on-secondary-color: $color-silver;
25
+ $theme-dark-surface-secondary-rgb: extract-rgb($color-graphite);
26
+
27
+ $theme-dark-link-on-secondary-color: $color-arctic_blue;
28
+
29
+ $theme-dark-modal-background-color: $color-midnight;
30
+ $theme-dark-dark-background-color: $color-carbon_blue; // todo: fix, not part of Vibe colors
31
+ $theme-dark-dark-background-on-secondary-color: $color-silver;
32
+ $theme-dark-dialog-background-color: $color-graphite;
33
+
34
+ $theme-dark-label-background-color: $color-buster_blue; // todo: fix, not part of Vibe colors
35
+ $theme-dark-label-background-on-secondary-color: $color-buster_blue; // todo: fix, not part of Vibe colors
36
+
37
+ $theme-dark-icon-on-secondary-color: $color-wolf_gray; // todo: fix, theme basic natural color
38
+ $theme-dark-placeholder-color-with-opacity: $color-wolf_gray-with-opacity; // todo: fix, theme basic natural color
39
+ $theme-dark-placeholder-on-secondary-color: $color-wolf_gray; // todo: fix, theme basic natural color
40
+
41
+ // States
42
+ $theme-dark-ui-border-on-secondary-color: $color-fog;
43
+ $theme-dark-layout-border-on-secondary-color: $color-silver;
44
+
45
+ $theme-dark-disabled-text-on-secondary-color: $theme-dark-disabled-text-color;
46
+ $theme-dark-disabled-background-on-secondary-color: $theme-dark-disabled-background-color;
47
+
48
+ // legacy shadow
49
+ $theme-dark-box-shadow-mediun: var(--box-shadow-medium);
@@ -0,0 +1,47 @@
1
+ // DARK THEME TOKENS: BASE COLORS
2
+ // - This partial defines Dark Theme's base color tokens
3
+ // -- Please notice Dark theme is also using basic theme colors as dependency.
4
+ // --- Only New theme related colors are defined here.
5
+
6
+ // Colors
7
+ // - Brand
8
+ $color-ocean_blue: #133774;
9
+ $color-deep_blue: #0d2e65;
10
+
11
+ // - Semantics
12
+ $color-forest_green: #025231;
13
+ $color-darker_green: #194733;
14
+
15
+ $color-maroon_red: #642830;
16
+ $color-amber_red: #5a2027;
17
+
18
+ $color-brass: #503e02; // Warning colors
19
+ $color-aztec_gold: #402f00;
20
+
21
+ // Natural / Gray
22
+ $color-midnight: #181b34;
23
+ $color-graphite: #30324e;
24
+ $color-silver: #4b4e69;
25
+ $color-fog: #797e93;
26
+ $color-snow: #d5d8df;
27
+ // - Muted
28
+ $color-silver_muted: #3c3f59;
29
+ $color-wolf_gray-muted: rgba($color-wolf_gray, 0.75);
30
+
31
+ // Text
32
+ $color-spacegrey: #9699a5;
33
+ $color-arctic_blue: #69a7ef;
34
+
35
+ // Shadow
36
+ $color-rift: #090b19;
37
+
38
+ // temp alias
39
+ // - todo: fix, not part of Vibe colors, used for:
40
+ // -- var(--label-background-color)
41
+ // -- var(--label-background-on-secondary-color)
42
+ $color-buster_blue: #404b69;
43
+ // - todo: fix, not part of Vibe colors, used for:
44
+ // -- var(--dark-background-color)
45
+ $color-carbon_blue: #393b53;
46
+
47
+ $color-tyrian_blue: #0d2753;