in src/LocalAppTree.ts [19:22]
public get iconPath(): string | vscode.ThemeIcon {
const color = this.state === "running" ? new vscode.ThemeColor("charts.green") : undefined;
return new vscode.ThemeIcon("circle-filled", color);
}