From 025a1f47ce23d33e4b2a27a996f18e592313b1b2 Mon Sep 17 00:00:00 2001 From: pytocino <4103404@alu.murciaeduca.es> Date: Thu, 10 Apr 2025 00:38:49 +0200 Subject: [PATCH] =?UTF-8?q?Actualizar=20esquemas=20de=20color=20y=20texto?= =?UTF-8?q?=20en=20archivos=20de=20configuraci=C3=B3n=20y=20plantillas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/settings_data.json | 48 ++++++++++++++++++------------------- config/settings_schema.json | 14 +++++------ sections/header-group.json | 2 +- templates/index.json | 18 +++++++++++--- 4 files changed, 47 insertions(+), 35 deletions(-) diff --git a/config/settings_data.json b/config/settings_data.json index 0f7a06db992..bde298e73b3 100644 --- a/config/settings_data.json +++ b/config/settings_data.json @@ -6,57 +6,57 @@ "color_schemes": { "scheme-1": { "settings": { - "background": "#FFFFFF", + "background": "#F5F5F0", "background_gradient": "", - "text": "#121212", - "button": "#121212", - "button_label": "#FFFFFF", - "secondary_button_label": "#121212", - "shadow": "#121212" + "text": "#4A4A4A", + "button": "#6B7A59", + "button_label": "#F5F5F0", + "secondary_button_label": "#6B7A59", + "shadow": "#DEDEDE" } }, "scheme-2": { "settings": { - "background": "#F3F3F3", + "background": "#E8E0D0", "background_gradient": "", - "text": "#121212", - "button": "#121212", - "button_label": "#F3F3F3", - "secondary_button_label": "#121212", - "shadow": "#121212" + "text": "#4A4A4A", + "button": "#BC6C4C", + "button_label": "#FFFFFF", + "secondary_button_label": "#6B7A59", + "shadow": "#D8D0C0" } }, "scheme-3": { "settings": { - "background": "#242833", + "background": "#6B7A59", "background_gradient": "", "text": "#FFFFFF", - "button": "#FFFFFF", - "button_label": "#000000", + "button": "#E8E0D0", + "button_label": "#6B7A59", "secondary_button_label": "#FFFFFF", - "shadow": "#121212" + "shadow": "#5A6949" } }, "scheme-4": { "settings": { - "background": "#121212", + "background": "#8BAEAB", "background_gradient": "", "text": "#FFFFFF", - "button": "#FFFFFF", - "button_label": "#121212", + "button": "#F5F5F0", + "button_label": "#6B7A59", "secondary_button_label": "#FFFFFF", - "shadow": "#121212" + "shadow": "#7A9E9B" } }, "scheme-5": { "settings": { - "background": "#334FB4", + "background": "#BC6C4C", "background_gradient": "", "text": "#FFFFFF", - "button": "#FFFFFF", - "button_label": "#334FB4", + "button": "#F5F5F0", + "button_label": "#BC6C4C", "secondary_button_label": "#FFFFFF", - "shadow": "#121212" + "shadow": "#A85C3C" } } }, diff --git a/config/settings_schema.json b/config/settings_schema.json index cb032f8012c..69ff647267e 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -1,9 +1,9 @@ [ { "name": "theme_info", - "theme_name": "Dawn", - "theme_version": "15.3.0", - "theme_author": "Shopify", + "theme_name": "Calablanca", + "theme_version": "1.0.0", + "theme_author": "Pedro David Garcia Lopez", "theme_documentation_url": "https://help.shopify.com/manual/online-store/themes", "theme_support_url": "https://support.shopify.com/" }, @@ -44,7 +44,7 @@ "type": "color", "id": "background", "label": "t:settings_schema.colors.settings.background.label", - "default": "#FFFFFF" + "default": "#F5F5F0" }, { "type": "color_background", @@ -56,19 +56,19 @@ "type": "color", "id": "text", "label": "t:settings_schema.colors.settings.text.label", - "default": "#121212" + "default": "#4A4A4A" }, { "type": "color", "id": "button", "label": "t:settings_schema.colors.settings.button_background.label", - "default": "#121212" + "default": "#6B7A59" }, { "type": "color", "id": "button_label", "label": "t:settings_schema.colors.settings.button_label.label", - "default": "#FFFFFF" + "default": "#F5F5F0" }, { "type": "color", diff --git a/sections/header-group.json b/sections/header-group.json index a9ac3a08a0d..ccfc1902086 100644 --- a/sections/header-group.json +++ b/sections/header-group.json @@ -8,7 +8,7 @@ "announcement-bar-0": { "type": "announcement", "settings": { - "text": "Welcome to our store", + "text": "Bienvenidos a Calablanca", "text_alignment": "center", "color_scheme": "scheme-1", "link": "" diff --git a/templates/index.json b/templates/index.json index 92d10b71ece..59ce62861e9 100644 --- a/templates/index.json +++ b/templates/index.json @@ -6,7 +6,7 @@ "heading": { "type": "heading", "settings": { - "heading": "Image banner", + "heading": "Banner de Imagen", "heading_size": "h0" } }, @@ -81,7 +81,7 @@ "heading_size": "h2", "collection": "all", "products_to_show": 8, - "columns_desktop": 4, + "columns_desktop": 5, "color_scheme": "scheme-1", "show_view_all": false, "swipe_on_mobile": false, @@ -174,12 +174,24 @@ "link_label": "", "link": "" } + }, + "column4": { + "type": "column", + "settings": { + "title": "Column", + "text": "

Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>", + "link_label": "", + "link": "" + } } + }, "block_order": [ "column1", "column2", - "column3" + "column3", + "column4" + ], "settings": { "title": "",