This change has been extracted from #36045. NOTE: The color names for the RC theme were computed using https://www.color-blindness.com/color-name-hue. Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com> PR Close #40944
12 lines
232 B
SCSS
12 lines
232 B
SCSS
aio-shell.mode-archive {
|
|
@include deploy-theme($blue-grey-900, $blue-grey-400);
|
|
}
|
|
|
|
aio-shell.mode-next {
|
|
@include deploy-theme($brightred, $darkred);
|
|
}
|
|
|
|
aio-shell.mode-rc {
|
|
@include deploy-theme($tangerine, $darkgoldenrod);
|
|
}
|