Retro is now default palette

This commit is contained in:
2026-03-31 11:29:30 -07:00
parent 78f1bc2ef6
commit 367470b54e

View File

@@ -1,6 +1,6 @@
import type { Theme } from "./types"; import type { Theme } from "./types";
export const DEFAULT_THEME_ID = "darkbox"; export const DEFAULT_THEME_ID = "darkbox-retro";
function theme( function theme(
id: string, id: string,