in src/main/java/lt/martynassateika/idea/codeigniter/contributor/BasicFileLookupElement.java [56:61]
public void renderElement(LookupElementPresentation presentation) {
super.renderElement(presentation);
presentation.setIcon(icon);
presentation.setTypeText(parentDirectory.getName());
presentation.setTypeGrayed(true);
}