Skip to content

Commit

Permalink
New Array Icons and new colors for cartouches (#5842)
Browse files Browse the repository at this point in the history
  • Loading branch information
lankaukk authored Jun 5, 2024
1 parent d491998 commit 27060e4
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions editor/src/uuiui/styles/theme/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ const darkBase = {
brandNeonGreen: createUtopiColor('oklch(86.6% 0.27 158.6)'),
green: createUtopiColor('oklch(88% 0.2535 150)'),
green10: createUtopiColor('oklch(88% 0.2535 150 / 10%)'),
green20: createUtopiColor('oklch(88% 0.2535 150 / 20%)'),
pinkSubdued: createUtopiColor('oklch(33% 0.07 327)'),
secondaryBlue: createUtopiColor('oklch(75.44% 0.138 251.22)'),
secondaryOrange: createUtopiColor('oklch(81.8% 0.141 47)'),
denimBlue: createUtopiColor('oklch(33.65% 0.09 255)'),
lightDenimBlue: createUtopiColor('oklch(25% 0.07 255)'),
selectionBlue: createUtopiColor('oklch(66.9% 0.18 248.8)'),
selectionBlue10: createUtopiColor('oklch(66.9% 0.18 248.8 / 10%)'),
selectionBlue20: createUtopiColor('oklch(66.9% 0.18 248.8 / 20%)'),
childSelectionBlue: createUtopiColor('oklch(35.15% 0.11 243)'),
selectionPurple: createUtopiColor('oklch(53.22% 0.28 289.7)'),
childSelectionPurple: createUtopiColor('oklch(32.25% 0.13 293.16)'),
Expand Down
2 changes: 2 additions & 0 deletions editor/src/uuiui/styles/theme/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ const lightBase = {
brandNeonGreen: createUtopiColor('oklch(86.6% 0.27 158.6)'),
green: createUtopiColor('oklch(64.6% 0.17 150.6)'),
green10: createUtopiColor('oklch(64.6% 0.17 150.6 / 10%)'),
green20: createUtopiColor('oklch(64.6% 0.17 150.6 / 20%)'),
pinkSubdued: createUtopiColor('oklch(92% 0.076 326)'),
secondaryBlue: createUtopiColor('oklch(74.5% 0.14 241.9)'),
secondaryOrange: createUtopiColor('oklch(78.97% 0.192 70)'),
denimBlue: createUtopiColor('oklch(91.3% 0.04 252)'),
lightDenimBlue: createUtopiColor('oklch(97% 0.02 254)'),
selectionBlue: createUtopiColor('oklch(66.9% 0.18 248.8)'),
selectionBlue10: createUtopiColor('oklch(66.9% 0.18 248.8 / 10%)'),
selectionBlue20: createUtopiColor('oklch(66.9% 0.18 248.8 / 20%)'),
childSelectionBlue: createUtopiColor('oklch(92.39% 0.05 236.2)'),
selectionPurple: createUtopiColor('oklch(53.22% 0.28 289.7)'),
childSelectionPurple: createUtopiColor('oklch(89.45% 0.06 302.7)'),
Expand Down

0 comments on commit 27060e4

Please sign in to comment.