mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 20:15:19 +02:00
Squashed 'lib/vscode/' content from commit e5a624b788
git-subtree-dir: lib/vscode git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
This commit is contained in:
18
extensions/theme-solarized-dark/package.json
Normal file
18
extensions/theme-solarized-dark/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "theme-solarized-dark",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Solarized Dark",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/solarized-dark-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user