Enhances contrast for Parinux's theme
|
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 249 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 293 B |
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 217 B |
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
|
@ -3,13 +3,13 @@
|
|||
$themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des icones
|
||||
|
||||
$variablesTheme = array(
|
||||
"bg" => "#157097",
|
||||
"bgField" => "#2794c2",
|
||||
"bgTextField" => "#2794c2",
|
||||
"bg" => "#14678b",
|
||||
"bgField" => "#2186b1",
|
||||
"bgTextField" => "#2186b1",
|
||||
"bgHelp" => "#118abe",
|
||||
"border" => "#48aed9",
|
||||
"border" => "#42a0c8",
|
||||
"borderHover" => "#87d1f1",
|
||||
"borderFocus" => "#e2f6ff",
|
||||
"text" => "#d5f3ff",
|
||||
"secondaryText" => "#65b7da"
|
||||
"text" => "#ffffff",
|
||||
"secondaryText" => "#bbe1f1"
|
||||
); // Définit les couleurs du thème
|
||||
|
|
|
|||