File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/wonder-blocks-tokens/src/theme/semantic/internal Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import { fade } from "../../../util/color-utils" ;
22
33// Base colors
4- const black = "#191918 " ;
4+ const black = "#151521 " ;
55const white = "#FFFFFF" ;
66
77/**
@@ -74,11 +74,12 @@ export const color = {
7474 blue_70 : "#DFEAFF" ,
7575 blue_60 : "#BFCAFF" ,
7676 blue_50 : "#8DA2FF" ,
77- blue_40 : "#6E78FF " ,
77+ blue_40 : "#6C82FF " ,
7878 blue_30 : "#5753FA" ,
7979 blue_20 : "#4340D0" ,
8080 blue_10 : "#363498" ,
8181 blue_05 : "#252368" ,
82+ blue_01 : "#222149" ,
8283 // Magenta
8384 magenta_90 : "#FCEEF7" ,
8485 magenta_80 : "#FFE3F4" ,
@@ -100,7 +101,7 @@ export const color = {
100101 gray_30 : "#8A8B90" ,
101102 gray_20 : "#717279" ,
102103 gray_10 : "#4A4C53" ,
103- gray_05 : "#35373F " ,
104+ gray_05 : "#252531 " ,
104105 // Black
105106 black_100 : black ,
106107 black_50 : fade ( black , 0.5 ) ,
You can’t perform that action at this time.
0 commit comments