Go to file
Matt Wozniski 7f0186d6bc Refactor color string to RGB code into autoloads
Expose 2 more functions as autoloads:
csapprox#common#color_name_to_hex(name)
  - Resolve a color name (like PapayaWhip) to hex (#ffefd5)

csapprox#common#hex_to_rgb(hex)
  - Split a hex color (like #ffefd5) to a list ([ 255, 239, 213 ])
2013-03-09 02:21:59 -05:00
after/plugin Update docs, etc for 4.00 release 2012-09-14 01:29:10 -04:00
autoload Refactor color string to RGB code into autoloads 2013-03-09 02:21:59 -05:00
doc Add fbterm as a known 256-color terminal 2013-03-07 23:59:30 -05:00
plugin Refactor color string to RGB code into autoloads 2013-03-09 02:21:59 -05:00
.gitignore add a .gitignore file 2009-01-17 01:18:00 -05:00