feat(zed): add Nord theme and project settings

Theme file lives in .zed/nord.json; arty zed:theme:install copies it
to the Windows Zed themes directory via wslpath.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 18:44:51 +02:00
co-authored by Claude Sonnet 4.6
parent e15dd0a6c5
commit 902c8cf8a1
4 changed files with 236 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ scripts:
go install github.com/mikefarah/yq/v4@latest
go install github.com/charmbracelet/glow/v2@latest
go:clean: go clean -cache && go clean -modcache
zed:theme:install: cp .zed/nord.json "$(wslpath "$(cmd.exe /c 'echo %APPDATA%' 2>/dev/null | tr -d '\r')")/Zed/themes/nord.json"
vscode:extensions: |
code --install-extension editorconfig.editorconfig
micro:install: