"""Theme support"""
class Theme(object):
"""Represents a collection of icons and colors"""
pass
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4