Color-Library
view release on metacpan or search on metacpan
TODO:
- Accept rgb of the style 0.0 - 1.0, etc.
- Add missing colors to the Windows dictionary (cream, etc)
0.021 Wednesday December 07 13:50:46 PST 2011:
- Fix rt68650
- Convert to Dist::Zilla
0.020 Monday October 01 02:34:42 PDT 2007:
- Added the Tango color palette (http://tango.freedesktop.org)
- Documentation touch-up
- Fixed MANIFEST
0.011 Tuesday September 18 20:28:16 PDT 2007:
- Documentation touch-up
- Additional requirement of Class::Accessor::Fast and Class::Data::Inheritable
0.010 Sunday September 09 21:52:18 PDT 2007:
- Initial version
lib/Color/Library/Dictionary/Tango.pm view on Meta::CPAN
package Color::Library::Dictionary::Tango;
=pod
=head1 NAME
Color::Library::Dictionary::Tango - (Tango) The Tango color palette
=head1 DESCRIPTION
The Tango icon theme's goal is to make applications not seem alien on any desktop. A user running a multiplatform application should not have the impression that the look is unpolished and inconsistent with what he or she is used to. While this isn't...
The Tango color palette consists of 27 RGB colors.
L<http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines>
=head1 COLORS
Aluminium 1 aluminium1 #eeeeec
Aluminium 2 aluminium2 #d3d7cf
Aluminium 3 aluminium3 #babdb6
Aluminium 4 aluminium4 #888a85
lib/Color/Library/Dictionary/Tango.pm view on Meta::CPAN
['tango:skyblue1','skyblue1','Sky Blue 1',[114,159,207],'729fcf',7512015],
['tango:skyblue2','skyblue2','Sky Blue 2',[52,101,164],'3465a4',3433892],
['tango:skyblue3','skyblue3','Sky Blue 3',[32,74,135],'204a87',2116231]
];
}
sub _description {
return {
'subtitle' => 'The Tango color palette',
'title' => 'Tango',
'description' => 'The Tango icon theme\'s goal is to make applications not seem alien on any desktop. A user running a multiplatform application should not have the impression that the look is unpolished and inconsistent with what he or she...
The Tango color palette consists of 27 RGB colors.
[http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines]
'
}
}
1;
( run in 0.929 second using v1.01-cache-2.11-cpan-299005ec8e3 )