From 269f23a38789190d112b04e8e70c3a6d649193b1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Jun 2026 00:08:03 -0500 Subject: Update theme studio palette workflow --- scripts/theme-studio/test-columns.mjs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/theme-studio/test-columns.mjs') diff --git a/scripts/theme-studio/test-columns.mjs b/scripts/theme-studio/test-columns.mjs index 139860360..ae7a24542 100644 --- a/scripts/theme-studio/test-columns.mjs +++ b/scripts/theme-studio/test-columns.mjs @@ -112,6 +112,11 @@ test('groundRoleOfEntry: Boundary - exact ground roles only, not bg-prefix names assert.equal(groundRoleOfEntry(['#555555', 'ground-1'], ground), 'step'); }); +test('groundRoleOfEntry: Boundary - renamed entries with the ground column id remain steps', () => { + const ground = { bg: '#ffffff', fg: '#000000' }; + assert.equal(groundRoleOfEntry(['#777777', 'renamed-middle', 'ground'], ground), 'step'); +}); + // --- regenColumn ------------------------------------------------------------ test('regenColumn: Normal - n steps each side plus the base, ordered by offset', () => { -- cgit v1.2.3