generated from incremental-social/The-Modding-Tree
Always view directory and another new theme
This commit is contained in:
parent
5ad2cf2ec7
commit
b059943431
2 changed files with 21 additions and 11 deletions
js/utils
|
@ -40,6 +40,16 @@ var colors = {
|
|||
background: "#251010",
|
||||
background_tooltip: "rgba(26, 13, 13, 0.75)",
|
||||
},
|
||||
amber: {
|
||||
1: "#eff1ac",
|
||||
2: "#b6b95a",
|
||||
3: "#7e812a",
|
||||
color: "#eff1ac",
|
||||
points: "#feffe4",
|
||||
locked: "#c4a7b3",
|
||||
background: "#161603",
|
||||
background_tooltip: "rgba(5, 6, 0, 0.75)",
|
||||
},
|
||||
}
|
||||
function changeTheme() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue