// 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 = { default: p_default, emerald: p_emerald, }