diff --git a/themes/libre-service.eu/theme.php b/themes/libre-service.eu/theme.php index d4116a0..ff61371 100755 --- a/themes/libre-service.eu/theme.php +++ b/themes/libre-service.eu/theme.php @@ -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",