Customized interface colors.

This commit is contained in:
Christian P. MOMON 2021-10-23 18:58:32 +02:00 committed by root
parent 35cb26a162
commit 0e81a5fec7

View file

@ -6,8 +6,8 @@ $themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512);
$colorScheme = array(
// Light theme
"text-light" => "#2a2a2a",
"bg-light" => "white",
"bgField-light" => "#eeeeee",
"bg-light" => "#ff766c",
"bgField-light" => "#65c6e8",
"bgHelp-light" => "#ececec",
"bgTextarea-light" => "#e5e5e5",
"textareaText-light" => "#2a2a2a",
@ -15,6 +15,7 @@ $colorScheme = array(
"border-light" => "#65666b",
"borderHover-light" => "#46484e",
"borderFocus-light" => "#2a2a2a",
// Dark theme
"text-dark" => "white",
"bg-dark" => "#2a2a2a",