diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 9c9b1ffd..8d7e8710 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -619,7 +619,7 @@ function getIcon(icon, nochange) { with(javaImport) { let bytes = FileUtil.toBytes(input); let str = new java.lang.String(bytes, "UTF-8") + ""; - str = str.replace(/#feb833|#6dc9ff|#2ec99d|#587bff/gi, color); + str = str.replace(/#feb833|#6dc9ff|#2ec99d|#587bff|#ff7772|#a88efa/gi, color); bytes = new java.lang.String(str).getBytes(); return FileUtil.toInputStream(bytes); }