{
  "name": "hyper-pmndrs",
  "icon": "assets/pmndrs.png",
  "displayName": "poimandres",
  "description": "poimandres dark theme",
  "version": "0.3.4",
  "keywords": [
    "poimandres",
    "pmndrs",
    "vsc",
    "dark",
    "theme"
  ],
  "files": [
    "index.js"
  ],
  "scripts": {
    "dev": "node src/watcher"
  },
  "author": "Paul Henschel",
  "publisher": "pmndrs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drcmda/poimandres-theme/issues"
  },
  "homepage": "https://github.com/drcmda/poimandres-theme#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drcmda/poimandres-theme.git"
  },
  "engines": {
    "vscode": "^1.54.0"
  },
  "categories": [
    "Themes"
  ],
  "contributes": {
    "themes": [
      {
        "label": "poimandres",
        "uiTheme": "vs-dark",
        "path": "./themes/poimandres-color-theme.json"
      },
      {
        "label": "poimandres-noitalics",
        "uiTheme": "vs-dark",
        "path": "./themes/poimandres-color-theme-noitalics.json"
      },
      {
        "label": "poimandres-storm",
        "uiTheme": "vs-dark",
        "path": "./themes/poimandres-color-theme-storm.json"
      },
      {
        "label": "poimandres-noitalics-storm",
        "uiTheme": "vs-dark",
        "path": "./themes/poimandres-color-theme-noitalics-storm.json"
      }
    ]
  },
  "devDependencies": {
    "filewatcher": "^3.0.1",
    "prettier": "^2.2.1",
    "sharp": "^0.27.2"
  }
}
