Added Yet Another Theme

This commit is contained in:
Nif 2024-03-15 18:30:25 +00:00
parent e02defcdfa
commit 5ad2cf2ec7
2 changed files with 12 additions and 1 deletions
js/utils

View file

@ -30,6 +30,16 @@ var colors = {
background: "#0d180e",
background_tooltip: "rgba(0, 22, 3, 0.75)",
},
crimson: {
1: "#f1b8b8",
2: "#c28282",
3: "#9f5555",
color: "#f1b8b8",
points: "#fcefef",
locked: "#c4a7b3",
background: "#251010",
background_tooltip: "rgba(26, 13, 13, 0.75)",
},
}
function changeTheme() {