misc.mcserver: discord add bright colors to ansi and stop using solarized when

This commit is contained in:
Cynthia Foxwell 2024-08-02 12:26:20 -06:00
parent 3bebfa762f
commit 94f5ee7887

View file

@ -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) {