-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeamercolorthemeuniS.sty
More file actions
53 lines (38 loc) · 1.68 KB
/
beamercolorthemeuniS.sty
File metadata and controls
53 lines (38 loc) · 1.68 KB
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
51
52
53
% Copyright 2017 by Christian Senger <[email protected]>
% Copyright 2021 by Marcel Breyer <[email protected]>
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
\mode<presentation>
% see http://www.uni-stuttgart.de/more/corporate_design/cd-dateien/Uni_Stuttgart_CD-Manual_2016_klein.pdf
\definecolor{uniSblue}{RGB}{0,65,145}
\definecolor{uniSlightblue}{RGB}{0,190,255}
\definecolor{uniSgray}{RGB}{62, 68, 76}
\definecolor{uniSyellow}{RGB}{255, 213, 0}
% colors not covered by CD but still useful
\definecolor{uniSred}{RGB}{230, 0, 50}
\definecolor{uniSgreen}{RGB}{0, 200, 50}
\setbeamercolor{normal text}{fg=uniSgray}
\setbeamercolor{alerted text}{fg=uniSred}
\setbeamercolor{structure}{fg=uniSblue}
\setbeamercolor{itemize item}{fg=uniSblue}
\setbeamercolor{palette primary}{bg=uniSgray!20,fg=uniSgray}
\setbeamercolor{palette secondary}{bg=uniSblue,fg=white}
\setbeamercolor{palette tertiary}{fg=white}
\setbeamercolor{palette quaternary}{fg=uniSblue}
\setbeamercolor{titlelike}{parent=palette quaternary}
\setbeamercolor{block title}{fg=white,bg=uniSgray}
\setbeamercolor{block body}{bg=uniSgray!20,fg=uniSgray}
\setbeamercolor{block title alerted}{fg=white,bg=uniSred}
\setbeamercolor{block body alerted}{bg=uniSgray!20,fg=uniSgray}
\setbeamercolor{block title example}{fg=white,bg=uniSgreen}
\setbeamercolor{block body example}{bg=uniSgray!20,fg=uniSgray}
\setbeamercolor*{separation line}{}
\setbeamercolor*{fine separation line}{}
% make title page transparent in order to make background images work
\setbeamertemplate{title page}[default]
\setbeamercolor{title}{bg=}
\mode
<all>