tweak(esx_progressbar): new colours

This commit is contained in:
Kasey FItton
2024-11-10 08:41:04 +00:00
parent 2ab3cf21bc
commit f464bd1858
+3 -3
View File
@@ -1,13 +1,13 @@
const codes = {
"~r~": "red",
"~r~": "#c0392b",
"~b~": "#378cbf",
"~g~": "green",
"~g~": "#2ecc71",
"~y~": "yellow",
"~p~": "purple",
"~c~": "grey",
"~m~": "#212121",
"~u~": "black",
"~o~": "orange",
"~o~": "#fb9b04",
};
const elems = {