-
Notifications
You must be signed in to change notification settings - Fork 6
/
beamercolorthemetongji.sty
47 lines (42 loc) · 1.69 KB
/
beamercolorthemetongji.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
%% beamercolorthemetongji.sty
%% Copyright 2023 TJ-CSCCG
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% This Current Maintainer of this work is Rizhong Lin.
%
% This work consists of all the *.tex and *.sty files in
% https://github.com/TJ-CSCCG/Tongji-Beamer
\usepackage{color}
\usecolortheme{whale}
\usecolortheme{orchid}
\definecolor{TJPurple}{RGB}{53, 15, 112}
\definecolor{TJBlue}{RGB}{30, 112, 189}
\definecolor{TJRed}{RGB}{250, 2, 1}
\definecolor{TPurple}{RGB}{38, 38, 134}
\definecolor{TBlack}{RGB}{0, 0, 0}
\definecolor{TWhite}{RGB}{255, 255, 255}
% "bg=" make it transparent
\setbeamercolor{title}{fg=TJPurple, bg=}
\setbeamercolor{frametitle}{fg=TJPurple}
\setbeamercolor{caption name}{fg=TJPurple}
\setbeamercolor{block title}{fg=TWhite, bg=TJPurple}
\setbeamercolor{block body}{fg=TBlack, bg=}
\setbeamercolor{author in head/foot}{bg=TJPurple}
\setbeamercolor{title in head/foot}{bg=TJPurple}
\setbeamercolor{date in head/foot}{bg=TPurple}
\setbeamercolor{institute in head/foot}{bg=TPurple}
% Set font color for bibliography items to specified colors
\setbeamercolor{bibliography item}{fg=TJPurple, bg=}
\setbeamercolor{bibliography entry author}{fg=TJPurple, bg=}
\setbeamercolor{bibliography entry title}{fg=black}
\setbeamercolor{bibliography entry location}{fg=black}
\setbeamercolor{bibliography entry note}{fg=black}