aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c6fb6b406db26bc69c24206168866a6df8d74737 (plain)
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
{
    "name": "linux-themes",
    "displayName": "Linux Themes for VS Code",
    "description": "Color themes designed to match the popular Ubuntu themes.",
    "version": "1.0.1",
    "publisher": "SolarLiner",
    "icon": "icon.png",
    "license": "MIT",
    "repository": {
        "type": "GitHub",
        "url": "https://github.com/SolarLiner/vscode-arc-theme"
    },
    "engines": {
        "vscode": "^1.12.0"
    },
    "categories": [
        "Themes"
    ],
    "contributes": {
        "themes": [
            {
                "label": "Arc Dark",
                "uiTheme": "vs-dark",
                "path": "./themes/arc-dark.json"
            },
            {
                "label": "Arc",
                "uiTheme": "vs",
                "path": "./themes/arc.json"
            },
            {
                "label": "Adapta Nokto",
                "uiTheme": "vs-dark",
                "path": "./themes/adapta-nokto.json"
            },
            {
                "label": "United Ubuntu",
                "uiTheme": "vs-dark",
                "path": "./themes/united-gnome.json"
            },
            {
                "label": "Ambiance [beta]",
                "uiTheme": "vs-dark",
                "path": "./themes/ambiance.json"
            }
        ]
    }
}