|
|
|
@ -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|#ff7772|#a88efa/gi, color); |
|
|
|
|
str = str.replace(/#feb833|#6dc9ff|#2ec99d|#587bff|#ff7772|#a88efa|#FD9173/gi, color); |
|
|
|
|
bytes = new java.lang.String(str).getBytes(); |
|
|
|
|
return FileUtil.toInputStream(bytes); |
|
|
|
|
} |
|
|
|
|