Achtung
Dieser Beitrag ist schon sehr alt, und die Infos hier sind sicherlich hoffnungslos veraltet…
TangoColors für LaTeX
Professor Hastig
LaTeX
Die TangoColors übernehme ich wie folgt für LaTeX:
\usepackage{color}
%--- Tango-Colors definieren -------------------------------------------
\definecolor{Tblue}{HTML}{3465A4} % tango sky blue 2
\definecolor{Tbluedark}{HTML}{204A87} % tango sky blue 3
\definecolor{Tbluelight}{HTML}{729FCF} % tango sky blue 1
\definecolor{Tbrown}{HTML}{C17D11} % tango chocolate 2
\definecolor{Tbrowndark}{HTML}{8F5902} % tango chocolate 3
\definecolor{Tbrownlight}{HTML}{E9B96E} % tango chocolate 1
\definecolor{Tgray}{HTML}{888A85} % tango aluminium 4
\definecolor{Tgraydark}{HTML}{555753} % tango aluminium 5
\definecolor{Tgraylight}{HTML}{BABDB6} % tango aluminium 3
\definecolor{Tgraylight2}{HTML}{E4E6E2} % Sehr hell (für Tabellenköpfe)
\definecolor{Tgraylight3}{HTML}{F0F2EE} % Sehr hell (für Quelltexte)
\definecolor{Tgreen}{HTML}{73D216} % tango chameleon 2
\definecolor{Tgreendark}{HTML}{4E9A06} % tango chameleon 3
\definecolor{Tgreenlight}{HTML}{8AE234} % tango chameleon 1
\definecolor{Tred}{HTML}{CC0000} % tango scarlet red 2
\definecolor{Treddark}{HTML}{A40000} % tango scarlet red 3
\definecolor{Tredlight}{HTML}{EF2929} % tango scarlet red 1
\definecolor{Tlilac}{HTML}{75507B} % tango plum 2
\definecolor{Tlilacdark}{HTML}{5C3566} % tango plum 3
\definecolor{Tlilaclight}{HTML}{AD7FA8} % tango plum 1
\definecolor{Tyellow}{HTML}{EDD400} % tango butter 2
\definecolor{Tyellowdark}{HTML}{C4A000} % tango butter 1
\definecolor{Tyellowlight}{HTML}{FCE94F}% tango butter 3
\definecolor{Torange}{HTML}{F57900} % tango orange 2
\definecolor{Torangedark}{HTML}{CE5C00} % tango orange 1
\definecolor{Torangelight}{HTML}{FCAF3E}% tango orange 3
Zusatz für das beamer
-Paket:
%---------Tango-Colors zuweisen --------
\setbeamercolor*{TangoSkyblue1}{fg=Tbluelight, bg=white}
\setbeamercolor*{TangoSkyblue2}{fg=Tblue, bg=white}
\setbeamercolor*{TangoSkyblue3}{fg=Tbluedark, bg=white}
\setbeamercolor*{TangoSchoko1}{fg=Tbrownlight, bg=white}
\setbeamercolor*{TangoSchoko2}{fg=Tbrown, bg=white}
\setbeamercolor*{TangoSchoko3}{fg=Tbrowndark, bg=white}
\setbeamercolor*{TangoAlu1}{fg=Tgraylight3, bg=white}
\setbeamercolor*{TangoAlu2}{fg=Tgraylight2, bg=white}
\setbeamercolor*{TangoAlu3}{fg=Tgraylight, bg=white}
\setbeamercolor*{TangoAlu4}{fg=Tgray, bg=white}
\setbeamercolor*{TangoAlu5}{fg=Tgraydark, bg=white}
\setbeamercolor*{TangoChameleon1}{fg=Tgreenlight, bg=white}
\setbeamercolor*{TangoChameleon2}{fg=Tgreen, bg=white}
\setbeamercolor*{TangoChameleon3}{fg=Tgreendark, bg=white}
\setbeamercolor*{TangoRed1}{fg=Tredlight, bg=white}
\setbeamercolor*{TangoRed2}{fg=Tred, bg=white}
\setbeamercolor*{TangoRed3}{fg=Treddark, bg=white}
\setbeamercolor*{TangoPlum1}{fg=Tlilaclight, bg=white}
\setbeamercolor*{TangoPlum2}{fg=Tlilac, bg=white}
\setbeamercolor*{TangoPlum3}{fg=Tlilacdark, bg=white}
\setbeamercolor*{TangoButter1}{fg=Tyellowlight, bg=white}
\setbeamercolor*{TangoButter2}{fg=Tyellow, bg=white}
\setbeamercolor*{TangoButter3}{fg=Tyellowdark, bg=white}
\setbeamercolor*{TangoOrange1}{fg=Torangelight, bg=white}
\setbeamercolor*{TangoOrange2}{fg=Torange, bg=white}
\setbeamercolor*{TangoOrange3}{fg=Torangedark, bg=white}