feat: add 12 StandardPalettes themes to the marketplace - #77
Open
greenseeing wants to merge 2 commits into
Open
Conversation
added 2 commits
August 27, 2026 21:34
Add Catppuccin (4), Tokyo Night (3), Rose Pine (3) and Everforest (2) themes generated from source-of-truth palettes in greenseeing/sn-themes. Each package ships a pre-generated dist/index.css, a gallery thumbnail, and an sn manifest (isDark, dock_icon, thumbnail_url).
Add the 12 StandardPalettes packages to packages.json, static assets, desktop zips, per-package entry JSONs and the README directory.
greenseeing
pushed a commit
to greenseeing/sn-themes
that referenced
this pull request
Aug 27, 2026
…s 006/008 - Add verify_mobile.py (CDN + manifest checks under iOS/Android UAs, in CI via make mobile-verify) and verify_mobile_viewport.py (Playwright install page + dark/light theme-apply checks on iPhone 13 / Pixel 7 emulation) - Add docs/mobile-verification.md (automated results, manual on-device test script, documented limitations) and mobile install instructions in docs/index.html + README.md - Fix README install URLs to the jsDelivr dist/ paths (what mobile users paste into the app) - Add generate_thumbnails.py: 600x375 gallery mockups rendered from each theme's real palette + role mapping - Regenerate contrast ratios (timestamp only) Marketplace PR with the 12 themes was opened at standardnotes/plugins#77 from greenseeing/plugins.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds 12 curated palette themes to the plugin marketplace, generated from source-of-truth palettes in greenseeing/sn-themes:
Each theme is a Standard Notes theme (
content_type: SN|Theme,area: themes) with anisDarkflag, a matchingdock_icon, and a gallery thumbnail (thumbnail.png— the first entries in this repo to ship one).Changes
packages/com.standardpalettes.*— 12 packages, each with a pre-generateddist/index.css,package.json(snmanifest incl.thumbnail_url),thumbnail.png, andREADME.mdcdn/plugins.json— 12 new catalog entries (staticFiles: ["dist", "package.json", "thumbnail.png"])cdn/dist/— regenerated artifacts:packages.jsonentries, per-packageentries/*.json,static/assets, desktopzips/README.md— directory table rows (regenerated frompackages.json)The diff is strictly additive: 3324 insertions, 0 deletions — no existing package or catalog entry was touched.
Notes for maintainers
workspaces foreach run buildskips workspaces without a build script, so CI's build step is unaffected.cdn/distwas regenerated with the repo's ownPackage.mjs(@standardnotes/deterministic-zip); re-running thepackagestep in CI reproduces identical hashes.1.0.0; the source pack is versioned and pinned via jsDelivr tags ingreenseeing/sn-themes— bumping the pack version and re-rendering will be a follow-up PR.