SentrySentry
Icon

Sentry

1 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: #362d59;

  --card: #ffffff;
  --card-foreground: #362d59;

  --popover: #ffffff;
  --popover-foreground: #362d59;

  --primary: #000000;
  --primary-foreground: #ffffff;

  --secondary: #79628c;
  --secondary-foreground: #ffffff;

  --muted: #f5f4f7;
  --muted-foreground: #79628c;

  --accent: #ebe8ed;
  --accent-foreground: #362d59;

  --destructive: #ef4444;
  --destructive-foreground: #ffffff;

  --border: #e7e6ea;
  --input: #e7e6ea;
  --ring: #000000;

  --chart-1: #000000;
  --chart-2: #79628c;
  --chart-3: #362d59;
  --chart-4: #5c4f7a;
  --chart-5: #ffffff;

  --sidebar-background: #ffffff;
  --sidebar-foreground: #362d59;
  --sidebar-primary: #000000;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #ebe8ed;
  --sidebar-accent-foreground: #362d59;
  --sidebar-border: #e7e6ea;
  --sidebar-ring: #000000;

  --radius: 0.5rem;
}

.dark {
  --background: #1f1633;
  --foreground: #ffffff;

  --card: #2a2140;
  --card-foreground: #ffffff;

  --popover: #2a2140;
  --popover-foreground: #ffffff;

  --primary: #79628c;
  --primary-foreground: #ffffff;

  --secondary: #362d59;
  --secondary-foreground: #ffffff;

  --muted: #31274c;
  --muted-foreground: #a0a0a0;

  --accent: #3a3052;
  --accent-foreground: #ffffff;

  --destructive: #ff6a6a;
  --destructive-foreground: #1f1633;

  --border: #4e4066;
  --input: #4e4066;
  --ring: #79628c;

  --chart-1: #79628c;
  --chart-2: #ffffff;
  --chart-3: #362d59;
  --chart-4: #363636;
  --chart-5: #2a2140;

  --sidebar-background: #1f1633;
  --sidebar-foreground: #ffffff;
  --sidebar-primary: #79628c;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #3a3052;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #4e4066;
  --sidebar-ring: #79628c;

  --radius: 0.5rem;
}

@theme inline {
  --font-sans: var(--font-sans);

  --color-background: var(--background);
  --color-foreground: var(--foreground);

  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);

  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);

  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);

  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);

  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);

  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);

  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);

  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);

  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);

  --color-sidebar: var(--sidebar-background);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

Related Themes

Explore more themes in the company category

View All company Themes