{
  "_users": {
    "admin": {
      "tasks_opened": true,
      "theme": {
        "name": "custom",
        "colors": {
          "bg": "#282c34",
          "fg": "#9cdef2",
          "panel": "#111111",
          "border": "#355a66",
          "red": "#e06c75"
        },
        "bgEffectColor": "#9cdef2"
      }
    },
    "joseph": {
      "theme": {
        "name": "creator-theme",
        "colors": {
          "bg": "#190b21",
          "fg": "#9cdef2",
          "panel": "#111111",
          "border": "#8a0028",
          "red": "#dd6b00"
        },
        "bgPattern": "constellations",
        "bgEffectColor": "#ffffff",
        "bgEffectSize": 2.4
      },
      "custom-themes": {
        "creator-theme": {
          "bg": "#190b21",
          "fg": "#9cdef2",
          "panel": "#111111",
          "border": "#8a0028",
          "red": "#dd6b00",
          "bgPattern": "constellations",
          "bgEffectColor": "#ffffff",
          "bgEffectSize": 2.4
        }
      }
    }
  }
}