mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
tweak(esx_progressbar): new colours
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user