summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx51
1 files changed, 25 insertions, 26 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx b/macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx
index 15e5a94897..d5da8918f1 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-trigon/source/beamercolorthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamercolorthemetrigon}[2021/09/06 v0.6.0 Trigon color theme]
+\ProvidesPackage{beamercolorthemetrigon}[2021/11/10 v0.6.2 Trigon color theme]
%</package>
% \fi
% \CheckSum{0}
@@ -32,68 +32,67 @@
\RequirePackage{pgfopts}
% \end{macrocode}
%
-%
-%
% \subsubsection{Options}
+%
% \begin{macro}{colors}
-% Provides the option to have a dark background and light foreground instead
-% of the reverse.
+% Provides the option to have a dark background and light foreground instead
+% of the reverse.
% \begin{macrocode}
\pgfkeys{
/trigon/color/background/.cd,
- .is choice,
- dark/.code=\trigon@colors@dark,
- light/.code=\trigon@colors@light
+ .is choice,
+ dark/.code=\trigon@colors@dark,
+ light/.code=\trigon@colors@light
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{headingcolor}
-% Select the color to use for all headings (title, section, frame, etc.).
+% Select the color to use for all headings (title, section, frame, etc.).
% \begin{macrocode}
\def\headcol{tDefaulttxt}
\pgfkeys{
/trigon/color/headingcolor/.cd,
- .is choice,
- default/.code=\def\headcol{tTxt},
- theme/.code=\def\headcol{tPrim}
+ .is choice,
+ default/.code=\def\headcol{tTxt},
+ theme/.code=\def\headcol{tPrim}
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{textcolor}
-% Select the color to use for all headings (title, section, frame, etc.).
+% Select the color to use for all headings (title, section, frame, etc.).
% \begin{macrocode}
\def\txtcol{black}
\pgfkeys{
/trigon/color/textcolor/.cd,
- .is choice,
- default/.code=\def\txtcol{tTxt},
- theme/.code=\def\txtcol{tPrim!50!tTxt}
+ .is choice,
+ default/.code=\def\txtcol{tTxt},
+ theme/.code=\def\txtcol{tPrim!50!tTxt}
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{block}
-% Optionally removes the light grey background to block environments like
-% |theorem| and |example|.
+% Optionally removes the light grey background to block environments like
+% |theorem| and |example|.
% \begin{macrocode}
\pgfkeys{
/trigon/color/block/.cd,
- .is choice,
- transparent/.code=\trigon@block@transparent,
- fill/.code=\trigon@block@fill
+ .is choice,
+ transparent/.code=\trigon@block@transparent,
+ fill/.code=\trigon@block@fill
}
%
% \begin{macro}{\trigon@color@setdefaults}
-% Sets default values for color theme options.
+% Sets default values for color theme options.
% \begin{macrocode}
\newcommand{\trigon@color@setdefaults}{
\pgfkeys{/trigon/color/.cd,
- background=light,
- block=fill,
- headingcolor=default,
- textcolor=default
+ background=light,
+ block=fill,
+ headingcolor=default,
+ textcolor=default
}
}
% \end{macrocode}