{
  "name": "sourc",
  "description": "dark theme for vscode",
  "version": "0.0.8",
  "author": "vitormalencar",
  "publisher": "vitormalencar",
  "icon": "images/icon.png",
  "galleryBanner": {
    "color": "#002F48",
    "theme": "dark"
  },
  "scripts": {
    "publish": "vsce publish"
  },
  "bugs": {
    "url": "https://github.com/vitormalencar/sourc/issues"
  },
  "categories": [
    "Themes"
  ],
  "contributes": {
    "themes": [
      {
        "label": "sourc",
        "uiTheme": "vs-dark",
        "path": "./themes/sourc-color-theme.json"
      }
    ]
  },
  "displayName": "sourc",
  "engines": {
    "vscode": "^1.44.0"
  },
  "homepage": "https://github.com/vitormalencar/sourc#readme",
  "keywords": [
    "Themes",
    "VSCode",
    "dark",
    "theme",
    "vscode"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitormalencar/sourc.git"
  }
}
