mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
commit
d5707931c6
@ -12,3 +12,4 @@ export { Theme as DiscordLike } from "./discord-like";
|
|||||||
export { Theme as OneDark } from "./one-dark";
|
export { Theme as OneDark } from "./one-dark";
|
||||||
export { Theme as MutedGoldBlue } from "./muted-gold-blue";
|
export { Theme as MutedGoldBlue } from "./muted-gold-blue";
|
||||||
export { Theme as Light } from "./light";
|
export { Theme as Light } from "./light";
|
||||||
|
export { Theme as IronMan } from "./iron-man";
|
||||||
|
45
src/Themes/data/iron-man/index.ts
Normal file
45
src/Themes/data/iron-man/index.ts
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
import { IPredefinedTheme } from "../../Themes";
|
||||||
|
import img1 from "./screenshot.png";
|
||||||
|
|
||||||
|
export const Theme: IPredefinedTheme = {
|
||||||
|
name: "Iron Man",
|
||||||
|
credit: "Matti#2942",
|
||||||
|
description: "Mark 42. Threw a little hot rod red in there.",
|
||||||
|
reference: "https://discord.com/channels/415207508303544321/921991895230611466/1069233364927787089",
|
||||||
|
screenshot: img1,
|
||||||
|
colors: {
|
||||||
|
primarylight: "#FFFEFC",
|
||||||
|
primary: "#FFA95E",
|
||||||
|
primarydark: "#E8BC71",
|
||||||
|
successlight: "#00FF00",
|
||||||
|
success: "#0c0",
|
||||||
|
successdark: "#090",
|
||||||
|
errorlight: "#FF0B0B",
|
||||||
|
error: "#FF0000",
|
||||||
|
errordark: "#770000",
|
||||||
|
secondarylight: "#FFC596",
|
||||||
|
secondary: "#DA3F3F",
|
||||||
|
secondarydark: "#6E1D1D",
|
||||||
|
warninglight: "#ff0",
|
||||||
|
warning: "#cc0",
|
||||||
|
warningdark: "#990",
|
||||||
|
infolight: "#FFFFFF",
|
||||||
|
info: "#B6E9FF",
|
||||||
|
infodark: "#5596CF",
|
||||||
|
welllight: "#8A2121",
|
||||||
|
well: "#350000",
|
||||||
|
white: "#fff",
|
||||||
|
black: "#000",
|
||||||
|
hp: "#FF4E4E",
|
||||||
|
money: "#C2F26F",
|
||||||
|
hack: "#D5FFB2",
|
||||||
|
combat: "#E39C5A",
|
||||||
|
cha: "#CA4444",
|
||||||
|
int: "#6495ed",
|
||||||
|
rep: "#E39C5A",
|
||||||
|
disabled: "#3C0C0C",
|
||||||
|
backgroundprimary: "#2C0707",
|
||||||
|
backgroundsecondary: "#551212",
|
||||||
|
button: "#8A2121",
|
||||||
|
},
|
||||||
|
};
|
BIN
src/Themes/data/iron-man/screenshot.png
Normal file
BIN
src/Themes/data/iron-man/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue
Block a user