Color Code is a feature made for programmers, who want to show colored source code in the presentation. Here is an example for colored code:

#!/usr/bin/perl
use strict;
use warnings;

print "Hello World!\n";

continue

+++  
^^
Copyright Christian Dühl February 2005