diff --git a/src/ColorDemo.vue b/src/ColorDemo.vue index 3d91c57..e244814 100644 --- a/src/ColorDemo.vue +++ b/src/ColorDemo.vue @@ -16,10 +16,10 @@ import AppTopbar from './components/Holos/AppTopbar.vue';

- Colores Primarios + Color Primario

- Los colores primarios se usan para botones, enlaces y elementos destacados. + El color primario azul se usa para botones, enlaces y elementos destacados.

diff --git a/src/assets/styles/main.css b/src/assets/styles/main.css index 44cf155..805ccee 100644 --- a/src/assets/styles/main.css +++ b/src/assets/styles/main.css @@ -4,20 +4,20 @@ @custom-variant dark (&:where(.p-dark, .p-dark *)); :root { - /* Primary Colors - Emerald por defecto */ - --p-primary-50: #ecfdf5; - --p-primary-100: #d1fae5; - --p-primary-200: #a7f3d0; - --p-primary-300: #6ee7b7; - --p-primary-400: #34d399; - --p-primary-500: #10b981; - --p-primary-600: #059669; - --p-primary-700: #047857; - --p-primary-800: #065f46; - --p-primary-900: #064e3b; - --p-primary-950: #022c22; + /* Primary Colors - Blue */ + --p-primary-50: #eff6ff; + --p-primary-100: #dbeafe; + --p-primary-200: #bfdbfe; + --p-primary-300: #93c5fd; + --p-primary-400: #60a5fa; + --p-primary-500: #3b82f6; + --p-primary-600: #2563eb; + --p-primary-700: #1d4ed8; + --p-primary-800: #1e40af; + --p-primary-900: #1e3a8a; + --p-primary-950: #172554; - /* Surface Colors - Slate por defecto */ + /* Surface Colors - Slate */ --p-surface-0: #ffffff; --p-surface-50: #f8fafc; --p-surface-100: #f1f5f9; @@ -30,4 +30,4 @@ --p-surface-800: #1e293b; --p-surface-900: #0f172a; --p-surface-950: #020617; -} \ No newline at end of file +} diff --git a/src/components/Holos/AppConfig.vue b/src/components/Holos/AppConfig.vue index b5df47c..b944a6b 100644 --- a/src/components/Holos/AppConfig.vue +++ b/src/components/Holos/AppConfig.vue @@ -1,7 +1,7 @@