misc.mcserver: discord add bright colors to ansi and stop using solarized when
This commit is contained in:
parent
3bebfa762f
commit
94f5ee7887
1 changed files with 8 additions and 8 deletions
|
@ -80,14 +80,14 @@ const formattingToAnsi = {
|
|||
5: "35",
|
||||
6: "33",
|
||||
7: "37",
|
||||
8: "90",
|
||||
9: "94",
|
||||
a: "92",
|
||||
b: "96",
|
||||
c: "91",
|
||||
d: "95",
|
||||
e: "93",
|
||||
f: "97",
|
||||
8: "30", // "90",
|
||||
9: "34", // "94",
|
||||
a: "32", // "92",
|
||||
b: "36", // "96",
|
||||
c: "31", // "91",
|
||||
d: "35", // "95",
|
||||
e: "33", // "93",
|
||||
f: "37", // "97",
|
||||
};
|
||||
|
||||
function queryServer(ip, port, HANDSHAKE_PACKET) {
|
||||
|
|
Loading…
Reference in a new issue