Gvim 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 gruvbox 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 gruvbox.vim
and add the following:
Note
This config is specific to my personal preference, checkout the readme for whatever theme you install
Now we can add our theme to .vimrc
Where to find more themes
To add better syntax highlighting to your code
Add the following plugin:
- It adds the all nice little tweaks to highlight certain keywords based on the language you are coding in (using the filetype), with practically zero overhead
- Read more about the plugin here