chatgpt codex + cascade: update

This commit is contained in:
2025-12-28 11:12:59 +02:00
parent cc7b93c658
commit 30a903a2df
9 changed files with 32 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ import { flavors } from "@catppuccin/palette";
const ctpColors: Record<string, string> = {};
for (const [name, color] of Object.entries(flavors.mocha.colors)) {
ctpColors[name] = color.hex;
ctpColors[name] = color.hex;
}
export default {