libreqr/themes/parinux/parinux.php

18 lines
452 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" => "#157097",
"fondChamp" => "#2794c2",
"fondChampTexte" => "#2794c2",
"bordure" => "#48aed9",
"bordureHover" => "#87d1f1",
"bordureFocus" => "#e2f6ff",
"texte" => "#d5f3ff",
"texteForm" => "#e2f6ff",
"texteLienCodeSource" => "#3da3cf"
); // Définit les couleurs du thème
?>