libreqr/themes/defaut/theme.php

18 lines
448 B
PHP
Raw Normal View History

2019-08-13 21:17:08 +02:00
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#2D2F34",
"fondChamp" => "#31363B",
"fondChampTexte" => "#232629",
"bordure" => "#5f5f5f",
"bordureHover" => "#808080",
"bordureFocus" => "#b6b6b6",
"texte" => "white",
"texteForm" => "white",
"texteLienCodeSource" => "#868686"
); // Définit les couleurs du thème
?>