forked from miraty/libreqr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
421 B
15 lines
421 B
<?php
|
|
|
|
$themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des icones
|
|
|
|
$variablesTheme = array(
|
|
"bg" => "white",
|
|
"bgField" => "#eeeeee",
|
|
"bgTextField" => "#e5e5e5",
|
|
"bgHelp" => "#ececec",
|
|
"border" => "#65666b",
|
|
"borderHover" => "#46484e",
|
|
"borderFocus" => "#2a2a2a",
|
|
"text" => "#2a2a2a",
|
|
"secondaryText" => "#868686"
|
|
); // Définit les couleurs du thème
|
|
|