theme: SoftUI({
  error: {
    error404: {
      title: String,
      subtitle: String,
      description:
        String,
    },
    dbdError: {
      disableSecretMenu: Boolean,
      secretMenuCombination: String[],
    },
  },
});

Example Usage

theme: SoftUI({
  error: {
    error404: {
      title: "Error 404",
      subtitle: "Page Not Found",
      description:
        "It seems you have stumbled into the abyss. Click the button below to return to the dashboard",
    },
    dbdError: {
      disableSecretMenu: false,
      secretMenuCombination: ["69", "82", "82", "79", "82"],
    },
  },
});

Image

Props

error404
Object
dbdError
Object