4th Dec, 05:27 am
To change the folder looking icons that show status of posts and threads would require css knowledge. You can change the dark grey folder to some other color by editing thread_status.css somewhere on line 8 I believe.
Code:
.folder::before {
content: "";
font-family: "FontAwesome";
font-size: 25px;
color: #4A4A4A; /* change this hex code */
}