mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
add new theme zerenity (#722)
Added a calm purple and grey theme with some vivid colors here and there.
This commit is contained in:
parent
4ca598defb
commit
cef452d35e
@ -13,3 +13,4 @@ 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";
|
export { Theme as IronMan } from "./iron-man";
|
||||||
|
export { Theme as Zerenity } from "./zerenity";
|
||||||
|
45
src/Themes/data/zerenity/index.ts
Normal file
45
src/Themes/data/zerenity/index.ts
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
import { IPredefinedTheme } from "../../Themes";
|
||||||
|
import img1 from "./screenshot.png";
|
||||||
|
|
||||||
|
export const Theme: IPredefinedTheme = {
|
||||||
|
name: "Zerenity",
|
||||||
|
description: "Calm purple and grey theme with some bright colors subtly popping up.",
|
||||||
|
credit: "Zelow",
|
||||||
|
reference: "https://discord.com/channels/415207508303544321/921991895230611466/1137934426832130168",
|
||||||
|
screenshot: img1,
|
||||||
|
colors: {
|
||||||
|
primarylight: "#9B9BFF",
|
||||||
|
primary: "#9B9BFF",
|
||||||
|
primarydark: "#7373D7",
|
||||||
|
successlight: "#32FF32",
|
||||||
|
success: "#00FF00",
|
||||||
|
successdark: "#00CD00",
|
||||||
|
errorlight: "#FF3232",
|
||||||
|
error: "#FF0000",
|
||||||
|
errordark: "#CD0000",
|
||||||
|
secondarylight: "#9B9BE1",
|
||||||
|
secondary: "#9B9BB9",
|
||||||
|
secondarydark: "#373755",
|
||||||
|
warninglight: "#FFFF32",
|
||||||
|
warning: "#FFFF00",
|
||||||
|
warningdark: "#CDCD00",
|
||||||
|
infolight: "#5A9BFF",
|
||||||
|
info: "#3C7DFF",
|
||||||
|
infodark: "#2869CD",
|
||||||
|
welllight: "#444",
|
||||||
|
well: "#111111",
|
||||||
|
white: "#FFFFFF",
|
||||||
|
black: "#000000",
|
||||||
|
hp: "#FF1B1B",
|
||||||
|
money: "#FFEE33",
|
||||||
|
hack: "#00FF00",
|
||||||
|
combat: "#F2FFFC",
|
||||||
|
cha: "#893BC8",
|
||||||
|
int: "#3179FF",
|
||||||
|
rep: "#EDDEFF",
|
||||||
|
disabled: "#515164",
|
||||||
|
backgroundprimary: "#191919",
|
||||||
|
backgroundsecondary: "#111011",
|
||||||
|
button: "#232337",
|
||||||
|
},
|
||||||
|
};
|
BIN
src/Themes/data/zerenity/screenshot.png
Normal file
BIN
src/Themes/data/zerenity/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
Loading…
Reference in New Issue
Block a user