|
|
@ -28,8 +28,39 @@ $nothing-dark-map: (
|
|
|
|
A200 : #4da6a6,
|
|
|
|
A200 : #4da6a6,
|
|
|
|
A400 : #375656,
|
|
|
|
A400 : #375656,
|
|
|
|
A700 : #334040,
|
|
|
|
A700 : #334040,
|
|
|
|
contrast: (
|
|
|
|
contrast: (50 : $dark-primary-text,
|
|
|
|
50 : $dark-primary-text,
|
|
|
|
100 : $dark-primary-text,
|
|
|
|
|
|
|
|
200 : $light-primary-text,
|
|
|
|
|
|
|
|
300 : $light-primary-text,
|
|
|
|
|
|
|
|
400 : $light-primary-text,
|
|
|
|
|
|
|
|
500 : $light-primary-text,
|
|
|
|
|
|
|
|
600 : $light-primary-text,
|
|
|
|
|
|
|
|
700 : $light-primary-text,
|
|
|
|
|
|
|
|
800 : $light-primary-text,
|
|
|
|
|
|
|
|
900 : $light-primary-text,
|
|
|
|
|
|
|
|
A100 : $dark-primary-text,
|
|
|
|
|
|
|
|
A200 : $dark-primary-text,
|
|
|
|
|
|
|
|
A400 : $light-primary-text,
|
|
|
|
|
|
|
|
A700 : $light-primary-text,
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$nothing-dark-map: (
|
|
|
|
|
|
|
|
50 : #acb7b7,
|
|
|
|
|
|
|
|
100 : #849393,
|
|
|
|
|
|
|
|
200 : #687777,
|
|
|
|
|
|
|
|
300 : #475151,
|
|
|
|
|
|
|
|
400 : #384040,
|
|
|
|
|
|
|
|
500 : #2a3030,
|
|
|
|
|
|
|
|
600 : #1c2020,
|
|
|
|
|
|
|
|
700 : #0d0f0f,
|
|
|
|
|
|
|
|
800 : #000000,
|
|
|
|
|
|
|
|
900 : #000000,
|
|
|
|
|
|
|
|
A100 : #8ecbcb,
|
|
|
|
|
|
|
|
A200 : #4da6a6,
|
|
|
|
|
|
|
|
A400 : #375656,
|
|
|
|
|
|
|
|
A700 : #334040,
|
|
|
|
|
|
|
|
contrast: (50 : $dark-primary-text,
|
|
|
|
100 : $dark-primary-text,
|
|
|
|
100 : $dark-primary-text,
|
|
|
|
200 : $light-primary-text,
|
|
|
|
200 : $light-primary-text,
|
|
|
|
300 : $light-primary-text,
|
|
|
|
300 : $light-primary-text,
|
|
|
@ -46,6 +77,39 @@ $nothing-dark-map: (
|
|
|
|
)
|
|
|
|
)
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$nothing-light-map: (
|
|
|
|
|
|
|
|
50 : #ffffff,
|
|
|
|
|
|
|
|
100 : #ffffff,
|
|
|
|
|
|
|
|
200 : #ffffff,
|
|
|
|
|
|
|
|
300 : #ffffff,
|
|
|
|
|
|
|
|
400 : #f2f2f2,
|
|
|
|
|
|
|
|
500 : #e3e3e3,
|
|
|
|
|
|
|
|
600 : #d4d4d4,
|
|
|
|
|
|
|
|
700 : #c4c4c4,
|
|
|
|
|
|
|
|
800 : #b5b5b5,
|
|
|
|
|
|
|
|
900 : #a6a6a6,
|
|
|
|
|
|
|
|
A100 : #ffffff,
|
|
|
|
|
|
|
|
A200 : #ffffff,
|
|
|
|
|
|
|
|
A400 : #fdfcfc,
|
|
|
|
|
|
|
|
A700 : #f0efef,
|
|
|
|
|
|
|
|
contrast: (
|
|
|
|
|
|
|
|
50 : #000000,
|
|
|
|
|
|
|
|
100 : #000000,
|
|
|
|
|
|
|
|
200 : #000000,
|
|
|
|
|
|
|
|
300 : #000000,
|
|
|
|
|
|
|
|
400 : #000000,
|
|
|
|
|
|
|
|
500 : #000000,
|
|
|
|
|
|
|
|
600 : #000000,
|
|
|
|
|
|
|
|
700 : #000000,
|
|
|
|
|
|
|
|
800 : #000000,
|
|
|
|
|
|
|
|
900 : #000000,
|
|
|
|
|
|
|
|
A100 : #000000,
|
|
|
|
|
|
|
|
A200 : #000000,
|
|
|
|
|
|
|
|
A400 : #000000,
|
|
|
|
|
|
|
|
A700 : #000000,
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -54,8 +118,8 @@ $nothing-theme-background-palette: (
|
|
|
|
app-bar: map.get($nothing-dark-map, 900),
|
|
|
|
app-bar: map.get($nothing-dark-map, 900),
|
|
|
|
background: map.get($nothing-dark-map, 500),
|
|
|
|
background: map.get($nothing-dark-map, 500),
|
|
|
|
hover: rgba(white, 0.04),
|
|
|
|
hover: rgba(white, 0.04),
|
|
|
|
card: map.get($nothing-dark-map, 800),
|
|
|
|
card: map.get($nothing-dark-map, 400),
|
|
|
|
dialog: map.get($nothing-dark-map, 800),
|
|
|
|
dialog: map.get($nothing-dark-map, 500),
|
|
|
|
disabled-button: rgba(white, 0.12),
|
|
|
|
disabled-button: rgba(white, 0.12),
|
|
|
|
raised-button: map.get($nothing-dark-map, 800),
|
|
|
|
raised-button: map.get($nothing-dark-map, 800),
|
|
|
|
focused-button: $light-focused,
|
|
|
|
focused-button: $light-focused,
|
|
|
@ -65,9 +129,9 @@ $nothing-theme-background-palette: (
|
|
|
|
unselected-chip: map.get($nothing-dark-map, 700),
|
|
|
|
unselected-chip: map.get($nothing-dark-map, 700),
|
|
|
|
disabled-list-option: #243b53,
|
|
|
|
disabled-list-option: #243b53,
|
|
|
|
tooltip: map.get($nothing-dark-map, 700),
|
|
|
|
tooltip: map.get($nothing-dark-map, 700),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
$nothing-theme-foreground-palette: (
|
|
|
|
$nothing-theme-foreground-palette: (
|
|
|
|
base: white,
|
|
|
|
base: white,
|
|
|
|
divider: $light-dividers,
|
|
|
|
divider: $light-dividers,
|
|
|
|
dividers: $light-dividers,
|
|
|
|
dividers: $light-dividers,
|
|
|
@ -83,4 +147,4 @@ $nothing-theme-background-palette: (
|
|
|
|
slider-min: white,
|
|
|
|
slider-min: white,
|
|
|
|
slider-off: rgba(white, 0.3),
|
|
|
|
slider-off: rgba(white, 0.3),
|
|
|
|
slider-off-active: rgba(white, 0.3),
|
|
|
|
slider-off-active: rgba(white, 0.3),
|
|
|
|
);
|
|
|
|
);
|