feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -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
Reference in New Issue
Block a user