To ensure Vim always uses your chosen them when you launch the application, enter the following (you may need to be in sudo/root mode): echo 'colorscheme ' > ~ /.vimrc How to choose a theme Now, if you open Vim and use the colorscheme command along with the name of your chosen new theme (e.g., if you want cooltheme.vim, use :colorscheme cooltheme), it should be ready to use!
Vimcolors contains a wide variety of color schemes-to access one, just click on the GitHub logo at the bottom-right of the thumbnail image and the theme's GitHub repo will open.Ĭlone the repo to your Vim folder with: git clone ~ /.vim Some of these themes change not only the color of your code or syntax but also the background color. Welcome to the world of open source! You can find tons of great Vim themes on GitHub, and you can access many of them through.
An introduction to programming with Bash.