.theme-catppuccin{
  --background:#1e1e2e;
  --foreground:#cdd6f4;
  --card:#313244;
  --card-foreground:#cdd6f4;
  --primary:#cba6f7;
  --primary-foreground:#1e1e2e;
  --secondary:#45475a;
  --secondary-foreground:#cdd6f4;
  --muted:#45475a;
  --muted-foreground:#a6adc8;
  --accent:#89b4fa;
  --accent-foreground:#1e1e2e;
  --destructive:#f38ba8;
  --border:#585b70;
  --ring:#cba6f7;
  --input-background:#313244;
  --sidebar:#181825;
  --sidebar-foreground:#cdd6f4;
}

.theme-gruvbox{
  --background:#1d2021;
  --foreground:#ebdbb2;
  --card:#282828;
  --card-foreground:#ebdbb2;
  --primary:#d79921;
  --primary-foreground:#1d2021;
  --secondary:#504945;
  --secondary-foreground:#ebdbb2;
  --muted:#3c3836;
  --muted-foreground:#a89984;
  --accent:#504945;
  --accent-foreground:#ebdbb2;
  --destructive:#cc241d;
  --border:#504945;
  --ring:#d79921;
  --input-background:#3c3836;
  --sidebar:#282828;
  --sidebar-foreground:#ebdbb2;
}

.theme-light{
  --background:#ffffff;
  --foreground:#1f2937;
  --card:#f9fafb;
  --card-foreground:#1f2937;
  --primary:#2563eb;
  --primary-foreground:#ffffff;
  --secondary:#e5e7eb;
  --secondary-foreground:#1f2937;
  --muted:#f3f4f6;
  --muted-foreground:#6b7280;
  --border:#e5e7eb;
  --ring:#2563eb;
  --input-background:#ffffff;
}

