The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wubot::Util::Colors - color themes for wubot

VERSION

version 0.2_003

DESCRIPTION

This module defines color codes for named colors for the wubot web ui.

The web ui is still under development. Current the colors are hard-coded. In the future these will be configurable.

TODO: finish docs

SUBROUTINES/METHODS

$obj->get_color( $color_name )

if there is a hex code defined in the theme for the specified color name, return that hex code.

If called with a hex color or a color name that is not defined in the theme, just returns the text that was passed in.