Play with vim colors.
2010-07-16
131 words
1 min read
In vim you can customize the colors of your terminal vim or the GUI version. If you wanted to play around with colors then you can simply put the file containing the colorscheme to directory ”~/.vim/colors” and load it in vim with ”colorscheme
That most of you would know. What I will add here is how easy it can be create it if you knew the right place to do it: Head over<a href="http://yukihiro.nakadaira.googlepages.com/vim-color.html" target="_blank"> here. No explanations needed. Anyway if you need help, leave a comment.
Update : You can see around all the vim color schemes available at vim.org here:
<a href="http://vimcolorschemetest.googlecode.com/" target="_blank">http://vimcolorschemetest.googlecode.com/
Example screenshot from the page:
<a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/09/VIM-Color-Scheme-Test-C-Thu-Jul-2-203334-2009_1252249227555.png"><img class="size-medium wp-image-994" title="VIM Color Scheme Test - C" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/VIM-Color-Scheme-Test-C-Thu-Jul-2-203334-2009_1252249227555-300x269.png" alt="VIM Color Scheme Test - C" width="300" height="269" />
Related Articles:
- 2010/07/11 jumps and marks in vim
- 2010/06/25 Mod your gnome desktop, change the colors the easy way.
- 2010/06/24 bash script to change the vim colorscheme from the list of locally available schemes
- 2010/06/06 colors in bash – script to display all the possible colors.
- 2010/06/05 vi tips with examples for programmers — very useful
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.