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-selector/theme-selector.html | 738 ----------------------------- 1 file changed, 738 deletions(-) delete mode 100644 scripts/theme-selector/theme-selector.html (limited to 'scripts/theme-selector/theme-selector.html') diff --git a/scripts/theme-selector/theme-selector.html b/scripts/theme-selector/theme-selector.html deleted file mode 100644 index 30279c74..00000000 --- a/scripts/theme-selector/theme-selector.html +++ /dev/null @@ -1,738 +0,0 @@ -theme-selector - -

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