lemonsqueezylemonsqueezy
Icon

lemonsqueezy

0 copies
Not liked

Component Preview

dashboard.tsx
AP

Demo App

Preview of your theme

Total Revenue

$15,231.89

+20.1% from last month

Subscriptions

+2,350

+180.1% from last month

Upgrade your subscription

You are currently on the free plan.

Free
Create an account

Enter your email below to create your account.

CSS Variables

globals.css
:root {
  --font-sans: "Inter", sans-serif;

  --background: #ffffff; 
  --foreground: #121217; 

  --card: #ffffff; 
  --card-foreground: #121217;

  --popover: #ffffff;
  --popover-foreground: #121217;

  --primary: #5423e7; /
  --primary-foreground: #ffffff;

  --secondary: #333333; 
  --secondary-foreground: #ffffff;

  --muted: #f7f7f8; 
  --muted-foreground: #6c6c89;
  --accent: #e1dafb; 
  --accent-foreground: #121217;

  --destructive: #d50b3e;
  --destructive-foreground: #ffffff;

  --border: #e1dafb; 
  --input: #e1dafb; 
  --ring: #5423e7; 

  --chart-1: #5423e7;
  --chart-2: #eb3a00; 
  --chart-3: #f42ad3; 
  --chart-4: #1e874c; 
  --chart-5: #00acff; 

  --sidebar-background: #ffffff;
  --sidebar-foreground: #121217;
  --sidebar-primary: #5423e7;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #e1dafb;
  --sidebar-accent-foreground: #121217;
  --sidebar-border: #e1dafb;
  --sidebar-ring: #5423e7;

  --radius: 0.5rem;
}

.dark {
  --background: #121217; 
  --foreground: #ffffff;

  --card: #333333; 
  --card-foreground: #ffffff;

  --popover: #333333;
  --popover-foreground: #ffffff;

  --primary: #7047eb; 
  --primary-foreground: #ffffff;

  --secondary: #6c6c89; 
  --secondary-foreground: #ffffff;

  --muted: #333333; 
  --muted-foreground: #6c6c89; 

  --accent: #333333; 
  --accent-foreground: #ffffff;

  --destructive: #f53d6b; 
  --destructive-foreground: #ffffff;

  --border: #6c6c89;
  --input: #6c6c89;
  --ring: #7047eb;

  --chart-1: #7047eb;
  --chart-2: #f42ad3;
  --chart-3: #00acff;
  --chart-4: #1e874c;
  --chart-5: #ffc233;

  --sidebar-background: #121217;
  --sidebar-foreground: #ffffff;
  --sidebar-primary: #7047eb;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #333333;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #6c6c89;
  --sidebar-ring: #7047eb;

  --radius: 0.5rem;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
  --color-sidebar-ring: var(--sidebar-ring);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar: var(--sidebar);
  --color-chart-5: var(--chart-5);
  --color-chart-4: var(--chart-4);
  --color-chart-3: var(--chart-3);
  --color-chart-2: var(--chart-2);
  --color-chart-1: var(--chart-1);
  --color-ring: var(--ring);
  --color-input: var(--input);
  --color-border: var(--border);
  --color-destructive: var(--destructive);
  --color-accent-foreground: var(--accent-foreground);
  --color-accent: var(--accent);
  --color-muted-foreground: var(--muted-foreground);
  --color-muted: var(--muted);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-secondary: var(--secondary);
  --color-primary-foreground: var(--primary-foreground);
  --color-primary: var(--primary);
  --color-popover-foreground: var(--popover-foreground);
  --color-popover: var(--popover);
  --color-card-foreground: var(--card-foreground);
  --color-card: var(--card);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
}

Related Themes

Explore more themes in the company category

View All company Themes
lemonsqueezy - Theme by BrandCn