{
  "name": "adom-theme",
  "displayName": "Adom Theme",
  "publisher": "adom",
  "version": "2.3.6",
  "description": "The Adom brand theme family for VS Code. Generated from the Adom theme tokens and version-locked to the adom-theme wiki package, so the editor and the app can never disagree about a colour.",
  "engines": {
    "vscode": "^1.70.0"
  },
  "categories": [
    "Themes"
  ],
  "contributes": {
    "themes": [
      {
        "label": "Adom Studio Dark",
        "uiTheme": "vs-dark",
        "path": "./themes/adom-studio-dark-color-theme.json"
      },
      {
        "label": "Adom Studio Dark (Brighter Text)",
        "uiTheme": "vs-dark",
        "path": "./themes/adom-studio-bright-color-theme.json"
      },
      {
        "label": "Adom Kickstand",
        "uiTheme": "vs-dark",
        "path": "./themes/adom-kickstand-color-theme.json"
      },
      {
        "label": "Adom Slate",
        "uiTheme": "vs-dark",
        "path": "./themes/adom-slate-color-theme.json"
      },
      {
        "label": "Adom Studio",
        "uiTheme": "vs-dark",
        "path": "./themes/adom-studio-color-theme.json"
      }
    ]
  }
}