forked from BibliothecaDAO/eternum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.js
69 lines (69 loc) · 1.77 KB
/
default.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// Example preset
module.exports = {
theme: {
colors: {
gold: "#F6C297",
crimson: "#582C4D",
brilliance: "#7DFFBA",
orange: "#FE993C",
yellow: "#FAFF00",
red: "#FC4C4C",
black: "#000",
blueish: "#6B7FD7",
"anger-light": "#CD8290",
"gray-gold": "#776756",
"light-pink": "#CAB1A6",
gray: "#1B1B1B",
"light-brown": "#14110B",
brown: "#14100D",
"light-red": "#EF5858",
dark: "#010101",
"dark-brown": "#0C0A08",
danger: "#C84444",
"dark-green": "#064105",
"dark-green-accent": "#3A3D23",
green: "#B5BD75",
lightest: "#FFF5EA",
ally: "#2B2E3E",
cta: "#FFA200",
enemy: "#46201D", // New color for enemies
order: {
power: "#F4B547",
giants: "#EB544D",
titans: "#EC68A8",
skill: "#706DFF",
perfection: "#8E35FF",
twins: "#0020C6",
reflection: "#00A2AA",
detection: "#139757",
fox: "#D47230",
vitriol: "#59A509",
brilliance: "#7DFFBA",
enlightenment: "#1380FF",
protection: "#00C3A1",
fury: "#82005E",
rage: "#C74800",
anger: "#89192D",
gods: "#94a3b8",
},
biome: {
deep_ocean: "#3a5f65",
ocean: "#62a68f",
beach: "#ffe079",
scorched: "#8B4513",
bare: "#A8A8A8",
tundra: "#B4C7D9",
snow: "#FFFFFF",
temperate_desert: "#f3c959",
shrubland: "#b3ab3e",
taiga: "#615b27",
grassland: "#6b8228",
temperate_deciduous_forest: "#57641f",
temperate_rain_forest: "#5a6322",
subtropical_desert: "#b2ac3a",
tropical_seasonal_forest: "#596823",
tropical_rain_forest: "#4f6123",
},
},
},
};