[IMP] theme_orchid: revamp the theme

task-4178087
part of task-4177975

X-original-commit: de490359d6
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
stefanorigano (SRI)
2024-09-25 18:31:52 +02:00
committed by qsm-odoo
parent 668c048be2
commit 77f3ab8f61
30 changed files with 645 additions and 460 deletions
@@ -1,3 +0,0 @@
// Headings font weight
$headings-font-weight: $o-theme-headings-font-weight !default;
@@ -2,14 +2,6 @@
// Fonts
//------------------------------------------------------------------------------
$o-theme-h1-font-size-multiplier: (62 / 16);
$o-theme-h2-font-size-multiplier: (48 / 16);
$o-theme-h3-font-size-multiplier: (36 / 16);
$o-theme-h5-font-size-multiplier: (21 / 16);
$o-theme-h6-font-size-multiplier: (18 / 16);
$o-theme-headings-font-weight: 600;
$o-theme-font-configs: (
'Heebo': (
'family': ('Heebo', sans-serif),
@@ -51,6 +43,14 @@ $o-theme-font-configs: (
'family': ('Cormorant Garamond', serif),
'url': 'Cormorant+Garamond:300,300i,400,400i,700,700i',
),
'Elsie': (
'family': ('Elsie', serif),
'url': 'Elsie:400,900',
),
'DM Sans': (
'family': ('DM Sans', serif),
'url': 'DM+Sans:300,300i,400,400i,700,700i',
),
);
//------------------------------------------------------------------------------
@@ -59,15 +59,14 @@ $o-theme-font-configs: (
$o-website-values-palettes: (
(
'color-palettes-name': 'orchid-7',
'font': 'Questrial',
'headings-font': 'Cormorant Garamond',
'color-palettes-name': 'default-light-9',
'font': 'DM Sans',
'headings-font': 'Elsie',
'header-template': 'sales_four',
'footer-template': 'descriptive',
),
);
$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'orchid-7');
$o-color-palettes-compatibility-indexes: (
1: 'orchid-1',
2: 'orchid-2',