From 9955f5f0020ede29006274cf3fdc3ac97600128c Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Sun, 5 Jul 2026 07:34:35 +0800 Subject: [PATCH] fix(gotham): publish scope @themes, consistent with sibling themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Captain's decision: gotham publishes at @themes/gotham (the pre-existing public registry row), not @ninja. Version stays 1.0.0; categories kept. (Commit created by ninja plugin publish's auto-commit; message amended to reflect the actual diff — the scope flip in plugin.mod.) Co-Authored-By: Claude Fable 5 --- plugin.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.mod b/plugin.mod index 73700da..cc4623f 100644 --- a/plugin.mod +++ b/plugin.mod @@ -1,7 +1,7 @@ [plugin] name = "gotham" display_name = "Gotham" -scope = "@ninja" +scope = "@themes" version = "1.0.0" description = "Dark, high-contrast BlockNinja theme with bold typography and modern accent panels." kind = "theme"