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
+7
View File
@@ -0,0 +1,7 @@
{
"theme": {
"mode": "system",
"dark": "Nord",
"light": "Nord"
}
}