refactor: remove theme, move to base distribution #4

Open
forbes wants to merge 0 commits from feat/sdk-migration into main
Owner

Removes the Catppuccin Mocha theme from ztools — it belongs in the base KindredCreate preference pack, not in an addon.

  • Delete CatppuccinMocha/ preference pack (redundant with KindredCreate, stale QSS)
  • Delete theme.py (generate_stylesheet never called; apply_spreadsheet_colors was a no-op due to SetUnsigned vs GetASCII type mismatch)
  • Remove preferencepack declaration from package.xml
  • Remove apply_spreadsheet_colors call from InitGui.py
  • Clean up resources/init.py exports

icons.py and all workbench commands are unchanged.

Removes the Catppuccin Mocha theme from ztools — it belongs in the base KindredCreate preference pack, not in an addon. - Delete CatppuccinMocha/ preference pack (redundant with KindredCreate, stale QSS) - Delete theme.py (generate_stylesheet never called; apply_spreadsheet_colors was a no-op due to SetUnsigned vs GetASCII type mismatch) - Remove preferencepack declaration from package.xml - Remove apply_spreadsheet_colors call from InitGui.py - Clean up resources/__init__.py exports icons.py and all workbench commands are unchanged.
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/sdk-migration:feat/sdk-migration
git checkout feat/sdk-migration
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/ztools#4