[IMP] theme_aviato: revamp the theme

task-4178017
Part of task-4177975

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-09-16 18:43:47 +02:00
committed by qsm-odoo
parent 1adb62a7f9
commit dff50a4a87
18 changed files with 1389 additions and 548 deletions
@@ -15,15 +15,15 @@ $o-theme-h6-font-size-multiplier: (20 / 16);
$o-website-values-palettes: (
(
'color-palettes-name': 'treehouse-5',
'color-palettes-name': 'default-16',
// Header
'logo-height': 3rem,
'fixed-logo-height': 2rem,
// Font
'font': 'Open Sans',
'headings-font': 'Libre Baskerville',
'font': 'Lato',
'headings-font': 'Playfair Display',
// Buttons
'btn-padding-y': .45rem,
@@ -47,12 +47,6 @@ $o-website-values-palettes: (
),
);
//------------------------------------------------------------------------------
// Palettes
//------------------------------------------------------------------------------
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'treehouse-5');
//------------------------------------------------------------------------------
// Fonts
//------------------------------------------------------------------------------
@@ -70,6 +64,10 @@ $o-theme-font-configs: (
'family': ('Lato', sans-serif),
'url': 'Lato:300,300i,400,400i,700,700i',
),
'Playfair Display': (
'family': ('Playfair Display', serif),
'url': 'Playfair+Display:400,400i,700,700i',
),
'Advent Pro': (
'family': ('Advent Pro', sans-serif),
'url': 'Advent+Pro:300,300i,400,400i,600,600i',
@@ -95,7 +93,7 @@ $o-theme-font-configs: (
);
//------------------------------------------------------------------------------
// Fonts
// Background Shapes
//------------------------------------------------------------------------------
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/21', (2: 1));