diff --git a/packages/styles/src/index.ts b/packages/styles/src/index.ts index f973645..509ba2f 100644 --- a/packages/styles/src/index.ts +++ b/packages/styles/src/index.ts @@ -91,23 +91,23 @@ export const getCoreSpec = (): CoreSpec => ({ export const getLightColorsSpec = (): ColorSpec => ({ color: { text: { - high: '219 100% 100%', - base: '219 5% 89%', - low: '219 6% 70%', - lower: '219 6% 65%', - lowest: '219 6% 60%', - disabled: '219 6% 70%', + high: '219 5% 5%', + base: '219 5% 23%', + low: '219 6% 36%', + lower: '219 6% 42%', + lowest: '219 6% 47%', + disabled: '219 6% 36%', }, accent: { - high: '150 95% 75%', - base: '150 90% 65%', - low: '150 15% 30%', + high: '117 62% 20%', + base: '117 62% 30%', + low: '150 15% 80%', }, syntax: { - syntax1: '150 66% 66%', - syntax2: '40 50% 66%', - syntax3: '340 50% 75%', - syntax4: '210 77% 69%', + syntax1: '117 62% 30%', + syntax2: '27 90% 30%', + syntax3: '295 60% 40%', + syntax4: '240 60% 40%', }, note: hsl(slate.slate12), info: hsl(blue.blue11),