Skip to content

Instantly share code, notes, and snippets.

@scottwater
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwater/9782993 to your computer and use it in GitHub Desktop.
Save scottwater/9782993 to your computer and use it in GitHub Desktop.
How to find the perfect vim theme
Quick tips for finding the perfect theme for vim.
1. Install flazz/vim-colorschemes plugin (480+ themes)
You can see previews here: http://vimcolorschemetest.googlecode.com/svn/html/index-html.html
Too many for me to look through...plus, how does it look with my code?
2. Set your colorscheme to random
:colorscheme random
This will choose a theme randomly.
Cycle through the themes until you find one you like
:@:
3. Once you find one you like, grab the current color scheme
:echo g:color_scheme
4. Add the theme name to your .vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment