From 6712439846b5fbcf1e2bea9913229aaa25802acb Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 18 Oct 2025 03:18:52 -0600 Subject: [PATCH] =?UTF-8?q?Feat:=20Extender=20personalizaci=C3=B3n=20de=20?= =?UTF-8?q?colores=20a=20fuente=20y=20fondo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modificar useColorCustomization para manejar tres colores (primary, foreground, background) - Actualizar interfaz ThemeColors con los tres colores - Agregar selectores de color para fuente y fondo en el modal - Implementar vista previa con los tres colores aplicados - Actualizar funciones setCustomColors y resetColors para manejar múltiples colores - Mantener almacenamiento separado por tema (light/dark) - Aplicar colores a variables --cata-fg y --cata-bg además de --cata-primary --- nuxt4/app/components/cata/UserInfo.vue | 116 ++++++++++++++++++------- 1 file changed, 86 insertions(+), 30 deletions(-) diff --git a/nuxt4/app/components/cata/UserInfo.vue b/nuxt4/app/components/cata/UserInfo.vue index 42b6e0c..ff184c8 100644 --- a/nuxt4/app/components/cata/UserInfo.vue +++ b/nuxt4/app/components/cata/UserInfo.vue @@ -37,21 +37,42 @@