"todo-tree.general.tags": ["FIXME:", "HOTFIX:", "INFO:", "NOTICE:", "TODO:"],
  "todo-tree.highlights.customHighlight": {
    "FIXME:": {
      "foreground": "red",
      "background": "grey",
      "icon": "bell"
    },
    "HOTFIX:": {
      "foreground": "purple",
      "background": "white",
      "icon": "beaker"
    },
    "INFO:": {
      "foreground": "white",
      "background": "black",
      "icon": "info"
    },
    "NOTICE:": {
      "foreground": "yellow",
      "background": "black",
      "icon": "alert"
    },
    "TODO:": {
      "foreground": "green",
      "background": "black",
      "icon": "checklist"
    }
  },
  "todo-tree.highlights.defaultHighlight": {
    "foreground": "white"
  },