Files
2026-06-26 16:18:38 +02:00

10 lines
319 B
TypeScript

// Generated by the fabric-theme tool — do not edit by hand.
// Lists every palette JSON in this directory. Add palettes via the theme tool.
import p_default from './default.json'
import p_emerald from './emerald.json'
export const palettes: Record<string, unknown> = {
default: p_default,
emerald: p_emerald,
}