updated gitignore to ignore xdv
[beamer-mako] / template / beamercolorthememetropolis-highcontrast.sty
1 %%
2 %% This is file `beamercolorthememetropolis-highcontrast.sty',
3 %% generated with the docstrip utility.
4 %%
5 %% The original source files were:
6 %%
7 %% beamercolorthememetropolis-highcontrast.dtx  (with options: `package')
8 %% ---------------------------------------------------------------------------
9 %% Copyright 2015 Matthias Vogelgesang and the LaTeX community. A full list of
10 %% contributors can be found at
11 %% 
12 %%     https://github.com/matze/mtheme/graphs/contributors
13 %% 
14 %% and the original template was based on the HSRM theme by Benjamin Weiss.
15 %% 
16 %% This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
17 %% International License (https://creativecommons.org/licenses/by-sa/4.0/).
18 %% ---------------------------------------------------------------------------
19 \NeedsTeXFormat{LaTeX2e}
20 \ProvidesPackage{beamercolorthememetropolis-highcontrast}[2017/01/23 Metropolis color theme]
21 \usecolortheme{metropolis}
22
23 \definecolor{mAlert}{HTML}{AD003D}
24 \definecolor{mExample}{HTML}{005580}
25
26 \setbeamercolor{normal text}{%
27   fg=black,
28   bg=white
29 }
30 \setbeamercolor{alerted text}{%
31   fg=mAlert,
32 }
33 \setbeamercolor{example text}{%
34   fg=mExample,
35 }
36 \mode<all>
37 \endinput
38 %%
39 %% End of file `beamercolorthememetropolis-highcontrast.sty'.

Benjamin Mako Hill || Want to submit a patch?