in src/main/java/lt/martynassateika/idea/codeigniter/language/LanguageCompletionProvider.java [129:134]
public void renderElement(LookupElementPresentation presentation) {
super.renderElement(presentation);
presentation.setIcon(IconLoader.findIcon("/icons/php-icon.png"));
presentation.setTypeText(file.getNameWithoutExtension());
presentation.setTypeGrayed(true);
}