# Available themes All available themes are only best effort ports by myself/ other users. If you find a theme to be weird/ wrong please open an issue/ pr. ### auto auto is a special theme. It will automatically load theme for your colorscheme. If there's no theme available for your colorscheme then it'll try it's best to generate one. ### 16color
### ayu_dark
### ayu_light
### ayu_mirage
### ayu It's a combination of ayu_light, ayu_dark & ayu_mirage. If `g:ayucolor` exists, it loads one of these based on your `g:ayucolor` option. Otherwise, it will load ayu_light when background=light and ayu_dark when background=dark But if `g:ayuprefermirage` exists, it will load ayu_mirage instead when `background=dark`. ### base16 This theme will automatically uses colors defined by your colorscheme using [RRethy/nvim-base16](https://github.com/RRethy/nvim-base16)] plugin. The following example is using the `tomorrow-night` colorscheme:
### codedark
### dracula
### everforest
### gruvbox_dark
### gruvbox_light
### gruvbox It's a combination of gruvbox_light and gruvbox_dark. It loads either of them based you your `background` option. ### gruvbox-material
### horizon
### iceberg_dark
### iceberg_light
### iceberg It's a combination of iceberg_light and iceberg_dark. It loads either of them based you your `background` option. ### jellybeans
### material
### modus-vivendi
### molokai
### moonfly
### nightfly
### nord
### OceanicNext
### onedark
### onelight
### palenight
### papercolor_dark
### papercolor_light
### PaperColor It's a combination of papercolor_light and papercolor_dark. It loads either of them based you your `background` option. ### powerline
### powerline_dark
### pywal pywal is another special theme. It will load the colors from your current [pywal](https://github.com/dylanaraps/pywal) cache, specifically `~/.cache/wal/colors.sh` and generate a theme. #### `wal --theme ashes` #### `wal --theme -l github` #### `wal --theme vscode` #### `wal --theme zenburn` ### seoul256
### solarized_dark
### solarized_light
### Tomorrow
### wombat