[FIX] theme_*: restore themes dark footers

*: anelusia, artists, avantgarde, aviato, beauty, bistro, bookstore,
   buzzy, cobalt, enark, graphene, kiddo, loftspace, monglia,
   odoo_experts, orchid, real_estate, treehouse, yes

The footer color was switched from o_cc5 to o_cc2 in commit [1].

Several themes relied on the footer being dark by default without
having to override o_cc5. Since the default footer is now light, those
themes were updated to explicitly use a dark preset.

[1]: https://github.com/odoo/odoo/commit/62cad846a5c8adf52fc0450bc3f5cfd0492d0622

task-5074919

closes odoo/design-themes#1146

X-original-commit: 1a44024129
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Signed-off-by: Antoine Sougné (anso) <anso@odoo.com>
This commit is contained in:
Antoine (anso)
2025-09-10 08:13:45 +00:00
committed by qsm-odoo
parent 4bd388f771
commit 70b64705ac
19 changed files with 76 additions and 0 deletions
@@ -32,6 +32,10 @@ $o-website-values-palettes: (
),
);
$default-24: map-get($o-color-palettes, 'default-24');
$default-24: map-merge($default-24, ('footer': 5));
$o-color-palettes: map-merge($o-color-palettes, ('default-24': $default-24));
//------------------------------------------------------------------------------
// Fonts
//------------------------------------------------------------------------------