mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-22 18:26:12 +05:30
D
ça contionne maintenant
This commit is contained in:
parent
3391e6fad9
commit
f32ba315ef
158 changed files with 39521 additions and 345 deletions
17
themes/parinux/theme.php
Normal file
17
themes/parinux/theme.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue