···1919import { StatusMonitor } from "@/components/status-page/status-monitor";
2020import { Button } from "@/components/ui/button";
2121import { monitors } from "@/data/monitors";
2222-import { THEMES, THEME_KEYS } from "@/lib/community-themes";
2322import { useTRPC } from "@/lib/trpc/client";
2423import { cn } from "@/lib/utils";
2424+import { THEMES, THEME_KEYS } from "@openstatus/theme-store";
2525import { useQuery } from "@tanstack/react-query";
26262727export default function Page() {
···7272 <div className="prose dark:prose-invert prose-sm max-w-none">
7373 <p>
7474 You can contribute your own theme by creating a new file in the{" "}
7575- <code>src/lib/community-themes</code> directory. You'll only
7676- need to override css variables. Make sure your object is satisfiying
7777- the <code>Theme</code> interface.
7575+ <code>@openstatus.theme-store</code> package. You'll only need
7676+ to override css variables. Make sure your object is satisfiying the{" "}
7777+ <code>Theme</code> interface.
7878 </p>
7979 <p>
8080 Go to the{" "}
8181- <Link href="https://github.com/openstatusHQ/openstatus/tree/main/apps/status-page/src/lib/community-themes">
8181+ <Link href="https://github.com/openstatusHQ/openstatus/tree/main/packages/theme-store">
8282 GitHub directory
8383 </Link>{" "}
8484 to see the existing themes and create a new one by forking and