summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty
blob: 030491308dacc8ffc2c5f1998e5fdd0778487025 (plain)
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
54
55
56
57
58
59
60
61
62
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{elpresgrayscheme}[2021/08/10 elpres layout scheme gray]

\definecolor{epgreen}{rgb}{0.11,0.34,0.3}
\definecolor{eplistheadcolor}{named}{epgreen} % color for list heads 
\definecolor{epgreenalert}{rgb}{0.05,0.55,0.35}

\definecolor{alert}{named}{epgreenalert} % used by overlays package
\definecolor{ephighlightcolor}{rgb}{0.6,0,0.1} % Ext: to be used for highlighting text
\definecolor{eptitlecolor}{named}{epgreen}  % Ext: to be used on the title page
\slidetitlecolor{eptitlecolor} % color for slide titles

\definecolor{epgray}{rgb}{0.8,0.8,0.8}
\definecolor{epbackgroundcolor}{named}{epgray}
\definecolor{background}{named}{epbackgroundcolor} % used by overlays package
\pagecolor{epbackgroundcolor}

\definecolor{eplinkbordercolor}{rgb}{0.68,0.68,0.65}

\hypersetup{menubordercolor=epbackgroundcolor,%
    linkbordercolor=eplinkbordercolor,%
    urlbordercolor= eplinkbordercolor,%
  }
% navigation menu border color, color for normal link borders,
% for URLs

\definecolor{epnavigationmenucolor}{rgb}{0.52,0.52,0.52} % navigation menu symbol color
\definecolor{eptextcolor}{rgb}{0.16,0.16,0.16} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color

\ifthenelse{\equal{\itemize@elsymbols}{default@symbols}}{%
\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\textbullet}}%
\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\normalfont\bfseries\textendash}}%
\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\textasteriskcentered}}%
\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\textperiodcentered}}%
}{}

\ifthenelse{\equal{\itemize@elsymbols}{ball@symbols}}{%
\renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-03}}%
\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-03}}%
\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-03}}%
\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-03}}%
}{}

\ifthenelse{\equal{\itemize@elsymbols}{bullet@symbols}}{%
\renewcommand{\labelitemi}{\large\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
}{}

\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
\renewcommand{\labelenumiii}{\textcolor{eplistheadcolor}{\textbf{\theenumiii.}}}
\renewcommand{\labelenumiv}{\textcolor{eplistheadcolor}{\textbf{\theenumiv.}}}

\renewcommand{\descriptionlabel}[1]{\hspace{\labelsep}%
  \textcolor{epgreen}{\textbf{#1}}}

\endinput

% vim: syntax=tex tw=2048 ai