File tree Expand file tree Collapse file tree
packages/design-tokens/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 */
44[data-theme = 'dark' ],
55.dark {
6- /* For default neutral surface (#222325 ) */
7- --color-background-default : var (--brand-colors-grey-grey800 );
8- /* For sunken neutral surface below background/default (#121314 ) */
9- --color-background-alternative : var (--brand-colors-grey-grey900 );
10- /* For raised neutral surface above background/default (#31333a ) */
11- --color-background-muted : var (--brand-colors-grey-grey700 );
6+ /* For default neutral surface (#121314 ) */
7+ --color-background-default : var (--brand-colors-grey-grey900 );
8+ /* For sunken neutral surface below background/default (#000000 ) */
9+ --color-background-alternative : var (--brand-colors-grey-grey1000 );
10+ /* For raised neutral surface above background/default (#222325s ) */
11+ --color-background-muted : var (--brand-colors-grey-grey800 );
1212 /* Hover state surface for background/default (#313235) */
1313 --color-background-default-hover : # 313235 ;
1414 /* Pressed state surface for background/default (#3f4145) */
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import type { ThemeColors } from '../types';
44export const colors : ThemeColors = {
55 background : {
66 /** For default neutral surface (#222325) */
7- default : brandColor . grey800 ,
7+ default : brandColor . grey900 ,
88 /** For sunken neutral surface below background/default (#121314) */
9- alternative : brandColor . grey900 ,
9+ alternative : brandColor . grey1000 ,
1010 /** For raised neutral surface above background/default (#31333A) */
11- muted : brandColor . grey700 ,
11+ muted : brandColor . grey800 ,
1212 /** Hover state surface for background/default (#313235) */
1313 defaultHover : '#313235' ,
1414 /** Pressed state surface for background/default (#3F4145) */
You can’t perform that action at this time.
0 commit comments