2017-01-27 22:01:25 +01:00
{
2017-02-04 11:42:25 +01:00
"name" : "vsc-material-theme" ,
2017-01-27 22:01:25 +01:00
"displayName" : "Material Theme" ,
"description" : "The most epic theme now for Visual Studio Code" ,
2018-03-03 13:12:31 +01:00
"version" : "1.4.2" ,
2017-01-27 22:01:25 +01:00
"publisher" : "Equinusocio" ,
2017-02-04 22:55:05 +01:00
"license" : "Apache-2.0" ,
2018-02-23 23:30:06 +01:00
"author" : "Mattia Astorino [@equinusocio]" ,
2017-09-27 18:22:26 +02:00
"icon" : "logo.png" ,
2017-02-06 21:31:52 +01:00
"galleryBanner" : {
2017-02-11 15:39:27 +01:00
"color" : "#263238" ,
2017-02-06 21:31:52 +01:00
"theme" : "dark"
} ,
2017-02-06 22:42:51 +01:00
"homepage" : "https://github.com/equinusocio/vsc-material-theme" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/equinusocio/vsc-material-theme.git"
} ,
2017-02-04 11:42:25 +01:00
"bugs" : {
"url" : "https://github.com/equinusocio/vsc-material-theme/issues"
} ,
2017-01-27 22:01:25 +01:00
"engines" : {
2018-02-19 21:40:48 +01:00
"vscode" : "^1.19.0"
2017-01-27 22:01:25 +01:00
} ,
2017-02-04 22:55:05 +01:00
"scripts" : {
2018-02-11 14:58:16 +01:00
"build" : "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants" ,
"minimize-icons" : "svgo -f src/icons/svgs -o icons/" ,
"minimize-json" : "json-minify themes/.material-theme-icons.tmp > themes/Material-Theme-Icons.json && yarn remove-icons-tmp" ,
"remove-icons" : "rimraf icons/* && rimraf themes/Material-Theme-Icons.json" ,
2017-04-12 09:20:32 +02:00
"remove-icons-tmp" : "rimraf themes/.material-theme-icons.tmp" ,
2018-02-11 14:58:16 +01:00
"build-icons" : "yarn remove-icons && yarn minimize-icons && yarn gulp build:icons && yarn minimize-json" ,
2017-12-29 19:23:03 +01:00
"build-icons-accents" : "yarn gulp build:icons.accents" ,
"build-icons-variants" : "yarn gulp build:icons.variants" ,
"build-themes" : "yarn gulp build:themes" ,
"release" : "standard-version" ,
"postinstall" : "node ./node_modules/vscode/bin/install && opencollective postinstall"
2017-02-04 22:55:05 +01:00
} ,
2017-01-27 22:01:25 +01:00
"categories" : [
2017-02-04 22:57:23 +01:00
"Themes" ,
"Other"
2017-01-27 22:01:25 +01:00
] ,
2017-05-28 16:50:44 +02:00
"activationEvents" : [
2017-06-17 16:52:27 +02:00
"*"
2017-05-28 16:50:44 +02:00
] ,
2018-01-10 22:03:24 +01:00
"main" : "./extensions/material.theme.config.js" ,
2017-01-27 22:01:25 +01:00
"contributes" : {
2017-05-28 16:50:44 +02:00
"commands" : [
{
2018-02-23 23:30:06 +01:00
"category" : "🎨 Material theme" ,
2017-05-28 16:50:44 +02:00
"command" : "material.theme.config" ,
2018-02-23 23:30:06 +01:00
"title" : "Settings"
2017-05-28 16:50:44 +02:00
}
] ,
2017-06-12 23:16:17 +02:00
"configuration" : {
"properties" : {
2017-07-24 21:56:46 +02:00
"materialTheme.cache.workbench.accent" : {
"type" : "string" ,
"title" : "[DEPRECATED] This is an old property." ,
"description" : "This property is intended only for migrating old settings system to a new one. It will be removed in new versions. Don't use it, use \"materialTheme.cache.workbench.settings\" instead."
} ,
2017-06-20 14:39:45 +02:00
"materialTheme.cache.workbench.settings" : {
"default" : { } ,
"type" : "object" ,
"title" : "Custom material theme settings" ,
2017-06-23 13:55:52 +02:00
"description" : "Material theme settings object."
2017-06-12 23:16:17 +02:00
}
}
} ,
2017-01-27 22:01:25 +01:00
"themes" : [
2017-04-10 14:52:49 +02:00
{
"label" : "Material Theme" ,
2018-02-11 15:01:41 +01:00
"path" : "./themes/Material-Theme-Darker.json" ,
2017-10-15 23:22:51 +02:00
"uiTheme" : "vs-dark"
2017-01-27 22:01:25 +01:00
}
2017-02-06 21:31:52 +01:00
] ,
"iconThemes" : [
{
2017-06-17 16:52:27 +02:00
"id" : "eq-material-theme-icons" ,
2017-02-06 21:31:52 +01:00
"label" : "Material Theme Icons" ,
2017-04-12 09:20:32 +02:00
"path" : "./themes/Material-Theme-Icons.json"
2017-02-06 21:31:52 +01:00
}
2017-01-27 22:01:25 +01:00
]
2017-02-04 11:42:25 +01:00
} ,
2017-05-10 10:15:13 +02:00
"badges" : [
{
"url" : "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265" ,
"href" : "https://github.com/equinusocio/vsc-material-theme/issues" ,
"description" : "Open issues"
}
] ,
2017-02-04 11:42:25 +01:00
"devDependencies" : {
2018-02-11 14:58:16 +01:00
"@types/chalk" : "2.2.0" ,
"@types/gulp" : "4.0.5" ,
"@types/gulp-if" : "0.0.33" ,
"@types/gulp-util" : "3.0.34" ,
"@types/mustache" : "0.8.30" ,
"@types/run-sequence" : "0.0.30" ,
2017-09-12 10:18:21 +02:00
"@types/through2" : "2.0.33" ,
"@types/yamljs" : "0.2.30" ,
2018-02-11 14:58:16 +01:00
"@types/yargs" : "10.0.1" ,
"babel-core" : "6.26.0" ,
2017-09-12 10:18:21 +02:00
"babel-preset-es2015" : "6.24.1" ,
"babel-root-import" : "4.1.8" ,
"cpx" : "1.5.0" ,
2018-02-11 14:58:16 +01:00
"eslint" : "4.17.0" ,
2017-09-12 10:18:21 +02:00
"eslint-plugin-standard" : "3.0.1" ,
"gulp" : "3.9.1" ,
2018-02-11 14:58:16 +01:00
"gulp-bump" : "3.1.0" ,
"gulp-conventional-changelog" : "1.1.11" ,
2017-09-12 10:18:21 +02:00
"gulp-if" : "2.0.2" ,
"gulp-stats" : "0.0.4" ,
"gulp-util" : "3.0.8" ,
"json-minify" : "1.0.0" ,
"mustache" : "2.3.0" ,
2018-02-11 14:58:16 +01:00
"rimraf" : "2.6.2" ,
"run-sequence" : "2.2.1" ,
"standard-version" : "4.3.0" ,
"svgo" : "1.0.4" ,
"typescript" : "2.7.1" ,
"vscode" : "1.1.10" ,
2017-06-30 17:19:21 +02:00
"yamljs" : "0.3.0" ,
2018-02-11 14:58:16 +01:00
"yargs" : "11.0.0"
2017-10-27 18:09:24 +02:00
} ,
"__metadata" : {
"id" : "dffaf5a1-2219-434b-9d87-cb586fd59260" ,
"publisherDisplayName" : "Mattia Astorino" ,
"publisherId" : "e41388a1-a892-4c1e-940b-1e7c1bf43c97"
2017-11-22 23:56:14 +01:00
} ,
"dependencies" : {
"opencollective" : "1.0.3"
} ,
"collective" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/vsc-material-theme" ,
"logo" : "https://opencollective.com/opencollective/logo.txt"
2017-01-27 22:01:25 +01:00
}
2018-02-19 21:49:43 +01:00
}