Vi Color Schemes
August 21, 2006 | Leave a Comment
If you do any significant amount of text editing in vi, you could benefit from syntax highlighting. Turning on syntax highlighting in Vi (or VIM rather) is as simple as adding
set nocompatible and syntax on to your ~/.vimrc file. While you are editing your .vimrc file, there are a ton of other cool things you can tweak which I recommend as well (ex. tabstop, nowrap, ignorecase, bs, etc). Once you have syntax highlighting on, you may decide you want a different color scheme. This is also simple.
You can put color scheme definition files in the ~/.vim/colors/ directory. The files will have a “vim” extension. You can load a color scheme by typing :colors [scheme_name] while in vi. In most OS installs there are a ton of schemes included, in OS X these are in “/usr/share/vim/vim62/colors/”. Included for me are: darkblue, desert, elflord, evening, koehler, morning, murphy, pablo, peachpuff, ron, shine, shine, torte, and zellner. If none of these tickle your fancy, there are a bunch available here or you could always build your own.
Tags: color, color scheme, color schemes, colors, darkblue, desert, editing, elflord, evening, koehler, morning, murphy, nocompatible, pablo, peachpuff, ron, shine, syntax, syntax highlighting, torte, vi, vim, zellner
Great Color Picker
June 6, 2006 | 35 Comments
When doing web development it is often helpful to use a color wheel or some sort of color picker when coming up with color schemes. In general I’m satisfied with the desktop application Pixie in my normal web development toolkit. However, that tool does not present a color wheel or allow you to pick multiple colors from out of nowhere.
Enter 4096 Color Wheel. As far as I can tell, this is the ultimate web based application for playing with colors. It gives you colors in hex, like you’d want, but also presents “web safe” and “web smart” alternatives for any color you may pick.
Tags: 4096 color wheel, color, color picker, color wheel, pixie, web, web application, web development, web safe, web smart
