2020-03-06 21:34:31 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des icones
|
|
|
|
|
|
|
|
$variablesTheme = array(
|
|
|
|
"bg" => "#2a2a2a",
|
|
|
|
"bgField" => "#31363B",
|
|
|
|
"bgTextField" => "#232629",
|
|
|
|
"bgHelp" => "#151616",
|
|
|
|
"border" => "#5f5f5f",
|
|
|
|
"borderHover" => "#808080",
|
|
|
|
"borderFocus" => "white",
|
|
|
|
"text" => "white",
|
2020-10-12 18:55:58 +02:00
|
|
|
"secondaryText" => "#bababa"
|
2020-03-06 21:34:31 +01:00
|
|
|
); // Définit les couleurs du thème
|