feat: add ash light/dark omarchy themes derived from harbor

This commit is contained in:
Richard Zink
2026-09-22 11:11:39 +02:00
commit 99cef66d61
117 changed files with 14041 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"name": "theme-harbor",
"displayName": "Harbor Theme",
"description": "Harbor color theme",
"publisher": "local",
"version": "1.0.0",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Harbor",
"uiTheme": "vs",
"path": "./themes/harbor-color-theme.json"
}
]
}
}
File diff suppressed because it is too large Load Diff