% Copyright 2021 by Jan Benda % % This file may be distributed and/or modified % % 1. under the LaTeX Project Public License and/or % 2. under the GNU Public License. % \ProvidesPackage{beamercolorthemeut}[2021/02/28 color theme for cooperate design of the University of Tuebingen] % UT primary colors: \definecolor{utred}{rgb}{0.647,0.118,0.216} \definecolor{utgold}{rgb}{0.706,0.627,0.412} \definecolor{utblack}{rgb}{0.196,0.255,0.294} % UT secondary colors: \definecolor{utdarkblue}{rgb}{0.255,0.353,0.549} \definecolor{utblue}{rgb}{0.000,0.412,0.667} \definecolor{utlightblue}{rgb}{0.314,0.667,0.784} \definecolor{utcyan}{rgb}{0.510,0.725,0.627} \definecolor{utgreen}{rgb}{0.490,0.647,0.294} \definecolor{utdarkgreen}{rgb}{0.196,0.431,0.118} \definecolor{utlightred}{rgb}{0.784,0.314,0.235} \definecolor{utmagenta}{rgb}{0.686,0.431,0.588} \definecolor{utgray}{rgb}{0.706,0.627,0.588} \definecolor{utlightorange}{rgb}{0.843,0.706,0.412} \definecolor{utorange}{rgb}{0.824,0.588,0.000} \definecolor{utbrown}{rgb}{0.569,0.412,0.275} \mode % inner colors: \setbeamercolor{normal text}{fg=utblack, bg=} \setbeamercolor{structure}{fg=utblue} \setbeamercolor{alerted text}{fg=utred} %\setbeamercolor{math text}{parent={normal text}} % this kills coloring of \url{} \setbeamercolor{titlelike}{use=normal text, fg=normal text.fg} \setbeamercolor{frametitle line}{fg=utgold} \setbeamercolor{framesubtitle}{parent=titlelike} \setbeamercolor{frametitle line}{parent=titlelike} \setbeamercolor{item projected}{fg=white, bg=utblack!60} \setbeamercolor{subitem projected}{fg=white, bg=utblack!60} \setbeamercolor{itemize item}{use=normal text, fg=normal text.fg!60} \setbeamercolor{itemize item check}{parent=normal text, fg=utgreen} \setbeamercolor{itemize item uncheck}{parent=normal text, fg=utred} \setbeamercolor{itemize subitem}{use=normal text, fg=normal text.fg!60} \setbeamercolor{enumerate item}{use=normal text, fg=normal text.fg!80} \setbeamercolor{enumerate subitem}{use=normal text, fg=normal text.fg!80} \setbeamercolor{block title}{fg=white, bg=utblue} \setbeamercolor{block body}{use=normal text, fg=normal text.fg, bg=normal text.fg!10} \setbeamercolor{block line top}{fg=} \setbeamercolor{block line middle}{use=block title, fg=block title.bg} \setbeamercolor{block line bottom}{use=block title, fg=block title.bg} \setbeamercolor{block title alerted}{parent=block title, bg=utred} \setbeamercolor{block body alerted}{fg=normal text.fg, bg=utgreen!20} \setbeamercolor{block line alerted top}{fg=} \setbeamercolor{block line alerted middle}{use=block title alerted, fg=block title alerted.bg} \setbeamercolor{block line alerted bottom}{use=block title alerted, fg=block title alerted.bg} \setbeamercolor{block title example}{parent={block title}, bg=utgreen} \setbeamercolor{block body example}{fg=normal text.fg, bg=utgreen!20} \setbeamercolor{block line example top}{fg=} \setbeamercolor{block line example middle}{use=block title example, fg=block title example.bg} \setbeamercolor{block line example bottom}{use=block title example, fg=block title example.bg} \setbeamercolor{theorem title}{parent={block title}, bg=utorange} \setbeamercolor{theorem body}{fg=normal text.fg, bg=utorange!25} \setbeamercolor{theorem line top}{fg=} \setbeamercolor{theorem line middle}{use=theorem title, fg=theorem title.bg} \setbeamercolor{theorem line bottom}{use=theorem title, fg=theorem title.bg} \setbeamercolor{message}{fg=utred, bg=white} \setbeamercolor{message line top}{fg=} \setbeamercolor{message line bottom}{fg=} \setbeamercolor{message symbol}{fg=utgold} \setbeamercolor{message item}{fg=utred} \setbeamercolor{message item symbol}{fg=utgold} \setbeamercolor{quote environments}{fg=utblack, bg=utgreen!20} \setbeamercolor{verse}{parent=quote environments} \setbeamercolor{verse line top}{fg=} \setbeamercolor{verse line bottom}{fg=} \setbeamercolor{quotation}{parent=quote environments} \setbeamercolor{quotation symbol}{fg=utred} \setbeamercolor{quotation source}{} \setbeamercolor{quotation line top}{fg=} \setbeamercolor{quotation line bottom}{fg=} \setbeamercolor{quote}{parent=quote environments} \setbeamercolor{quote symbol}{fg=utred} \setbeamercolor{quote source}{} \setbeamercolor{quote line top}{fg=} \setbeamercolor{quote line bottom}{fg=} \setbeamercolor{section in toc}{parent=normal text} \setbeamercolor{subsection in toc}{parent=normal text} \setbeamercolor{title}{parent=titlelike, fg=utred} \setbeamercolor{subtitle}{parent=title} \setbeamercolor{author}{parent=normal text} \setbeamercolor{institute}{parent=normal text} \setbeamercolor{title page}{parent=normal text} \setbeamercolor{title page logo line}{fg=} \setbeamercolor{title page graphic line}{fg=utred} \setbeamercolor{title page title line}{fg=} \setbeamercolor{titlelogo}{parent=normal text} \setbeamercolor{titlegraphic}{fg=white, bg=utgray} \setbeamercolor{section name}{parent=titlelike} \setbeamercolor{section name separator}{fg=utgold} \setbeamercolor{section title}{parent=titlelike} \setbeamercolor{sectiongraphic}{fg=white, bg=utgray} \setbeamercolor{subsection name}{parent=titlelike} \setbeamercolor{subsection name separator}{fg=utgold} \setbeamercolor{subsection title}{parent=titlelike} \setbeamercolor{subsectiongraphic}{fg=white, bg=utgray} % color of numbers in table of columns (sections get hyperref linkcolor): \setbeamercolor{section in toc}{use=normal text, fg=normal text.fg!60} \setbeamercolor{subsection in toc}{use=normal text, fg=normal text.fg!60} % outer colors: \setbeamercolor{background}{bg=} \setbeamercolor{footline}{fg=utgray!80!black, bg=} \setbeamercolor{footline line}{parent=footline} \setbeamercolor{footline separator}{parent=footline} % hyper ref colors: \hypersetup{colorlinks=true, allcolors=utblue} \mode