"white", "bg-light" => "#67a3f2", // Must be a long hexadecimal color "bgField-light" => "#2e5281", "bgHelp-light" => "#2e5281", "bgTextarea-light" => "#FFFFFF", "textareaText-light" => "black", "textareaPlaceholder-light" => "grey", "border-light" => "#67a3f2", "borderHover-light" => "white", "borderFocus-light" => "white", "borderHelp-light" => "white", "borderQr-light" => "white", // Dark theme "text-dark" => "white", "bg-dark" => "#67a3f2", // Must be a long hexadecimal color "bgField-dark" => "#2e5281", "bgHelp-dark" => "#2e5281", "bgTextarea-dark" => "#FFFFFF", "textareaText-dark" => "black", "textareaPlaceholder-dark" => "grey", "border-dark" => "#67a3f2", "borderWidth-dark" => "2px", "borderHover-dark" => "white", "borderHoverWidth-dark" => "3px", "borderFocus-dark" => "white", "borderFocusWidth-dark" => "4px", "borderHelp-dark" => "white", "borderQr-dark" => "white", );