diff --git a/administrator/templates/atum/Service/HTML/Atum.php b/administrator/templates/atum/Service/HTML/Atum.php index 18c4c034596f7..2d292dfb3ac7f 100644 --- a/administrator/templates/atum/Service/HTML/Atum.php +++ b/administrator/templates/atum/Service/HTML/Atum.php @@ -192,17 +192,17 @@ protected static function bgdarkcalc($color): array $root = []; // No need to calculate if we have the default value - if ($hue === 207) + if ($hue === 214) { return $root; } try { - $bgcolor = new Hsl('hsl(' . $hue . ', ' . 61 . ', 26)'); + $bgcolor = new Hsl('hsl(' . $hue . ', ' . 63 . ', 20)'); - $root[] = '--atum-bg-dark: ' . (new Hsl('hsl(' . $hue . ', 61, 26)'))->toHex() . ';'; - $root[] = '--atum-contrast: ' . (new Hsl('hsl(' . $hue . ', 61, 26)'))->spin(-40)->lighten(18)->toHex() . ';'; + $root[] = '--atum-bg-dark: ' . (new Hsl('hsl(' . $hue . ', 63, 20)'))->toHex() . ';'; + $root[] = '--atum-contrast: ' . (new Hsl('hsl(' . $hue . ', 63, 20)'))->spin(-40)->lighten(18)->toHex() . ';'; $root[] = '--atum-bg-dark-0: ' . (clone $bgcolor)->desaturate(86)->lighten(71.4)->spin(-6)->toHex() . ';'; $root[] = '--atum-bg-dark-5: ' . (clone $bgcolor)->desaturate(85)->lighten(65.1)->spin(-6)->toHex() . ';'; $root[] = '--atum-bg-dark-10: ' . (clone $bgcolor)->desaturate(80)->lighten(59.4)->spin(-6)->toHex() . ';'; diff --git a/administrator/templates/atum/scss/_variables.scss b/administrator/templates/atum/scss/_variables.scss index fa0803f98da55..6f7115fc59d43 100644 --- a/administrator/templates/atum/scss/_variables.scss +++ b/administrator/templates/atum/scss/_variables.scss @@ -31,7 +31,7 @@ $green: #2f7d32; //used in bootstrap $green-dark: #0f2f21; //used for alert success $teal: #20c997; //used in bootstrap $cyan: #107d8e; //used in bootstrap -$darkblue: #3b4a5c; +$darkblue: #132f53; $base-color: $darkblue; $theme-colors: (); diff --git a/administrator/templates/atum/templateDetails.xml b/administrator/templates/atum/templateDetails.xml index ae1a0cfd1f0a3..976e0cfc6efa6 100644 --- a/administrator/templates/atum/templateDetails.xml +++ b/administrator/templates/atum/templateDetails.xml @@ -57,7 +57,7 @@ control="slider" preview="true" saveFormat="hsl" - default="hsl(207,61%,26%)" + default="hsl(214,63%,20%)" />