-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.03 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.03 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "minimal-theme",
"displayName": "minimal-theme",
"description": "A sleek, clean, and distraction-free theme for those who like their editor simple and beautiful.",
"version": "0.0.1",
"publisher": "gabrielfonseca",
"engines": {
"vscode": "^1.98.0"
},
"keywords": [
"minimal",
"grayscale",
"muted",
"monochrome",
"futuristic",
"modern",
"clean",
"soft black",
"low contrast",
"professional",
"dark mode",
"elegant",
"matte",
"subtle",
"neutral",
"cool tones",
"premium",
"high-tech",
"developer-focused",
"focus-driven",
"non-distracting",
"sharp",
"low-light",
"workspace"
],
"author": {
"email": "jg.fonseca@outlook.pt",
"name": "Gabriel Fonseca",
"url": "https://github.com/gabrielvnfonseca"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Minimal Dark",
"uiTheme": "vs-dark",
"path": "./themes/minimal-dark-theme.json"
}
]
}
}