aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4584cbd7c094a6eb49295a34becaba849254f998 (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
{
    "name": "arc-theme",
    "displayName": "Arc Theme",
    "description": "Color theme designed to match the popular Ubuntu \"Arc\" theme.",
    "version": "0.0.1",
    "publisher": "SolarLiner",
    "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-color-theme.json"
            }
        ]
    }
}