diff --git a/packages/desktop-client/src/style/palette.ts b/packages/desktop-client/src/style/palette.ts index 0a3eb1f980..1260d0936d 100644 --- a/packages/desktop-client/src/style/palette.ts +++ b/packages/desktop-client/src/style/palette.ts @@ -34,53 +34,53 @@ export const blue400 = oldColors.b6; b6 = '#40A5F7'; export const blue500 = oldColors.b5; b5 = '#2B8FED'; export const blue600 = oldColors.b4; b4 = '#1980D4'; export const blue700 = oldColors.b3; b3 = '#1271BF'; -export const blue800 = oldColors.b2; -export const blue900 = oldColors.b1; -export const green50 = oldColors.g11; -export const green100 = oldColors.g10; -export const green150 = oldColors.g9; -export const green200 = oldColors.g8; -export const green300 = oldColors.g7; -export const green400 = oldColors.g6; -export const green500 = oldColors.g5; -export const green600 = oldColors.g4; -export const green700 = oldColors.g3; -export const green800 = oldColors.g2; -export const green900 = oldColors.g1; -export const orange50 = oldColors.y11; -export const orange100 = oldColors.y10; -export const orange150 = oldColors.y9; -export const orange200 = oldColors.y8; -export const orange300 = oldColors.y7; -export const orange400 = oldColors.y6; -export const orange500 = oldColors.y5; -export const orange600 = oldColors.y4; -export const orange700 = oldColors.y3; -export const orange800 = oldColors.y2; -export const orange900 = oldColors.y1; -export const red50 = oldColors.r11; -export const red100 = oldColors.r10; -export const red150 = oldColors.r9; -export const red200 = oldColors.r8; -export const red300 = oldColors.r7; -export const red400 = oldColors.r6; -export const red500 = oldColors.r5; -export const red600 = oldColors.r4; -export const red700 = oldColors.r3; -export const red800 = oldColors.r2; -export const red900 = oldColors.r1; -export const purple50 = oldColors.p11; -export const purple100 = oldColors.p10; +export const blue800 = oldColors.b2; b2 = '#0B5FA3'; +export const blue900 = oldColors.b1; b1 = '#034388'; +export const green50 = oldColors.g11; g11 = '#FAFFFD'; +export const green100 = oldColors.g10; g10 = '#EFFCF6'; +export const green150 = oldColors.g9; g9 = '#C6F7E2'; +export const green200 = oldColors.g8; g8 = '#8EEDC7'; +export const green300 = oldColors.g7; g7 = '#65D6AD'; +export const green400 = oldColors.g6; g6 = '#3EBD93'; +export const green500 = oldColors.g5; g5 = '#27AB83'; +export const green600 = oldColors.g4; g4 = '#199473'; +export const green700 = oldColors.g3; g3 = '#147D64'; +export const green800 = oldColors.g2; g2 = '#0C6B58'; +export const green900 = oldColors.g1; g1 = '#014D40'; +export const orange50 = oldColors.y11; y11 = '#FFFEFA'; +export const orange100 = oldColors.y10; y10 = '#FFFBEA'; +export const orange150 = oldColors.y9; y9 = '#FFF7C4'; +export const orange200 = oldColors.y8; y8 = '#FCF088'; +export const orange300 = oldColors.y7; y7 = '#F5E35D'; +export const orange400 = oldColors.y6; y6 = '#F2D047'; +export const orange500 = oldColors.y5; y5 = '#E6BB20'; +export const orange600 = oldColors.y4; y4 = '#D4A31C'; +export const orange700 = oldColors.y3; y3 = '#B88115'; +export const orange800 = oldColors.y2; y2 = '#87540d'; +export const orange900 = oldColors.y1; y1 = '#733309'; +export const red50 = oldColors.r11; r11 = '#FFF1F1'; +export const red100 = oldColors.r10; r10 = '#FFE3E3'; +export const red150 = oldColors.r9; r9 = '#FFBDBD'; +export const red200 = oldColors.r8; r8 = '#FF9B9B'; +export const red300 = oldColors.r7; r7 = '#F86A6A'; +export const red400 = oldColors.r6; r6 = '#EF4E4E'; +export const red500 = oldColors.r5; r5 = '#E12D39'; +export const red600 = oldColors.r4; r4 = '#CF1124'; +export const red700 = oldColors.r3; r3 = '#AB091E'; +export const red800 = oldColors.r2; r2 = '#8A041A'; +export const red900 = oldColors.r1; r1 = '#610316'; +export const purple50 = oldColors.p11; p11 = '#F9F6FE'; +export const purple100 = oldColors.p10; p10 = '#F2EBFE'; export const purple125 = '#e4d4ff'; -export const purple150 = oldColors.p9; -export const purple200 = oldColors.p8; -export const purple300 = oldColors.p7; -export const purple400 = oldColors.p6; -export const purple500 = oldColors.p5; -export const purple600 = oldColors.p4; -export const purple700 = oldColors.p3; -export const purple800 = oldColors.p2; -export const purple900 = oldColors.p1; +export const purple150 = oldColors.p9; p9 = '#DAC4FF'; +export const purple200 = oldColors.p8; p8 = '#B990FF'; +export const purple300 = oldColors.p7; p7 = '#A368FC'; +export const purple400 = oldColors.p6; p6 = '#9446ED'; +export const purple500 = oldColors.p5; p5 = '#8719E0'; +export const purple600 = oldColors.p4; p4 = '#7A0ECC'; +export const purple700 = oldColors.p3; p3 = '#690CB0'; +export const purple800 = oldColors.p2; p2 = '#580A94'; +export const purple900 = oldColors.p1; p1 = '#44056E'; export const white = '#ffffff'; export const black = '#000000'; export const hover = '#fafafa';