forked from mewspring/kaist-beamer-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkaist.sty
34 lines (26 loc) · 1.09 KB
/
kaist.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
\ProvidesPackage{kaist}
% KAIST colours. From the colour profile at http://www.kaist.edu/html/en/kaist/kaist_010205.html
% kaist dark blue
\definecolor{kaist_dark_blue}{RGB}{0,65,145}
% kaist medium blue
\definecolor{kaist_medium_blue}{RGB}{0,65,135}
% kaist blue
\definecolor{kaist_blue}{RGB}{20,135,200}
% light blue
\definecolor{kaist_light_blue_1}{RGB}{95,190,235}
\definecolor{kaist_light_blue_2}{RGB}{139,205,242}
\definecolor{kaist_light_blue_3}{RGB}{172,217,245}
\definecolor{kaist_light_blue_4}{RGB}{203,230,249}
\definecolor{kaist_light_blue_5}{RGB}{230,242,253}
% dark grey
\definecolor{kaist_dark_grey_1}{RGB}{124,124,124}
\definecolor{kaist_dark_grey_2}{RGB}{152,152,152}
\definecolor{kaist_dark_grey_3}{RGB}{181,181,181}
\definecolor{kaist_dark_grey_4}{RGB}{206,206,206}
\definecolor{kaist_dark_grey_5}{RGB}{239,239,239}
% kaist white
\definecolor{kaist_white}{RGB}{255,255,255}
% Update colors of mtheme.
\setbeamercolor{progress bar}{fg=kaist_light_blue_1, bg=kaist_dark_grey_4}
\setbeamercolor{alerted text}{fg=kaist_blue}
\setbeamercolor{frametitle}{fg=kaist_dark_blue, bg=kaist_light_blue_4}