From caf65c4d635da5186d7731ea0faccdcc62eef6a9 Mon Sep 17 00:00:00 2001 From: Matti <86204097+MattiYT@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:49:12 +0000 Subject: [PATCH] Update index.ts Added iron man theme to the list. --- src/Themes/data/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Themes/data/index.ts b/src/Themes/data/index.ts index cef542782..ce97a891f 100644 --- a/src/Themes/data/index.ts +++ b/src/Themes/data/index.ts @@ -12,3 +12,4 @@ export { Theme as DiscordLike } from "./discord-like"; export { Theme as OneDark } from "./one-dark"; export { Theme as MutedGoldBlue } from "./muted-gold-blue"; export { Theme as Light } from "./light"; +export { Theme as IronMan } from "./iron-man";