feat: add nika file and folder icons - #3529
Open
ThibautMelen wants to merge 5 commits into
Open
Conversation
Contributor
PreviewThank you for creating a pull request. This preview shows you how your icons will look on the different themes: Check how your icons fit in a 16x16 grid with our Pixel Perfect Checker by following this link. You can find more information on how to contribute in the contribution guidelines. |
ThibautMelen
added a commit
to supernovae-st/nika-vscode
that referenced
this pull request
Jul 9, 2026
…stream PR (#23) Two honesty rows from the deep-e2e pass. icons/README's vendored table missed src/webview/verbGlyphs.ts (the 4 verb glyphs as path data — keycap · cmdk · palette · synced from the icon ontology). contrib/README said « until the upstream icons land » with nothing to track — it now links material-extensions/vscode-material-icon-theme#3529 (in review), so the interim-snippet section retires itself the day it merges. Co-authored-by: Nika 🦋 <nika@supernovae.studio>
Author
|
Updated: the icons now carry Nika's official butterfly-supernova mark (the same artwork as nika.sh and the marketplace extension tile) instead of the earlier simplified glyph — brand-accurate for users who know the project. Palette unchanged (Blue 200 file · Blue 700/100 folder), |
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
Icons for Nika — the open workflow language for AI (
nika: v1YAML files run by an AGPL Rust engine · spec · VS Code extension, also on OpenVSX for Cursor/Windsurf/VSCodium).nika.svg— file icon for*.nika.yaml/*.nika.yml(the extension's language id ships a language icon, but Material renders its own set — this brings the butterfly mark to Material users). Blue 200 strokes.folder-nika.svg— folder icon for.nika/(the engine's flight-recorder home: every run journals its trace under.nika/traces/). Folder Blue 700 + motive Blue 100,id="folder"/id="motive"per CONTRIBUTING; the open variant generates cleanly (verified withgenerateOpenFolderIconslocally).Checks run locally
check-colors✅ (Material palette only, no black/white)biome check✅ on both association filesgenerateOpenFolders✅ consumedfolder-nika.svg(271 generated, includingfolder-nika-open)run checkreports only the pre-existing base-icon misses of a fresh clone (file.svg/folder.svg/folder-root*— identical on pristinemain); zero nika-related findings.File association uses
fileExtensions: ['nika.yaml', 'nika.yml'](the double-extension pattern), folder associationfolderNames: ['nika']following the dotless convention (github→.github).