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