mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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#1144 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -139,6 +139,10 @@ $o-website-values-palettes: (
|
||||
),
|
||||
);
|
||||
|
||||
$graphene-2: map-get($o-color-palettes, 'graphene-2');
|
||||
$graphene-2: map-merge($graphene-2, ('footer': 5));
|
||||
$o-color-palettes: map-merge($o-color-palettes, ('graphene-2': $graphene-2));
|
||||
|
||||
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'graphene-2');
|
||||
|
||||
$o-color-palettes-compatibility-indexes: (
|
||||
|
||||
Reference in New Issue
Block a user