Skip to content

Commit 208f349

Browse files
committed
add dark mode colors
1 parent 6139b57 commit 208f349

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/preset-polaris/src/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ export const polaris = {
1313
gray: '#DFE3E8',
1414
accent: '#F49342',
1515
darken: '#00044C',
16+
modes: {
17+
dark: {
18+
text: '#3E4155',
19+
background: '#000639',
20+
primary: '#9C6ADE',
21+
secondary: '#B4E1FA',
22+
highlight: '#B7ECEC',
23+
muted: '#e6e6e6',
24+
},
25+
},
1626
},
1727
fonts: {
1828
body: text,

0 commit comments

Comments
 (0)