github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/.vscext/Equinusocio.vsc-material-theme/extension/package.json (about) 1 { 2 "name": "vsc-material-theme", 3 "displayName": "Material Theme", 4 "description": "The most epic theme now for Visual Studio Code", 5 "version": "30.0.0", 6 "publisher": "Equinusocio", 7 "license": "Apache-2.0", 8 "author": "Mattia Astorino [@equinusocio]", 9 "icon": "logo.png", 10 "galleryBanner": { 11 "color": "#11131C", 12 "theme": "dark" 13 }, 14 "homepage": "https://equinsuocha.io/projects/material-theme/", 15 "repository": { 16 "type": "git", 17 "url": "https://github.com/equinusocio/vsc-material-theme.git" 18 }, 19 "bugs": { 20 "url": "https://github.com/equinusocio/vsc-material-theme/issues" 21 }, 22 "engines": { 23 "vscode": ">=1.36.0" 24 }, 25 "scripts": { 26 "build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui", 27 "cleanup": "rimraf out", 28 "build-themes": "gulp build:themes", 29 "build-ui": "gulp build:copy-ui && yarn build-ui-release-notes", 30 "build-ui-release-notes": "browserify out/src/webviews/ui/release-notes/index.js > out/ui/release-notes.js", 31 "build-ui-only": "yarn cleanup && yarn build-ts && yarn build-ui", 32 "build-ts": "tsc -p ./tsconfig.json", 33 "test": "tslint **.ts", 34 "postinstall": "node ./node_modules/vscode/bin/install && opencollective postinstall && tsc -p tsconfig.json" 35 }, 36 "categories": [ 37 "Themes", 38 "Other" 39 ], 40 "keywords": [ 41 "VSCode", 42 "Themes" 43 ], 44 "activationEvents": [ 45 "*" 46 ], 47 "extensionKind": "ui", 48 "main": "./out/src/material.theme.config", 49 "contributes": { 50 "commands": [ 51 { 52 "command": "materialTheme.setAccent", 53 "title": "Set accent color", 54 "category": "🎨 Material Theme" 55 }, 56 { 57 "command": "materialTheme.showReleaseNotes", 58 "title": "Release Notes", 59 "category": "📋 Material Theme" 60 } 61 ], 62 "configuration": { 63 "type": "object", 64 "title": "Material Theme", 65 "properties": { 66 "materialTheme.accent": { 67 "type": "string", 68 "default": "Blue", 69 "enum": [ 70 "Acid Lime", 71 "Blue", 72 "Breaking Bad", 73 "Bright Teal", 74 "Cyan", 75 "Graphite", 76 "Indigo", 77 "Lime", 78 "Orange", 79 "Pink", 80 "Purple", 81 "Red", 82 "Sky", 83 "Tomato", 84 "Teal", 85 "Yellow" 86 ], 87 "description": "Current accent color selected", 88 "scope": "window" 89 } 90 } 91 }, 92 "themes": [ 93 { 94 "label": "Material Theme", 95 "path": "./out/themes/Material-Theme-Default.json", 96 "uiTheme": "vs-dark" 97 }, 98 { 99 "label": "Material Theme High Contrast", 100 "path": "./out/themes/Material-Theme-Default-High-Contrast.json", 101 "uiTheme": "vs-dark" 102 }, 103 { 104 "label": "Material Theme Darker", 105 "path": "./out/themes/Material-Theme-Darker.json", 106 "uiTheme": "vs-dark" 107 }, 108 { 109 "label": "Material Theme Darker High Contrast", 110 "path": "./out/themes/Material-Theme-Darker-High-Contrast.json", 111 "uiTheme": "vs-dark" 112 }, 113 { 114 "label": "Material Theme Palenight", 115 "path": "./out/themes/Material-Theme-Palenight.json", 116 "uiTheme": "vs-dark" 117 }, 118 { 119 "label": "Material Theme Palenight High Contrast", 120 "path": "./out/themes/Material-Theme-Palenight-High-Contrast.json", 121 "uiTheme": "vs-dark" 122 }, 123 { 124 "label": "Material Theme Ocean", 125 "path": "./out/themes/Material-Theme-Ocean.json", 126 "uiTheme": "vs-dark" 127 }, 128 { 129 "label": "Material Theme Ocean High Contrast", 130 "path": "./out/themes/Material-Theme-Ocean-High-Contrast.json", 131 "uiTheme": "vs-dark" 132 }, 133 { 134 "label": "Material Theme Lighter", 135 "path": "./out/themes/Material-Theme-Lighter.json", 136 "uiTheme": "vs" 137 }, 138 { 139 "label": "Material Theme Lighter High Contrast", 140 "path": "./out/themes/Material-Theme-Lighter-High-Contrast.json", 141 "uiTheme": "vs" 142 } 143 ] 144 }, 145 "extensionDependency": [ 146 "Equinusocio.vsc-material-theme-icons" 147 ], 148 "badges": [ 149 { 150 "url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265", 151 "href": "https://github.com/equinusocio/vsc-material-theme/issues", 152 "description": "Open issues" 153 }, 154 { 155 "url": "https://img.shields.io/badge/Support%20this%20project-%F0%9F%92%96%EF%B8%8F-green.svg?style=flat-square", 156 "href": "https://opencollective.com/vsc-material-theme", 157 "description": "Support us!" 158 } 159 ], 160 "devDependencies": { 161 "@babel/register": "7.4.4", 162 "@types/gulp": "4.0.5", 163 "@types/gulp-if": "0.0.33", 164 "@types/gulp-util": "3.0.34", 165 "@types/mustache": "0.8.32", 166 "@types/rimraf": "2.0.2", 167 "babel-core": "6.26.3", 168 "babel-preset-env": "1.7.0", 169 "browserify": "16.2.2", 170 "gulp": "3.9.1", 171 "gulp-bump": "3.1.0", 172 "gulp-conventional-changelog": "1.1.11", 173 "gulp-if": "2.0.2", 174 "gulp-stats": "0.0.4", 175 "gulp-util": "3.0.8", 176 "mustache": "3.0.1", 177 "tslint": "5.10.0", 178 "tslint-xo": "0.8.0", 179 "typescript": "2.9.2", 180 "vscode": "1.1.18", 181 "yargs": "11.0.0" 182 }, 183 "__metadata": { 184 "id": "dffaf5a1-2219-434b-9d87-cb586fd59260", 185 "publisherDisplayName": "Mattia Astorino", 186 "publisherId": "e41388a1-a892-4c1e-940b-1e7c1bf43c97" 187 }, 188 "dependencies": { 189 "@sanity/client": "0.139.0", 190 "opencollective": "1.0.3" 191 }, 192 "collective": { 193 "type": "opencollective", 194 "url": "https://opencollective.com/vsc-material-theme", 195 "logo": "https://opencollective.com/opencollective/logo.txt" 196 } 197 }