libreqr/themes/dark/theme.php

16 lines
419 B
PHP
Raw Normal View History

<?php
$themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des icones
$variablesTheme = array(
"bg" => "#2a2a2a",
"bgField" => "#31363B",
"bgTextField" => "#232629",
"bgHelp" => "#151616",
"border" => "#5f5f5f",
"borderHover" => "#808080",
"borderFocus" => "white",
"text" => "white",
2020-10-12 18:55:58 +02:00
"secondaryText" => "#bababa"
); // Définit les couleurs du thème