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 = { const codes = {
"~r~": "red", "~r~": "#c0392b",
"~b~": "#378cbf", "~b~": "#378cbf",
"~g~": "green", "~g~": "#2ecc71",
"~y~": "yellow", "~y~": "yellow",
"~p~": "purple", "~p~": "purple",
"~c~": "grey", "~c~": "grey",
"~m~": "#212121", "~m~": "#212121",
"~u~": "black", "~u~": "black",
"~o~": "orange", "~o~": "#fb9b04",
}; };
const elems = { const elems = {