Skip to content

Commit

Permalink
feat: add new bluer blue color palette to core theme (#3646)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Jan 18, 2024
1 parent 80737a0 commit b5cb086
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-donuts-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-core": patch
---

feat: add new bluer blue color palette to core theme
22 changes: 11 additions & 11 deletions themes/theme-core/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ const red = {
} as const;

const blue = {
'50': '#f1f4ff',
'100': '#e5e8ff',
'200': '#ced5ff',
'300': '#a7b1ff',
'400': '#767fff',
'500': '#3f42ff',
'600': '#2118ff',
'700': '#1007fa',
'800': '#0d05d2',
'900': '#0c06ac',
'950': '#000088',
'50': '#eff6ff',
'100': '#dbeafe',
'200': '#bfdbfe',
'300': '#93c5fd',
'400': '#60a5fa',
'500': '#3b82f6',
'600': '#2563eb',
'700': '#1d4ed8',
'800': '#1e40af',
'900': '#1e3a8a',
'950': '#172554',
} as const;

export const colors = {
Expand Down

2 comments on commit b5cb086

@vercel
Copy link

@vercel vercel bot commented on b5cb086 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./docs

marigold-docs-git-main-marigold.vercel.app
marigold-docs.vercel.app
marigold-docs-marigold.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b5cb086 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-git-main-marigold.vercel.app
marigold-latest.vercel.app
marigold-storybook-marigold.vercel.app

Please sign in to comment.