chatgpt codex + cascade: update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user