-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemedivoc.sty
50 lines (42 loc) · 1.59 KB
/
beamercolorthemedivoc.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
\ProvidesFile{beamercolorthemeamyspark}[2022/02/28 v1.0 DiVOC Breaking Bubbles]
\definecolor{base1}{HTML}{241b2b}
\definecolor{baseColor1}{HTML}{ffebd8}
\definecolor{baseColor2}{HTML}{ea5177}
\definecolor{baseColor3}{HTML}{fdbe4b}
\definecolor{baseColor4}{HTML}{62c1a6}
\definecolor{baseColor5}{HTML}{5253ff}
\definecolor{baseColor6}{HTML}{a74db7}
\definecolor{light1}{HTML}{DED6E5}
\definecolor{lightColor1}{HTML}{0e0e0f}
\definecolor{lightColor2}{HTML}{ea4a72}
\definecolor{lightColor3}{HTML}{f6b237}
\definecolor{lightColor4}{HTML}{57c0a2}
\definecolor{lightColor5}{HTML}{5152e6}
\definecolor{lightColor6}{HTML}{9945c5}
\definecolor{officialGradient1}{HTML}{223a33}
\definecolor{officialGradient2}{HTML}{0a161f}
\colorlet{media1}{baseColor1}
\colorlet{media2}{baseColor4}
\colorlet{media3}{baseColor5}
\colorlet{media4}{baseColor6}
\colorlet{wiki1}{baseColor1}
\colorlet{wiki2}{baseColor2}
\colorlet{wiki3}{baseColor3}
\colorlet{wiki4}{baseColor4}
\mode<presentation>{
\usecolortheme[named=media3]{structure}
\usecolortheme{rose}
}
\mode<beamer>{
\pgfdeclareverticalshading{divoc shading}{\the\paperwidth}{color(0cm)=(officialGradient2); color(\the\paperheight)=(officialGradient1)}
\setbeamertemplate{background canvas}{\pgfuseshading{divoc shading}}
\beamerdefaultoverlayspecification{<+->}
\setbeamercolor{normal text}{fg=media1}
\setbeamercolor{titlelike}{fg=media1}
% \setbeamercolor{palette primary}{fg=media3}
% \setbeamercolor{palette secondary}{fg=lightColor1}
\setbeamercolor{section in toc}{fg=baseColor3}
\setbeamercolor{block body}{fg=base1}
\setbeamercolor{block body alerted}{fg=base1}
}
\mode<all>