Couleurs par défaut du thème

This commit is contained in:
Fred Tempez 2020-06-07 19:15:21 +02:00
parent 842da132e0
commit d7d000ff1d
1 changed files with 4 additions and 4 deletions

View File

@ -182,12 +182,12 @@ class init extends common {
'fontTitle' => 'Oswald',
'colorText' => 'rgba(33, 34, 35, 1)',
'colorTitle' => 'rgba(74, 105, 189, 1)',
'backgroundColorButton' => 'rgba(44, 79, 110, 1)',
'backgroundColorButton' => 'rgba(74, 105, 189, 1)',
'backgroundColorButtonGrey' => 'rgba(170, 180, 188, 1)',
'backgroundColorButtonRed' => 'rgba(231, 76, 60, 1)',
'backgroundColorButtonGreen' => 'rgba(57, 112, 12, 1)',
'backgroundColorButtonRed' => 'rgba(217, 95, 78, 1)',
'backgroundColorButtonGreen' => 'rgba(162, 223, 57, 1)',
'backgroundBlockColor' => 'rgba(236, 239, 241, 1)',
'borderBlockColor' => 'rgba(236, 239, 241, 1)'
'borderBlockColor' => 'rgba(190, 202, 209, 1)'
],
];