2018-04-20 20:07:36 +02:00
|
|
|
{
|
|
|
|
"name": "vsc-material-theme",
|
|
|
|
"displayName": "Material Theme",
|
|
|
|
"description": "The most epic theme now for Visual Studio Code",
|
2019-08-12 16:40:38 +02:00
|
|
|
"version": "30.0.0",
|
2018-04-20 20:07:36 +02:00
|
|
|
"publisher": "Equinusocio",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"author": "Mattia Astorino [@equinusocio]",
|
|
|
|
"icon": "logo.png",
|
|
|
|
"galleryBanner": {
|
2018-04-22 23:01:00 +02:00
|
|
|
"color": "#11131C",
|
2018-04-20 20:07:36 +02:00
|
|
|
"theme": "dark"
|
|
|
|
},
|
2018-04-30 23:55:35 +02:00
|
|
|
"homepage": "https://equinsuocha.io/projects/material-theme/",
|
2018-04-20 20:07:36 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/equinusocio/vsc-material-theme.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
2019-08-12 16:32:36 +02:00
|
|
|
"vscode": ">=1.36.0"
|
2018-04-20 20:07:36 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-01-31 21:35:51 +01:00
|
|
|
"build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui",
|
|
|
|
"cleanup": "rimraf out",
|
2018-08-29 21:30:40 +02:00
|
|
|
"build-themes": "gulp build:themes",
|
2019-01-31 21:35:51 +01:00
|
|
|
"build-ui": "gulp build:copy-ui && yarn build-ui-release-notes",
|
|
|
|
"build-ui-release-notes": "browserify out/src/webviews/ui/release-notes/index.js > out/ui/release-notes.js",
|
2018-08-29 21:30:40 +02:00
|
|
|
"build-ui-only": "yarn cleanup && yarn build-ts && yarn build-ui",
|
2018-04-30 10:17:49 +02:00
|
|
|
"build-ts": "tsc -p ./tsconfig.json",
|
2018-05-03 11:39:51 +02:00
|
|
|
"test": "tslint **.ts",
|
2018-04-21 13:57:08 +02:00
|
|
|
"postinstall": "node ./node_modules/vscode/bin/install && opencollective postinstall && tsc -p tsconfig.json"
|
2018-04-20 20:07:36 +02:00
|
|
|
},
|
|
|
|
"categories": [
|
|
|
|
"Themes",
|
|
|
|
"Other"
|
|
|
|
],
|
2018-07-25 22:30:13 +02:00
|
|
|
"keywords": [
|
|
|
|
"VSCode",
|
|
|
|
"Themes"
|
|
|
|
],
|
2018-04-20 20:07:36 +02:00
|
|
|
"activationEvents": [
|
2018-05-03 11:39:51 +02:00
|
|
|
"*"
|
2018-04-20 20:07:36 +02:00
|
|
|
],
|
2019-05-05 10:22:38 +02:00
|
|
|
"extensionKind": "ui",
|
2019-01-31 21:35:51 +01:00
|
|
|
"main": "./out/src/material.theme.config",
|
2018-04-20 20:07:36 +02:00
|
|
|
"contributes": {
|
2019-08-12 16:40:38 +02:00
|
|
|
"commands": [
|
|
|
|
{
|
2018-04-30 10:20:33 +02:00
|
|
|
"command": "materialTheme.setAccent",
|
2018-04-30 23:55:35 +02:00
|
|
|
"title": "Set accent color",
|
2018-04-30 10:20:33 +02:00
|
|
|
"category": "🎨 Material Theme"
|
|
|
|
},
|
|
|
|
{
|
2018-08-29 21:30:40 +02:00
|
|
|
"command": "materialTheme.showReleaseNotes",
|
|
|
|
"title": "Release Notes",
|
2018-11-25 16:44:54 +01:00
|
|
|
"category": "📋 Material Theme"
|
2018-04-30 10:20:33 +02:00
|
|
|
}
|
2018-04-20 20:07:36 +02:00
|
|
|
],
|
|
|
|
"configuration": {
|
2018-04-30 09:55:47 +02:00
|
|
|
"type": "object",
|
2018-08-09 22:13:03 +02:00
|
|
|
"title": "Material Theme",
|
2018-04-20 20:07:36 +02:00
|
|
|
"properties": {
|
2018-04-30 09:55:47 +02:00
|
|
|
"materialTheme.accent": {
|
|
|
|
"type": "string",
|
2018-08-16 09:11:38 +02:00
|
|
|
"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"
|
2018-04-20 20:07:36 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2019-08-12 16:40:38 +02:00
|
|
|
"themes": [
|
|
|
|
{
|
2018-04-20 20:07:36 +02:00
|
|
|
"label": "Material Theme",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Default.json",
|
2018-04-20 22:18:31 +02:00
|
|
|
"uiTheme": "vs-dark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Material Theme High Contrast",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Default-High-Contrast.json",
|
2018-04-20 20:07:36 +02:00
|
|
|
"uiTheme": "vs-dark"
|
2018-04-20 21:29:02 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Material Theme Darker",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Darker.json",
|
2018-04-20 21:29:02 +02:00
|
|
|
"uiTheme": "vs-dark"
|
2018-04-20 22:18:31 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Material Theme Darker High Contrast",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Darker-High-Contrast.json",
|
2018-04-20 22:18:31 +02:00
|
|
|
"uiTheme": "vs-dark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Material Theme Palenight",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Palenight.json",
|
2018-04-20 22:18:31 +02:00
|
|
|
"uiTheme": "vs-dark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Material Theme Palenight High Contrast",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Palenight-High-Contrast.json",
|
2018-04-20 22:18:31 +02:00
|
|
|
"uiTheme": "vs-dark"
|
|
|
|
},
|
2018-04-22 11:27:31 +02:00
|
|
|
{
|
|
|
|
"label": "Material Theme Ocean",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Ocean.json",
|
2018-04-22 11:27:31 +02:00
|
|
|
"uiTheme": "vs-dark"
|
|
|
|
},
|
2018-04-22 22:56:26 +02:00
|
|
|
{
|
|
|
|
"label": "Material Theme Ocean High Contrast",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Ocean-High-Contrast.json",
|
2018-04-22 22:56:26 +02:00
|
|
|
"uiTheme": "vs-dark"
|
|
|
|
},
|
2018-04-20 22:18:31 +02:00
|
|
|
{
|
|
|
|
"label": "Material Theme Lighter",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Lighter.json",
|
2018-04-20 22:18:31 +02:00
|
|
|
"uiTheme": "vs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Material Theme Lighter High Contrast",
|
2019-01-31 21:35:51 +01:00
|
|
|
"path": "./out/themes/Material-Theme-Lighter-High-Contrast.json",
|
2018-04-20 22:18:31 +02:00
|
|
|
"uiTheme": "vs"
|
2018-04-20 20:07:36 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-03-17 19:48:45 +01:00
|
|
|
"extensionDependency": [
|
|
|
|
"Equinusocio.vsc-material-theme-icons"
|
|
|
|
],
|
2019-08-12 16:40:38 +02:00
|
|
|
"badges": [
|
|
|
|
{
|
2018-04-20 20:07:36 +02:00
|
|
|
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
|
|
|
|
"href": "https://github.com/equinusocio/vsc-material-theme/issues",
|
|
|
|
"description": "Open issues"
|
2018-11-29 21:14:46 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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!"
|
2018-04-20 20:07:36 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2019-06-27 16:31:28 +02:00
|
|
|
"@babel/register": "7.4.4",
|
2018-04-20 20:07:36 +02:00
|
|
|
"@types/gulp": "4.0.5",
|
|
|
|
"@types/gulp-if": "0.0.33",
|
|
|
|
"@types/gulp-util": "3.0.34",
|
2019-01-31 21:35:51 +01:00
|
|
|
"@types/mustache": "0.8.32",
|
2018-05-24 09:25:20 +02:00
|
|
|
"@types/rimraf": "2.0.2",
|
2018-08-29 21:30:40 +02:00
|
|
|
"babel-core": "6.26.3",
|
|
|
|
"babel-preset-env": "1.7.0",
|
|
|
|
"browserify": "16.2.2",
|
2018-04-20 20:07:36 +02:00
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-bump": "3.1.0",
|
|
|
|
"gulp-conventional-changelog": "1.1.11",
|
|
|
|
"gulp-if": "2.0.2",
|
|
|
|
"gulp-stats": "0.0.4",
|
|
|
|
"gulp-util": "3.0.8",
|
2019-01-31 21:35:51 +01:00
|
|
|
"mustache": "3.0.1",
|
2018-08-29 21:30:40 +02:00
|
|
|
"tslint": "5.10.0",
|
|
|
|
"tslint-xo": "0.8.0",
|
|
|
|
"typescript": "2.9.2",
|
|
|
|
"vscode": "1.1.18",
|
2018-04-20 20:07:36 +02:00
|
|
|
"yargs": "11.0.0"
|
|
|
|
},
|
|
|
|
"__metadata": {
|
|
|
|
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
|
|
|
|
"publisherDisplayName": "Mattia Astorino",
|
|
|
|
"publisherId": "e41388a1-a892-4c1e-940b-1e7c1bf43c97"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-12-23 17:35:38 +01:00
|
|
|
"@sanity/client": "0.139.0",
|
2018-04-20 20:07:36 +02:00
|
|
|
"opencollective": "1.0.3"
|
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/vsc-material-theme",
|
|
|
|
"logo": "https://opencollective.com/opencollective/logo.txt"
|
|
|
|
}
|
|
|
|
}
|