Auto-deploy: 2026-01-13 13:40:29 | 1 arquivo(s) alterado(s)

This commit is contained in:
daivid.alves 2026-01-13 13:40:30 -03:00
parent 03d3fe31b0
commit 4c81fc79d0
1 changed files with 22 additions and 20 deletions

View File

@ -66,26 +66,28 @@
}
.dark .workspace-theme {
/* Ajustes específicos para dark mode se necessário */
--radius: 0.625rem;
--background: oklch(1 0 0);
--foreground: oklch(0.145 0 0);
--card: oklch(1 0 0);
--card-foreground: oklch(0.145 0 0);
--popover: oklch(1 0 0);
--popover-foreground: oklch(0.145 0 0);
--primary: oklch(0.627 0.194 149.214); /* Emerald 600 */
--primary-foreground: oklch(0.985 0 0);
--secondary: oklch(0.97 0 0);
--secondary-foreground: oklch(0.205 0 0);
--muted: oklch(0.97 0 0);
--muted-foreground: oklch(0.556 0 0);
--accent: oklch(0.97 0 0);
--accent-foreground: oklch(0.205 0 0);
--destructive: oklch(0.577 0.245 27.325);
--border: oklch(0.922 0 0);
--input: oklch(0.922 0 0);
--ring: oklch(0.627 0.194 149.214);
--background: var(--workspace-sec-5-dark);
--foreground: #ffffff;
--card: #151515;
--card-foreground: #e0e0e0;
--popover: #1a1a1a;
--popover-foreground: #ffffff;
--primary: var(--workspace-sec-1-light);
--primary-foreground: #ffffff;
--secondary: var(--workspace-sec-5-dark);
--secondary-foreground: #ffffff;
--muted: #1e1e1e;
--muted-foreground: #a0a0a0;
--accent: #2a2a2a;
--accent-foreground: #ffffff;
--destructive: #ef4444;
--border: rgba(255, 255, 255, 0.05);
--input: rgba(255, 255, 255, 0.08);
--ring: var(--workspace-sec-3-light);
/* Garantindo que o background do body dentro do workspace-theme em dark mode use a cor da paleta */
background-color: var(--workspace-sec-5-dark);
color: #ffffff;
}
/* Scoped Themes */