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
+22
View File
@@ -0,0 +1,22 @@
{
"name": "theme-ash-dark",
"displayName": "Ash Dark Theme",
"description": "Ash Dark color theme",
"publisher": "local",
"version": "1.0.0",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Ash Dark",
"uiTheme": "vs-dark",
"path": "./themes/ash-dark-color-theme.json"
}
]
}
}
File diff suppressed because it is too large Load Diff