NAME
App::Wubot::Util::Colors - color themes for wubot
VERSION
version 0.4.0
DESCRIPTION
This module handles translating color names to hex color codes.
You can define your own custom colors in ~/wubot/config/colors.yaml
---
names:
pink: 6c003f
purple: 440066
blue: 002b66
green: 004a00
yellow: 656500
orange: 804c00
red: 620000
brblue: 004d66
darkblue: 110066
The default colors are based on the solarized color schema. For more info, see:
http://ethanschoonover.com/solarized
For a complete list of colors, check out the source code. =head1 SUBROUTINES/METHODS