From a76cadc34f4e3a2d48816d3d01968fc3283e1af0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 14 Mar 2026 15:51:01 -0300 Subject: content, css: track banners --- src/common-util/colors.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common-util') diff --git a/src/common-util/colors.js b/src/common-util/colors.js index 7298c46a..50e51cd9 100644 --- a/src/common-util/colors.js +++ b/src/common-util/colors.js @@ -14,6 +14,7 @@ export function getColors(themeColor, { const dim = primary.desaturate(2).darken(1.5); const deep = primary.saturate(1.2).luminance(0.035); const deepGhost = deep.alpha(0.8); + const abyss = primary.saturate(0.6).luminance(0.012); const light = chroma.average(['#ffffff', primary], 'rgb', [4, 1]); const lightGhost = primary.luminance(0.8).saturate(4).alpha(0.08); @@ -31,6 +32,7 @@ export function getColors(themeColor, { dim: dim.hex(), deep: deep.hex(), deepGhost: deepGhost.hex(), + abyss: abyss.hex(), light: light.hex(), lightGhost: lightGhost.hex(), -- cgit 1.3.0-6-gf8a5