{
  "name": "kalia",
  "displayName": "Kalia Theme",
  "description": "A thoughtful VS Code color theme",
  "publisher": "krasimir",
  "version": "1.16.0",
  "keywords": [
    "theme",
    "dark",
    "kalia"
  ],
  "icon": "icon.jpg",
  "repository": {
    "type": "git",
    "url": "https://github.com/krasimir/kalia"
  },
  "engines": {
    "vscode": "^1.42.0"
  },
  "categories": [
    "Themes"
  ],
  "activationEvents": [
    "*"
  ],
  "main": "./extension.js",
  "contributes": {
    "themes": [
      {
        "label": "Kalia",
        "uiTheme": "vs-dark",
        "path": "./themes/Kalia-color-theme.json"
      }
    ]
  },
  "galleryBanner": {
    "color": "#000000",
    "theme": "dark"
  },
  "scripts": {
    "release": "vsce publish minor"
  },
  "devDependencies": {
    "@types/vscode": "^1.42.0"
  }
}
