Openstatus www.openstatus.dev

chore: update metadata (#1530)

authored by

Maximilian Kaske and committed by
GitHub
bc7a5e20 63fd6e1e

+6 -6
+2 -2
apps/status-page/src/app/metadata.ts
··· 1 1 import type { Metadata } from "next"; 2 2 3 - export const TITLE = "openstatus"; 3 + export const TITLE = "Status Page Themes"; 4 4 export const DESCRIPTION = 5 - "Easily customize your status page using our built-in themes. Explore all themes and contribute new ones to the community."; 5 + "Status page customization with built-in themes. Explore all themes and contribute your own theme."; 6 6 7 7 const OG_TITLE = "Theme Explorer"; 8 8 const OG_DESCRIPTION =
+4 -4
packages/theme-store/src/dracula.ts
··· 24 24 "--success": "#14710a", // Green 25 25 "--destructive": "#cb3a2a", // Red 26 26 "--warning": "#A34D14", // Orange 27 - "--info": "#036A96", // Blue 27 + "--info": "#644AC9", // Purple 28 28 29 29 "--chart-1": "#A3144D", // Pink 30 30 "--chart-2": "#A34D14", // Orange 31 31 "--chart-3": "#846E15", // Yellow 32 32 "--chart-4": "#14710a", // Green 33 - "--chart-5": "#644AC9", // Purple 33 + "--chart-5": "#036A96", // Cyan 34 34 35 35 "--popover-foreground": "var(--foreground)", 36 36 "--popover": "var(--background)", ··· 55 55 "--success": "#50fa7b", // Green 56 56 "--destructive": "#ff5555", // Red 57 57 "--warning": "#ffb86c", // Orange 58 - "--info": "#8BE9FD", // Blue 58 + "--info": "#644AC9", // Purple 59 59 60 60 "--chart-1": "#ff79c6", // Pink 61 61 "--chart-2": "#ffb86c", // Orange 62 62 "--chart-3": "#f1fa8c", // Yellow 63 63 "--chart-4": "#50fa7b", // Green 64 - "--chart-5": "#bd93f9", // Purple 64 + "--chart-5": "#036A96", // Cyan 65 65 66 66 "--popover-foreground": "var(--foreground)", 67 67 "--popover": "var(--background)",