summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamerthemetamu/theme/beamercolorthemetamu.sty
blob: c3b8fbe418d42c7d7d52c6258f03701e85cf6c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% Copyright 2017 Alick Zhao <alick9188@gmail.com>
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License, version 1.3c or later, and/or
% 2. under the GNU Public License, version 2 or later.
%
% Last modified on: 2017-07-16

\mode<presentation>

\usecolortheme[RGB={80,0,0}]{structure}
\usecolortheme{orchid}
\ifbeamer@secheader
  \usecolortheme{dolphin}
  \else
  \ifbeamer@infolines
    \usecolortheme{dolphin}
  \fi
\fi

% reset block and item icon color
\setbeamercolor{block title}{fg=white,bg=beamer@blendedblue!75!black}
\setbeamercolor{item}{fg=beamer@blendedblue}

% Colors from TAMU brand guide
% cf. http://brandguide.tamu.edu/downloads/colors/brandColors-RGB.pdf
%
% Primary color
\definecolor{tamumaroon}{RGB}{80,0,0}
% Support color
\definecolor{tamugray}{RGB}{51,44,44}

% title page tweak
\setbeamercolor{author}{fg=tamumaroon}
\setbeamercolor{date}{fg=tamumaroon}
\setbeamercolor{institute}{fg=tamumaroon}

% toc tweak
\setbeamercolor{section in toc}{fg=black,bg=white}

% frametitle tweak
\setbeamercolor{frametitle}{fg=black}

\mode
<all>