Update comment themes; add github theme family

This commit is contained in:
2026-04-06 16:32:15 -07:00
parent 162032e3f3
commit 153bd0cf39
3 changed files with 81 additions and 4 deletions
+2
View File
@@ -10,6 +10,7 @@ import { tokyonight } from "./families/tokyonight";
import { solarized } from "./families/solarized";
import { onedark } from "./families/onedark";
import { monokai } from "./families/monokai";
import { github } from "./families/github";
export const DEFAULT_THEME_ID = "darkbox-retro";
@@ -25,6 +26,7 @@ export const FAMILIES: ThemeFamily[] = [
solarized,
onedark,
monokai,
github,
];
// Flat lookup — backward compatible with all existing consumers