-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "lazarus-theme",
"displayName": "Lazarus Theme",
"description": "Lazarus is a minimalist, elegant theme for Visual Studio Code that reduces distraction while improving readability and coding flow.",
"version": "1.0.1",
"publisher": "JosuaSianturi",
"icon": "assets/logo.png",
"license": "MIT",
"licenseFile": "LICENSE",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/josuapsianturi/lazarus"
},
"engines": {
"vscode": "^1.98.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Lazarus Dark Theme",
"uiTheme": "vs-dark",
"path": "./themes/Lazarus Resurrection-color-theme.json"
},
{
"label": "Lazarus light Theme",
"uiTheme": "vs",
"path": "./themes/Lazarus-resurrection-light-theme.json"
}
]
}
}