-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamercolorthemeuvt.sty
52 lines (36 loc) · 1.68 KB
/
beamercolorthemeuvt.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
51
52
% SPDX-FileCopyrightText: 2023 Alexandru Fikl <alexfikl@gmail.com>
% SPDX-License-Identifier: CC-BY-4.0
\def\fileversion{v0.1}
\def\filedate{2023/12/21}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamercolorthemeuvt}[\filedate \fileversion UVT Beamer Color Theme]
% <<< colors
% NOTE: https://dci.uvt.ro/identitate-vizuala
\definecolor{UVTLightBlue}{RGB}{52, 113, 183}
\definecolor{UVTDarkBlue}{RGB}{3, 75, 119}
\definecolor{UVTYellow}{RGB}{228, 172, 36}
% NOTE: taken from the document itself
\definecolor{UVTBeamerBlue}{RGB}{195, 232, 251}
\definecolor{UVTBeamerGray}{RGB}{246, 246, 246}
\definecolor{UVTBeamerDarkGray}{RGB}{182, 182, 182}
% >>>
% <<< styles
\setbeamercolor{title}{fg=white, bg= , parent=normal text}
\setbeamercolor{titlelike}{fg= , bg= , parent=normal text}
\setbeamercolor{author}{use=normal text, bg= , parent=normal text}
\setbeamercolor{date}{use=normal text, bg= , parent=normal text}
\setbeamercolor{institute}{use=normal text, parent=normal text}
\setbeamercolor{section title}{fg=white, use=title}
\setbeamercolor{frametitle}{fg=UVTDarkBlue, use=titlelike}
\setbeamercolor{footline hline}{bg=UVTBeamerGray}
\setbeamercolor{header hline}{bg=UVTBeamerGray}
\setbeamercolor{page number in head/foot}{fg=UVTBeamerDarkGray}
\setbeamercolor{url text}{fg=UVTDarkBlue}
\setbeamercolor{block title}{fg=UVTDarkBlue}
\setbeamercolor{alerted text}{fg=UVTYellow}
\setbeamercolor{example text}{fg=UVTLightBlue}
\setbeamercolor{enumerate item}{fg=UVTYellow, parent=normal text}
\setbeamercolor{description item}{fg=UVTYellow, parent=normal text}
\setbeamercolor{caption}{fg=UVTBeamerGray!50!black, parent=normal text}
% >>>
%% vim: foldmarker=<<<,>>>:foldmethod=marker:nospell:filetype=tex