feat: Better colours

This commit is contained in:
Brennan Wilkes 2026-02-11 10:26:27 -08:00
parent b381f14202
commit 6d737d7c22

View file

@ -5,47 +5,66 @@ function normalizeId(s) {
}
const ALIASES = {
// labels -> keys
strathliquor: "strath",
strath: "strath",
// ----- ARC -----
arcliquor: "arc",
arc: "arc",
vesselliquor: "vessel",
vessel: "vessel",
// ----- BCL -----
bcl: "bcl",
tudorhouse: "tudor",
tudor: "tudor",
// ----- BSW -----
bsw: "bsw",
// ----- Co-op World of Whisky -----
coopworldofwhisky: "coop",
coop: "coop",
// ----- Craft Cellars -----
craftcellars: "craftcellars",
// Gull Liquor variants
// ----- Gull Liquor -----
gullliquor: "gull",
gull: "gull",
// KWM variants
// ----- Keg N Cork -----
kegncork: "kegncork",
// ----- Kensington Wine Market -----
kensingtonwinemarket: "kwm",
kwm: "kwm",
// Legacy Liquor variants
// ----- Legacy Liquor -----
legacyliquor: "legacyliquor",
legacy: "legacyliquor",
// Vintage Spirits variants
// ----- Malts & Grains -----
maltsgrains: "maltsandgrains",
maltsandgrains: "maltsandgrains",
// ----- Sierra Springs -----
sierrasprings: "sierrasprings",
// ----- Strath Liquor -----
strathliquor: "strath",
strath: "strath",
// ----- Tudor House -----
tudorhouse: "tudor",
tudor: "tudor",
// ----- Vessel Liquor -----
vesselliquor: "vessel",
vessel: "vessel",
// ----- Vintage Spirits -----
vintagespirits: "vintage",
vintage: "vintage",
// others already match keys
bcl: "bcl",
bsw: "bsw",
kegncork: "kegncork",
maltsandgrains: "maltsandgrains",
sierrasprings: "sierrasprings",
// ----- Willow Park -----
willowpark: "willowpark",
arc: "arc",
};
const OVERRIDES = {
// keep your existing pins (moved onto store keys)
strath: "#76B7FF",