Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/extension/src/frame/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const ensureStyles = (): void => {
padding: 0 1rem;
border: 0;
border-radius: 12px;
background: #c029f0;
background: #8112D2;
color: #ffffff;
font: inherit;
font-size: 0.9375rem;
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/components/sidebar/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const navBtnClass =
'flex flex-1 items-center pl-2 laptop:pl-0 pr-5 laptop:pr-3 h-10 laptop:h-9 overflow-hidden';
export const SidebarAside = classed(
'aside',
'flex flex-col z-sidebarOverlay laptop:z-sidebar laptop:-translate-x-0 left-0 bg-background-default border-r border-border-subtlest-tertiary transition-[width,transform] duration-300 ease-in-out group fixed top-0 h-full',
'flex flex-col z-sidebarOverlay laptop:z-sidebar laptop:-translate-x-0 left-0 bg-background-subtle border-r border-border-subtlest-tertiary transition-[width,transform] duration-300 ease-in-out group fixed top-0 h-full',
);
export const SidebarScrollWrapper = classed(
'div',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

&::before {
background: linear-gradient(135.18deg, #E769FB 0%, #9E70F8 24.16%, #68A6FD 40%, #9E70F8 71.33%, #D473F4 100%);
background: linear-gradient(135.18deg, #BC94F2 0%, #A0ABF3 24.16%, #92CAFF 40%, #A0ABF3 71.33%, #A35DED 100%);
content: '';
position: absolute;
top: 0;
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ details.right-icon {
}

.squad-background-fade {
background: radial-gradient(ellipse, #c029f088 0%, #c029f000 400px);
background: radial-gradient(ellipse, #8112D288 0%, #8112D200 400px);
background-size: 1200px 500px;
background-position: center -250px;
background-repeat: no-repeat;
Expand Down Expand Up @@ -911,7 +911,7 @@ meter::-webkit-meter-bar {
}

&-best-price {
background: linear-gradient(135deg, #E769FB 0%, #9E70F8 44.71%, #68A6FD 100%);
background: linear-gradient(135deg, #BC94F2 0%, #A0ABF3 44.71%, #92CAFF 100%);
}
}

Expand Down Expand Up @@ -1077,11 +1077,11 @@ meter::-webkit-meter-bar {
}

.top-hero-panel-border {
background: linear-gradient(122deg, #2d1b8f 0%, #5d1fb7 45%, #ff00a8 100%);
background: linear-gradient(122deg, #2C2986 0%, #500086 45%, #E85692 100%);
}

.top-hero-glow {
background: rgb(255 0 168 / 35%);
background: rgb(249 86 175 / 35%);
}

.top-hero-aurora {
Expand Down
234 changes: 117 additions & 117 deletions packages/shared/src/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,148 +39,148 @@ type ColorPalette = Record<Exclude<ColorName, ColorName.Salt>, Color> &

const colors: ColorPalette = {
burger: {
'10': '#C98464',
'20': '#C07A5B',
'30': '#B67052',
'40': '#AD6648',
'50': '#A0583C',
'60': '#914B31',
'70': '#864129',
'80': '#7C3822',
'90': '#722F1B',
'10': '#E1CCBF',
'20': '#D1B7A6',
'30': '#BE9F8B',
'40': '#A6856F',
'50': '#916F58',
'60': '#7D5D48',
'70': '#6B4E3B',
'80': '#594130',
'90': '#473325',
},
blueCheese: {
'10': '#6FF1F6',
'20': '#5CECF1',
'30': '#45E5ED',
'40': '#2CDCE6',
'50': '#0DCFDC',
'60': '#08C0CE',
'70': '#05B5C5',
'80': '#02AABD',
'90': '#009FB3',
'10': '#B7F5FD',
'20': '#94E5F0',
'30': '#6CD1DF',
'40': '#3EBAC9',
'50': '#00A6B6',
'60': '#0092A1',
'70': '#00818E',
'80': '#00717D',
'90': '#00616B',
},
avocado: {
'10': '#74F3BC',
'20': '#65F1AE',
'30': '#51EBA0',
'40': '#39E58C',
'50': '#1DDC6F',
'60': '#15CE5C',
'70': '#0FC54F',
'80': '#0ABD42',
'90': '#04B435',
'10': '#B7F7C7',
'20': '#96E8AC',
'30': '#70D68F',
'40': '#47BF72',
'50': '#19AB5A',
'60': '#00974C',
'70': '#008542',
'80': '#007539',
'90': '#0C6332',
},
lettuce: {
'10': '#DBFE6C',
'20': '#CCFB5B',
'30': '#BDF849',
'40': '#ACF535',
'50': '#92F21D',
'60': '#7DE914',
'70': '#6FE20F',
'80': '#62DB09',
'90': '#58D404',
'10': '#A2DF6C',
'20': '#A2DF6C',
'30': '#A2DF6C',
'40': '#88CB44',
'50': '#72B818',
'60': '#65A700',
'70': '#5B9701',
'80': '#548813',
'90': '#4C771E',
},
cheese: {
'10': '#FFF76F',
'20': '#FFF35A',
'30': '#FFEF40',
'40': '#FFE923',
'50': '#FFDF00',
'60': '#FCD400',
'70': '#F9CC00',
'80': '#F6C400',
'90': '#F3BC00',
'10': '#E6D858',
'20': '#E6D858',
'30': '#E6D858',
'40': '#D4C31B',
'50': '#C1B100',
'60': '#B1A300',
'70': '#A39500',
'80': '#968900',
'90': '#877C11',
},
bun: {
'10': '#FFB760',
'20': '#FFAA55',
'30': '#FF9D48',
'40': '#FF8E3B',
'50': '#FF7A2B',
'60': '#FA6620',
'70': '#F55919',
'80': '#F04C11',
'90': '#EB3F0A',
'10': '#FFE1CC',
'20': '#FFC89E',
'30': '#FFA761',
'40': '#EA8B36',
'50': '#D67400',
'60': '#BC6500',
'70': '#A65800',
'80': '#924D00',
'90': '#7D4100',
},
ketchup: {
'10': '#F3796C',
'20': '#ED685C',
'30': '#E7574B',
'40': '#E04337',
'50': '#D52B20',
'60': '#C72017',
'70': '#BD1911',
'80': '#B3110B',
'90': '#A90A05',
'10': '#FEA196',
'20': '#F9857A',
'30': '#EF655B',
'40': '#DD423B',
'50': '#CA1C20',
'60': '#B20010',
'70': '#99000C',
'80': '#820008',
'90': '#6B0005',
},
bacon: {
'10': '#FE7AB6',
'20': '#FD6EA9',
'30': '#FD619D',
'40': '#FC538D',
'50': '#FC4079',
'60': '#F33163',
'70': '#EA2654',
'80': '#E21C48',
'90': '#D9113A',
'10': '#FFB5CD',
'20': '#FF98BC',
'30': '#F976A8',
'40': '#E85692',
'50': '#D5397F',
'60': '#C0296F',
'70': '#AA2161',
'80': '#941F55',
'90': '#7C1D47',
},
cabbage: {
'10': '#E669FB',
'20': '#E05CF8',
'30': '#D74CF6',
'40': '#CE3DF3',
'50': '#C029F0',
'60': '#AC1DE4',
'70': '#9E15D9',
'80': '#900DCF',
'90': '#8505C4',
'10': '#BC94F2',
'20': '#B17BF2',
'30': '#A35DED',
'40': '#913BE0',
'50': '#8112D2',
'60': '#6F00B8',
'70': '#5E009D',
'80': '#500086',
'90': '#40006D',
},
onion: {
'10': '#9D70F8',
'20': '#8D62F4',
'30': '#8055F0',
'40': '#7147ED',
'50': '#5F37E9',
'60': '#4E2CD7',
'70': '#4325C8',
'80': '#3B1EBA',
'90': '#3319AD',
'10': '#A0ABF3',
'20': '#8B97F2',
'30': '#767FEB',
'40': '#6065DC',
'50': '#4E4FCD',
'60': '#413FB6',
'70': '#36329E',
'80': '#2C2986',
'90': '#221F6B',
},
water: {
'10': '#68A6FC',
'20': '#5C9BFA',
'30': '#508CF9',
'40': '#427EF7',
'50': '#3169F5',
'60': '#2556ED',
'70': '#1D49E6',
'80': '#153CE0',
'90': '#0D31D9',
'10': '#92CAFF',
'20': '#6CB7FD',
'30': '#40A1F4',
'40': '#0087E0',
'50': '#0072BE',
'60': '#0061A2',
'70': '#00518A',
'80': '#004374',
'90': '#00355D',
},
salt: {
'0': '#FFFFFF',
'10': '#F5F8FC',
'20': '#EDF0F7',
'30': '#E4E9F2',
'40': '#DBE1ED',
'50': '#CFD6E6',
'60': '#C2CADE',
'70': '#B9C2D9',
'80': '#B0BBD4',
'90': '#A8B3CF',
'10': '#F6F6FB',
'20': '#EEEEF3',
'30': '#E5E6EB',
'40': '#DCDCE1',
'50': '#D0D0D5',
'60': '#C3C3C9',
'70': '#B7B7BC',
'80': '#AAAAAF',
'90': '#9E9EA3',
},
pepper: {
'10': '#525866',
'20': '#494E5B',
'30': '#404551',
'40': '#383C47',
'50': '#2D313A',
'60': '#22262D',
'70': '#1C1F26',
'80': '#17191F',
'90': '#0E1217',
'10': '#62626B',
'20': '#56565E',
'30': '#494951',
'40': '#3C3C44',
'50': '#2E2E36',
'60': '#222229',
'70': '#19191F',
'80': '#131319',
'90': '#0E0E14',
},
twitter: {
'10': '#37BBF6',
Expand Down
Loading
Loading