250 lines
7.6 KiB
JSON
250 lines
7.6 KiB
JSON
{
|
|
"name": "vsc-material-theme",
|
|
"displayName": "Material Theme",
|
|
"description": "The most epic theme now for Visual Studio Code",
|
|
"version": "31.17.0",
|
|
"publisher": "Equinusocio",
|
|
"license": "Apache-2.0",
|
|
"author": "Mattia Astorino [@equinusocio]",
|
|
"icon": "logo.png",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/vsc-material-theme"
|
|
},
|
|
"galleryBanner": {
|
|
"color": "#11131C",
|
|
"theme": "dark"
|
|
},
|
|
"homepage": "https://material-theme.site",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/material-theme/vsc-material-theme.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/material-theme/vsc-material-theme/issues"
|
|
},
|
|
"extensionPack": [
|
|
"equinusocio.vsc-community-material-theme",
|
|
"equinusocio.vsc-material-theme-icons"
|
|
],
|
|
"engines": {
|
|
"node": "<=10",
|
|
"vscode": "^1.41.0"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:legacy && yarn build:ui",
|
|
"cleanup": "rimraf build && rimraf dist",
|
|
"lint": "eslint .",
|
|
"build:ui": "node dist/scripts/ui/index.js",
|
|
"build:legacy": "ncp legacy/themes build/themes",
|
|
"build:generate-themes": "node dist/scripts/generator/index.js",
|
|
"build:ts": "tsc -p ./tsconfig.json && ncp dist/src/ build && ncp material-theme.config.json build",
|
|
"postinstall": "node ./node_modules/vscode/bin/install && tsc -p tsconfig.json"
|
|
},
|
|
"categories": [
|
|
"Themes",
|
|
"Other"
|
|
],
|
|
"keywords": [
|
|
"VSCode",
|
|
"Themes"
|
|
],
|
|
"activationEvents": [
|
|
"*"
|
|
],
|
|
"extensionKind": [
|
|
"ui"
|
|
],
|
|
"main": "./build/material.theme.config",
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "materialTheme.setAccent",
|
|
"title": "Set accent color",
|
|
"category": "🎨 Material Theme"
|
|
},
|
|
{
|
|
"command": "materialTheme.showReleaseNotes",
|
|
"title": "Release Notes",
|
|
"category": "📋 Material Theme"
|
|
}
|
|
],
|
|
"configuration": {
|
|
"type": "object",
|
|
"title": "Material Theme",
|
|
"properties": {
|
|
"materialTheme.accent": {
|
|
"type": "string",
|
|
"default": "Blue",
|
|
"enum": [
|
|
"Acid Lime",
|
|
"Blue",
|
|
"Breaking Bad",
|
|
"Bright Teal",
|
|
"Cyan",
|
|
"Graphite",
|
|
"Indigo",
|
|
"Lime",
|
|
"Orange",
|
|
"Pink",
|
|
"Purple",
|
|
"Red",
|
|
"Sky",
|
|
"Tomato",
|
|
"Teal",
|
|
"Yellow"
|
|
],
|
|
"description": "Current accent color selected",
|
|
"scope": "window"
|
|
}
|
|
}
|
|
},
|
|
"themes": [
|
|
{
|
|
"label": "Material Theme",
|
|
"path": "./build/themes/Material-Theme-Default.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme High Contrast",
|
|
"path": "./build/themes/Material-Theme-Default-High-Contrast.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Darker",
|
|
"path": "./build/themes/Material-Theme-Darker.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Darker High Contrast",
|
|
"path": "./build/themes/Material-Theme-Darker-High-Contrast.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Palenight",
|
|
"path": "./build/themes/Material-Theme-Palenight.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Palenight High Contrast",
|
|
"path": "./build/themes/Material-Theme-Palenight-High-Contrast.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Ocean",
|
|
"path": "./build/themes/Material-Theme-Ocean.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Ocean High Contrast",
|
|
"path": "./build/themes/Material-Theme-Ocean-High-Contrast.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Material Theme Lighter",
|
|
"path": "./build/themes/Material-Theme-Lighter.json",
|
|
"uiTheme": "vs"
|
|
},
|
|
{
|
|
"label": "Material Theme Lighter High Contrast",
|
|
"path": "./build/themes/Material-Theme-Lighter-High-Contrast.json",
|
|
"uiTheme": "vs"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme",
|
|
"path": "./build/themes/Material-Theme-Default-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme High Contrast",
|
|
"path": "./build/themes/Material-Theme-Default-High-Contrast-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Darker",
|
|
"path": "./build/themes/Material-Theme-Darker-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Darker High Contrast",
|
|
"path": "./build/themes/Material-Theme-Darker-High-Contrast-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Palenight",
|
|
"path": "./build/themes/Material-Theme-Palenight-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Palenight High Contrast",
|
|
"path": "./build/themes/Material-Theme-Palenight-High-Contrast-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Ocean",
|
|
"path": "./build/themes/Material-Theme-Ocean-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Ocean High Contrast",
|
|
"path": "./build/themes/Material-Theme-Ocean-High-Contrast-Legacy.json",
|
|
"uiTheme": "vs-dark"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Lighter",
|
|
"path": "./build/themes/Material-Theme-Lighter-Legacy.json",
|
|
"uiTheme": "vs"
|
|
},
|
|
{
|
|
"label": "Legacy - Material Theme Lighter High Contrast",
|
|
"path": "./build/themes/Material-Theme-Lighter-High-Contrast-Legacy.json",
|
|
"uiTheme": "vs"
|
|
}
|
|
]
|
|
},
|
|
"extensionDependency": [
|
|
"Equinusocio.vsc-material-theme-icons"
|
|
],
|
|
"badges": [
|
|
{
|
|
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
|
|
"href": "https://github.com/material-theme/vsc-material-theme/issues",
|
|
"description": "Open issues"
|
|
},
|
|
{
|
|
"url": "https://img.shields.io/badge/Support%20this%20project-%F0%9F%92%96%EF%B8%8F-green.svg?style=flat-square",
|
|
"href": "https://opencollective.com/vsc-material-theme",
|
|
"description": "Support us!"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"@moxer/vscode-theme-generator": "1.16.1",
|
|
"@types/browserify": "12.0.36",
|
|
"@types/rimraf": "2.0.2",
|
|
"@typescript-eslint/eslint-plugin": "2.12.0",
|
|
"@typescript-eslint/parser": "2.12.0",
|
|
"browserify": "16.2.2",
|
|
"eslint": "6.7.2",
|
|
"eslint-config-xo-space": "0.22.0",
|
|
"eslint-config-xo-typescript": "0.23.0",
|
|
"fs-extra": "8.1.0",
|
|
"ncp": "2.0.0",
|
|
"typescript": "3.7.4",
|
|
"vscode": "1.1.36"
|
|
},
|
|
"__metadata": {
|
|
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
|
|
"publisherDisplayName": "Mattia Astorino",
|
|
"publisherId": "e41388a1-a892-4c1e-940b-1e7c1bf43c97"
|
|
},
|
|
"dependencies": {
|
|
"@sanity/client": "0.147.3",
|
|
"@types/fs-extra": "8.0.1",
|
|
"opencollective": "1.0.3"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/vsc-material-theme",
|
|
"logo": "https://opencollective.com/opencollective/logo.txt"
|
|
}
|
|
}
|