aboutsummaryrefslogtreecommitdiff
path: root/tests/test-build-theme.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-08 08:56:47 -0500
committerCraig Jennings <c@cjennings.net>2026-06-08 08:57:05 -0500
commitf2654a0083a94d0e0dc7cbb6094aae6116a1c318 (patch)
tree1aab6dac6b8c8b6cd4ccdb3ca06cd66055f55cbd /tests/test-build-theme.el
parent01e4214819fa9011f684097d54f5d8953973f8fc (diff)
downloaddotemacs-f2654a0083a94d0e0dc7cbb6094aae6116a1c318.tar.gz
dotemacs-f2654a0083a94d0e0dc7cbb6094aae6116a1c318.zip
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.
Diffstat (limited to 'tests/test-build-theme.el')
-rw-r--r--tests/test-build-theme.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-build-theme.el b/tests/test-build-theme.el
index 954e95425..f74b94173 100644
--- a/tests/test-build-theme.el
+++ b/tests/test-build-theme.el
@@ -2,8 +2,8 @@
;;; Commentary:
-;; ERT tests for scripts/theme-selector/build-theme.el, the converter that
-;; turns a theme.json exported by the theme-selector into a loadable Emacs
+;; ERT tests for scripts/theme-studio/build-theme.el, the converter that
+;; turns a theme.json exported by the theme-studio into a loadable Emacs
;; deftheme file. This is the correctness-sensitive end of the pipeline, so
;; it is covered Normal / Boundary / Error per category.
@@ -18,7 +18,7 @@
(eval-and-compile
(add-to-list 'load-path
(expand-file-name
- "../scripts/theme-selector"
+ "../scripts/theme-studio"
(file-name-directory
(or load-file-name
(bound-and-true-p byte-compile-current-file)
@@ -55,7 +55,7 @@
"A self-contained theme.json exercising every tier: default, syntax (bold +
italic + the unmappable dec key), UI, and packages (a plain face, an
inherit+height face, and a cleared face). Owned by the test so it can't drift
-the way Craig's downloaded exports under scripts/theme-selector/ can.")
+the way Craig's downloaded exports under scripts/theme-studio/ can.")
(defun test-build-theme--write-fixture (dir)
"Write the fixture JSON into DIR and return its path."