Neovim Themes

Plugin your theme

First open vim plug and add your theme, you can add as many themes as you want here to switch between them at any time

I'm going to be installing the onedark theme I'll link to a repo with a bunch of others at the bottom of the blog

Open vim-plug/plugins.vim and add the following:

Make sure to run :PlugInstall

Theme config

First create a directory for themes and then add the name of the theme you want to install

Now let's set the colorscheme, open onedark.vim and add the following:

Note

This config is specific to this theme, checkout the readme for whatever theme you install

Now we can add our theme to init.vim

Where to find more themes

Check out this repo

Click on any theme in the readme and install it similar to the way I did above


Tagged in neovim