From ac12e646f2dd1aa934e49da012736419d2dba37c Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:15 -0500 Subject: [PATCH] ?? --- lux/empty-theme.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lux/empty-theme.json diff --git a/lux/empty-theme.json b/lux/empty-theme.json new file mode 100644 index 0000000..425beef --- /dev/null +++ b/lux/empty-theme.json @@ -0,0 +1,30 @@ +{ + "palette": { + "primary": "", + "primarycontent": "", + "secondary": "", + "secondarycontent": "", + "accent": "", + "accentcontent": "", + "neutral": "", + "neutralcontent": "", + "base100": "", + "base200": "", + "base300": "", + "basecontent": "", + "info": "", + "infocontent": "", + "success": "", + "successcontent": "", + "warning": "", + "warningcontent": "", + "error": "", + "errorcontent": "", + "radiusSelector": "", + "radiusField": "", + "radiusBox": "", + "sizeSelector": "", + "sizeField": "", + "border": "" + } +}