Tone down saturation slightly

This commit is contained in:
Nick Colley 2023-01-22 08:40:29 +00:00
parent bb237f2f57
commit 344e373e2d
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ const themes = [
name: 'default',
label: 'intl.themeRoyal',
dark: false,
color: '#5D3FD3'
color: '#6248CA'
},
{
name: 'scarlet',
@ -51,7 +51,7 @@ const themes = [
name: 'ozark',
label: 'intl.themeDark',
dark: true,
color: '#5D3FD3'
color: '#6248CA'
},
{
name: 'cobalt',

View File

@ -1,4 +1,4 @@
$main-theme-color: #5D3FD3;
$main-theme-color: #6248CA;
$body-bg-color: lighten($main-theme-color, 38%);
$anchor-color: $main-theme-color;
$main-text-color: #333;

View File

@ -1,4 +1,4 @@
$main-theme-color: #5D3FD3;
$main-theme-color: #6248CA;
$body-bg-color: #0f1427;
$main-bg-color: #212433;
$anchor-color: lighten($main-theme-color, 20%);