Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,31 @@ const OpenSpool = () => {
{ label: 'Ash Grey', value: 'ash_grey', hex: '898989' },
{ label: 'Grey', value: 'grey', hex: 'BCBCBC' },
{ label: 'Black', value: 'black', hex: '161616' },
{ label: 'Matte Ivory White', value: 'matte_ivory_white', hex: 'FFFFFF' },
{ label: 'Matte Latte Brown', value: 'matte_latte_brown', hex: 'D3B7A7' },
{ label: 'Matte Lilac Purple', value: 'matte_lilac_purple', hex: 'AE96D4' },
{ label: 'Matte Ash Grey', value: 'matte_ash_grey', hex: '9B9EA0' },
{ label: 'Matte Mandarin Orange', value: 'matte_mandarin_orange', hex: 'F99963' },
{ label: 'Matte Sakura Pink', value: 'matte_sakura_pink', hex: 'E8AFCF' },
{ label: 'Matte Ice Blue', value: 'matte_ice_blue', hex: 'A3D8E1' },
{ label: 'Matte Marine Blue', value: 'matte_marine_blue', hex: '0078BF' },
{ label: 'Matte Lemon Yellow', value: 'matte_lemon_yellow', hex: 'F7D959' },
{ label: 'Matte Scarlet Red', value: 'matte_scarlet_red', hex: 'DE4343' },
{ label: 'Matte Dark Red', value: 'matte_dark_red', hex: 'BB3D43' },
{ label: 'Matte Dark Brown', value: 'matte_dark_brown', hex: '7D6556' },
{ label: 'Matte Dark Green', value: 'matte_dark_green', hex: '68724D' },
{ label: 'Matte Grass Green', value: 'matte_grass_green', hex: '61C680' },
{ label: 'Matte Dark Blue', value: 'matte_dark_blue', hex: '042F56' },
{ label: 'Matte Charcoal', value: 'matte_charcoal', hex: '000000' },
{ label: 'Matte Desert Tan', value: 'matte_desert_tan', hex: 'E8DBB7' },
{ label: 'Matte Bone White', value: 'matte_bone_white', hex: 'CBC6B8' },
{ label: 'Matte Plum', value: 'matte_plum', hex: '950051' },
{ label: 'Matte Sky Blue', value: 'matte_sky_blue', hex: '56B7E6' },
{ label: 'Matte Apple Green', value: 'matte_apple_green', hex: 'C2E189' },
{ label: 'Matte Dark Chocolate', value: 'matte_dark_chocolate', hex: '4D3324' },
{ label: 'Matte Caramel', value: 'matte_caramel', hex: 'AE835B' },
{ label: 'Matte Terracotta', value: 'matte_terracotta', hex: 'B15533' },
{ label: 'Matte Nardo Gray', value: 'matte_nardo_gray', hex: '757575' },
];

const types = [
Expand Down