---
title: Appearance
---
# Appearance<!-- panvimdoc-ignore-start --> <Badge type="info"><a href="./reference#appearance">Go to default configuration</a></Badge><!-- panvimdoc-ignore-end -->

If you're looking for how to change the appearance of the completion menu, check out the [menu draw configuration](./completion#menu-draw).

## Highlight groups

| Group | Default | Description |
| ----- | ------- | ----------- |
| `BlinkCmpMenu` | Pmenu | The completion menu window |
| `BlinkCmpMenuBorder` | Pmenu | The completion menu window border |
| `BlinkCmpMenuSelection` | PmenuSel | The completion menu window selected item |
| `BlinkCmpScrollBarThumb` | PmenuThumb | The scrollbar thumb |
| `BlinkCmpScrollBarGutter` | PmenuSbar | The scrollbar gutter |
| `BlinkCmpLabel` | Pmenu | Label of the completion item |
| `BlinkCmpLabelDeprecated` | PmenuExtra | Deprecated label of the completion item |
| `BlinkCmpLabelMatch` | Pmenu | (Currently unused) Label of the completion item when it matches the query |
| `BlinkCmpLabelDetail` | PmenuExtra | Label description of the completion item |
| `BlinkCmpLabelDescription` | PmenuExtra | Label description of the completion item |
| `BlinkCmpKind` | PmenuKind | Kind icon/text of the completion item |
| `BlinkCmpKind<kind>` | PmenuKind | Kind icon/text of the completion item |
| `BlinkCmpSource` | PmenuExtra | Source of the completion item |
| `BlinkCmpGhostText` | NonText | Preview item with ghost text  |
| `BlinkCmpDoc` | NormalFloat | The documentation window |
| `BlinkCmpDocBorder` | NormalFloat | The documentation window border |
| `BlinkCmpDocSeparator` | NormalFloat | The documentation separator between doc and detail |
| `BlinkCmpDocCursorLine` | Visual | The documentation window cursor line |
| `BlinkCmpSignatureHelp` | NormalFloat | The signature help window |
| `BlinkCmpSignatureHelpBorder` | NormalFloat | The signature help window border |
| `BlinkCmpSignatureHelpActiveParameter` | LspSignatureActiveParameter | Active parameter of the signature help |
