From 8de6f83fd0ff5d7f30f25ce4ead31fbac7cf181f Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Mon, 15 Dec 2025 16:29:32 +0100 Subject: [PATCH] enhance color flags to use type color --- offliner-definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/offliner-definition.json b/offliner-definition.json index 91b4fdf..6a653fb 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -145,13 +145,13 @@ "description": "Custom banner image. Will be resized to 1060x175px" }, "main_color": { - "type": "string", + "type": "color", "required": false, "title": "Main Color", "description": "Custom color. Hex/HTML syntax (#DEDEDE). Default to main color of profile image." }, "secondary_color": { - "type": "string", + "type": "color", "required": false, "title": "Secondary Color", "description": "Custom secondary color. Hex/HTML syntax (#DEDEDE). Default to secondary color of profile image."