%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% sbgraphics.sty 
%% Copyright 2008 by Tobias Krähling <devel-nospam-@semibyte.de>
%%
%% (Color) Definitions for the graphic archive
%%
%% $Id: sbgraphics.sty,v 1.5 2008/07/22 06:55:11 tobias Exp $
%% $Date: 2008/07/22 06:55:11 $
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
\def\filedate{2008/07/22}
\ProvidesPackage{sbgraphics}[\filedate\space (Color) Definition for graphic archive]
\RequirePackage{xcolor}
\RequirePackage{pstricks}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Default settings for pstricks %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\newcommand{\sbPSTDefault}{%
	\psset{arrowinset=0}%
	\psset{unit=10mm}%
}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Tools for development         %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Grid for development help to place objects on the right place
\newcommand{\sbPSTGridDev}{%
	\psgrid[gridwidth=.5pt,gridcolor=black!20!white,gridlabels=0pt,%
		subgriddiv=10,subgridcolor=black!20!white,subgriddots=4]
}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Color definitions             %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\colorlet{sbdarkred}{red!70!black}
\colorlet{sbdarkblueI}{blue!70!black}
\colorlet{sbdarkblueII}{blue!70!black!60!white}
\colorlet{sbdarkblueIII}{blue!30!white!90!black}
\colorlet{sbmedblueI}{blue!20!white!95!black}
\colorlet{sblightblueI}{blue!5!white}
\colorlet{sblightblueII}{blue!10!white}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Blue style						  %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\colorlet{sblinedark}{sbdarkblueI}
\colorlet{sblinemeddark}{sbdarkblueII}
\colorlet{sblinemed}{sbmedblueI}
\colorlet{sblinehighlight}{sbdarkred}

\colorlet{sbfilllight}{sblightblueI}
\colorlet{sbfillmed}{sblightblueII}
\colorlet{sbfilldark}{sbdarkblueIII}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End of file sbgraphics.sty
% vim:set ai sw=3 ts=3 ht=3:


