> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/tools/vim/set-your-color-scheme.md).

# Set Your Color Scheme

Vim ships with a number of standard color schemes for both light and dark backgrounds. You can also find and install many others. To set your color scheme, you can use the `:colorscheme` command. You can quickly see what color schemes are available by typing `:colorscheme` and then tabbing for completion. For instance, you can set the *delek* color scheme by entering

```
:colorscheme delek
```

See `:h colorscheme` for more details.
