67 lines
1.9 KiB
TeX
67 lines
1.9 KiB
TeX
% 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{beamercolorthemelines}[2021/02/28 color theme for lines inner and outer beamer theme]
|
|
|
|
\colorlet{darkred}{red!70!black}
|
|
\colorlet{darkblue}{blue!70!black}
|
|
|
|
\mode<presentation>
|
|
|
|
% inner colors:
|
|
|
|
\setbeamercolor{normal text}{fg=black, bg=}
|
|
\setbeamercolor{math text}{parent={normal text}}
|
|
|
|
\setbeamercolor{structure}{fg=darkblue}
|
|
\setbeamercolor{alerted text}{fg=darkred}
|
|
|
|
\setbeamercolor{titlelike}{parent={normal text}}
|
|
|
|
\setbeamercolor{frametitle}{parent={titlelike}}
|
|
\setbeamercolor{frametitle line}{fg=darkblue}
|
|
|
|
\setbeamercolor{item}{parent={normal text}}
|
|
|
|
\setbeamercolor{block title}{fg=white, bg=black!70}
|
|
\setbeamercolor{block body}{fg=normal text.fg, bg=black!10}
|
|
|
|
\setbeamercolor{block title example}{parent={block title}, bg=darkblue}
|
|
\setbeamercolor{block body example}{parent={block body}}
|
|
|
|
\setbeamercolor{block title alerted}{parent={block title}, bg=darkred}
|
|
\setbeamercolor{block body alerted}{parent={block body}, fg=darkred}
|
|
|
|
\setbeamercolor{section in toc}{parent={normal text}}
|
|
\setbeamercolor{subsection in toc}{parent={normal text}}
|
|
|
|
\setbeamercolor{title}{parent={titlelike}, fg=darkred}
|
|
\setbeamercolor{author}{parent={normal text}}
|
|
\setbeamercolor{institute}{parent={normal text}}
|
|
|
|
\setbeamercolor{title page}{parent={normal text}}
|
|
\setbeamercolor{title page line}{fg=darkred}
|
|
|
|
\setbeamercolor{section name}{parent={titlelike}}
|
|
\setbeamercolor{section name separator}{parent={section name}, fg=darkblue}
|
|
\setbeamercolor{section title}{parent={titlelike}}
|
|
|
|
% outer colors:
|
|
|
|
\setbeamercolor{background}{bg=}
|
|
|
|
\setbeamercolor{footline}{fg=black!75, bg=}
|
|
\setbeamercolor{footline line}{parent={footline}}
|
|
\setbeamercolor{footline separator}{parent={footline}}
|
|
|
|
% hyper ref colors:
|
|
|
|
\hypersetup{colorlinks=true, allcolors=black, urlcolor=darkblue}
|
|
|
|
\mode
|
|
<all>
|