# Appearance Go to default configuration If you're looking for how to change the appearance of the completion menu, check out the [menu draw configuration](./completion#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` | NonText | Deprecated label of the completion item | | `BlinkCmpLabelMatch` | Pmenu | (Currently unused) Label of the completion item when it matches the query | | `BlinkCmpLabelDetail` | NonText | Label description of the completion item | | `BlinkCmpLabelDescription` | NonText | Label description of the completion item | | `BlinkCmpKind` | Special | Kind icon/text of the completion item | | `BlinkCmpKind` | Special | Kind icon/text of the completion item | | `BlinkCmpSource` | NonText | 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 |