From 7f57c6467054f6762a40b683d6585ee0a2b5527c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 8 Jun 2026 08:56:47 -0500 Subject: refactor(theme-studio): rename theme-selector to theme-studio The tool authors themes from scratch -- palette, faces across every tier, live preview, export to a loadable deftheme. It never selects among existing themes, so "selector" mis-described it. Renamed the directory, the generated HTML and its title, the design spec, and every reference in the code, README, tests, and todo. No behavior change. --- scripts/theme-studio/theme-studio.html | 738 +++++++++++++++++++++++++++++++++ 1 file changed, 738 insertions(+) create mode 100644 scripts/theme-studio/theme-studio.html (limited to 'scripts/theme-studio/theme-studio.html') diff --git a/scripts/theme-studio/theme-studio.html b/scripts/theme-studio/theme-studio.html new file mode 100644 index 00000000..61466d42 --- /dev/null +++ b/scripts/theme-studio/theme-studio.html @@ -0,0 +1,738 @@ +theme-studio + +

Untitled: theme

+
+
+

palette

+
+
+
+ + + + + +
+
+
+
+
+
#888888
+
limit
+
+
+
+
+
+

export, import, and save

+
+ +
+
+ + + + +
+ +
+
+

code/color assignments

+
+
+
elements △color △styleexamplecontrast
+
+
+
+

+ 
+
+

ui faces

+
+
+
face △foreground △background △stylepreview
+
+
+
+
+
+
+

package faces

+
+ + + +
+
+
+
face △fg △bg △styleinherit △size △contrast △
+
+
+
+
+
+
+ \ No newline at end of file -- cgit v1.2.3