LaTeX Style File: epydoc-blue.sty

% epydoc-blue.sty
%
% A relatively minimal customization of a builtin epydoc style file,
% showing the basic pieces that need to be present.
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{epydoc-blue}[2008/02/26 v3.0.1 Epydoc Python Documentation]

% Load our base package (epydoc-shaded in this case).
\RequirePackage{xkeyval}
\DeclareOptionX*{\PassOptionsToPackage{\CurrentOption}{epydoc-shaded}}
\ProcessOptionsX\relax
\RequirePackage{epydoc-shaded}

% Perform some customizations
\definecolor{EpydocNameColor}{rgb}{.9,.95,1}
\definecolor{EpydocDetailsColor}{rgb}{.8,.9,1}
\definecolor{EpydocValueColor}{rgb}{.7,.85,1}
\definecolor{EpydocGroupColor}{rgb}{.6,.8,1}
\definecolor{EpydocInheritanceListColor}{rgb}{.9,.95,1}