{ "name": "tumble-yellow-dark", "displayName": "Tumble Yellow Dark", "description": "VSCode Theme based on the color scheme of my portfolio", "version": "0.1.1", "preview": true, "publisher": "Tumble", "license": "MIT", "galleryBanner": { "color": "#ffc107", "theme": "dark" }, "repository": { "type": "git", "url": "https://github.com/tumble1999/github-vscode-theme" }, "bugs": { "url": "https://github.com/tumble1999/github-vscode-theme/issues" }, "engines": { "vscode": "^1.43.0" }, "categories": [ "Themes" ], "keywords": [ "theme", "github", "light", "dark" ], "contributes": { "themes": [ { "label": "Tumble Yellow Dark", "uiTheme": "vs", "path": "./themes/tumble-yellow-dark.json" } ] }, "devDependencies": { "@primer/primitives": "4.7.1", "chroma-js": "^2.1.0", "color": "^3.1.2", "nodemon": "^2.0.3" }, "scripts": { "start": "nodemon --watch src src/index.js", "build": "node src/index.js" } }