{
  "name": "rigel-vscode",
  "publisher": "mrmartineau",
  "displayName": "Rigel",
  "description": "VS Code port of the Rigel theme",
  "version": "0.1.1",
  "engines": {
    "vscode": "^1.47.0"
  },
  "scripts": {
    "publish": "vsce publish",
    "package": "vsce package"
  },
  "categories": [
    "Themes"
  ],
  "contributes": {
    "themes": [
      {
        "label": "Rigel",
        "uiTheme": "vs-dark",
        "path": "./themes/Rigel-color-theme.json"
      }
    ]
  },
  "extensionKind": [
    "ui",
    "workspace"
  ],
  "keywords": [
    "beautiful functionality",
    "focus",
    "minimal",
    "syntax highlighting"
  ],
  "license": "MIT",
  "repository": {
    "url": "https://github.com/mrmartineau/rigel-vscode"
  },
  "homepage": "https://github.com/mrmartineau/rigel-vscode",
  "bugs": {
    "url": "https://github.com/mrmartineau/rigel-vscode/issues"
  },
  "icon": "assets/logo.png"
}
