f32ba315ef
ça contionne maintenant
18 lines
452 B
PHP
18 lines
452 B
PHP
<?php
|
|
|
|
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
|
|
|
|
$variablesTheme = array(
|
|
"fond" => "#157097",
|
|
"fondChamp" => "#2794c2",
|
|
"fondChampTexte" => "#2794c2",
|
|
"bordure" => "#48aed9",
|
|
"bordureHover" => "#87d1f1",
|
|
"bordureFocus" => "#e2f6ff",
|
|
"texte" => "#d5f3ff",
|
|
"texteForm" => "#e2f6ff",
|
|
"texteLienCodeSource" => "#3da3cf"
|
|
); // Définit les couleurs du thème
|
|
|
|
?>
|