FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
levelcode/extensions/levelcode-themes/package.json at develop · levelcodeai/levelcode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
levelcodeai
/
levelcode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
levelcode
/
extensions
/
levelcode-themes
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 638 Bytes
Breadcrumbs
levelcode
/
extensions
/
levelcode-themes
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 638 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"
levelcode-themes
"
,
"displayName"
:
"
LevelCode Themes
"
,
"description"
:
"
Signature LevelCode themes — One Dark and One Light, adapted from Atom's iconic MIT palette.
"
,
"publisher"
:
"
levelcode
"
,
"version"
:
"
0.1.0
"
,
"license"
:
"
MIT
"
,
"engines"
: {
"vscode"
:
"
^1.126.0
"
},
"categories"
: [
"
Themes
"
],
"contributes"
: {
"themes"
: [
{
"label"
:
"
LevelCode One Dark
"
,
"uiTheme"
:
"
vs-dark
"
,
"path"
:
"
./themes/atom-one-dark.json
"
},
{
"label"
:
"
LevelCode One Light
"
,
"uiTheme"
:
"
vs
"
,
"path"
:
"
./themes/atom-one-light.json
"
}
],
"configurationDefaults"
: {
"workbench.colorTheme"
:
"
LevelCode One Dark
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL