by roundabout, Thursday, 19 March 2020, 22:56:16 (1584658576), pushed by roundabout, Sunday, 11 May 2025, 13:22:50 (1746969770)
Author identity: Yauhen Kirylau <actionless.loveless@gmail.com>
acad524944b69cc0a02986e88e66bfd6e7479ef6
src/_sass/_colors.scss.template
@@ -77,6 +77,18 @@ $on-colors: (
}
}
// Make translucent color opaque by blending with the background color.
@function opacify($color, $bg) {
@return mix(change-color($color, $alpha: 1), $bg, alpha($color) * 100%);
}
// Private variables for dark background colors
$-dark-background: $oomox-dark;
$-dark-surface-1dp: mix(white, $-dark-background, 5%);
$-dark-surface-4dp: mix(white, $-dark-background, 9%);
$-dark-surface-8dp: mix(white, $-dark-background, 12%);
$-dark-surface-switch: mix(white, $-dark-background, 60%);
//
// Main colors
//