changed colors

alpha
alex 2023-02-19 13:36:47 +01:00
parent 7053852725
commit b7e02bb4fd
1 changed files with 4 additions and 4 deletions

8
dist/script.js vendored
View File

@ -11,15 +11,15 @@ const messageTypes = [
"ERR" "ERR"
] ]
const messageTypesColors = [ const messageTypesColors = [
"#ecf0f1", "#7f8c8d",
"#1abc9c", "#1abc9c",
"#e74c3c" "#e74c3c"
] ]
const messageColors = [ const messageColors = [
"#e74c3c", "#7f8c8d",
"#95a5a6", "#1abc9c",
"#ecf0f1" "#e74c3c"
] ]
const serviceNames = [ const serviceNames = [