-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbeamercolorthemeprogressbar.sty
50 lines (38 loc) · 1.99 KB
/
beamercolorthemeprogressbar.sty
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
47
48
49
50
\ProvidesPackage{beamercolorthemeprogressbar}[2011/05/02]
% Beamer theme by Sylvain Bouveret <sylvain[dot]bouveret[aT]cert[DoT]fr>
% based on the LaTeX-Beamer package :
%
% Copyright 2003 by Till Tantau <[email protected]>
%
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 2.
% This fork was created to satisfy personnal taste in code.
%
% Last modified by Cédric Mauclair.
\definecolor{pb@yellow} {rgb} {0.95,0.95,0.85}
\definecolor{pb@gray} {rgb} {0.90,0.90,0.90}
\definecolor{pb@blue} {rgb} {0.20,0.30,0.50}
\definecolor{pb@lightblue} {rgb} {0.92,0.93,0.95}
\definecolor{pb@darkblueone} {rgb} {0.01,0.05,0.15}
\definecolor{pb@darkbluetwo} {rgb} {0.25,0.45,0.5}
\setbeamercolor{background canvas}{parent=palette primary}
\setbeamercolor{palette primary} {fg=pb@blue, bg=pb@lightblue}
\setbeamercolor{palette secondary} {fg=white!90!pb@blue, bg=pb@blue}
\setbeamercolor{palette tertiary} {fg=pb@blue, bg=pb@lightblue}
\setbeamercolor{palette quaternary} {fg=pb@blue, bg=pb@lightblue}
\setbeamercolor{structure} {fg=pb@blue, bg=white}
\setbeamercolor{title} {parent=structure}
\setbeamercolor{subtitle} {parent=title}
\setbeamercolor{frametitle} {fg=pb@lightblue!90!pb@blue, bg=pb@blue}
\setbeamercolor{section in head/foot} {parent=palette secondary}
\setbeamercolor{alerted text}{fg=black!40!red}
\setbeamercolor{example text}{fg=black!40!green}
\setbeamercolor{block title} {fg=structure.fg, bg=pb@gray}
\setbeamercolor{block title alerted} {fg=alerted text.fg, bg=alerted text.fg!10!bg}
\setbeamercolor{block title example} {fg=example text.fg, bg=example text.fg!10!bg}
\setbeamercolor{block body} {fg=normal text.fg, bg=pb@gray}
\setbeamercolor{block body alerted} {fg=normal text.fg, bg=alerted text.fg!10!bg}
\setbeamercolor{block body example} {fg=normal text.fg, bg=example text.fg!10!bg}
%%% Local Variables:
%%% TeX-master: "./demo-slides.tex"
%%% End: