libreqr/themes/parinux/theme.php

16 lines
423 B
PHP
Raw Normal View History

2019-08-13 21:17:08 +02:00
<?php
$themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des icones
2019-08-13 21:17:08 +02:00
$variablesTheme = array(
2020-03-17 17:53:41 +01:00
"bg" => "#14678b",
"bgField" => "#2186b1",
"bgTextField" => "#2186b1",
"bgHelp" => "#118abe",
2020-03-17 17:53:41 +01:00
"border" => "#42a0c8",
"borderHover" => "#87d1f1",
"borderFocus" => "#e2f6ff",
2020-03-17 17:53:41 +01:00
"text" => "#ffffff",
"secondaryText" => "#bbe1f1"
2019-08-13 21:17:08 +02:00
); // Définit les couleurs du thème