Update index.ts

Added iron man theme to the list.
This commit is contained in:
Matti 2023-01-29 12:49:12 +00:00 committed by GitHub
parent d7439aae52
commit caf65c4d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";