Skip to content

Commit

Permalink
fix light colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vrepsys committed Dec 19, 2024
1 parent 82861ec commit 2ddbe45
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/styles/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 2ddbe45

Please sign in to comment.