summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/beamertheme-trigon
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-06 21:16:58 +0000
committerKarl Berry <karl@freefriends.org>2021-09-06 21:16:58 +0000
commitc436984614539aca09069bca93601eb10a989422 (patch)
tree14c26e259fc4b9074ce3ee38a076b91650b15488 /Master/texmf-dist/source/latex/beamertheme-trigon
parent737305d6530f920e571d83209f4bf897a277e5ec (diff)
beamertheme-trigon (6sep21)
git-svn-id: svn://tug.org/texlive/trunk@60439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/beamertheme-trigon')
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamercolorthemetrigon.dtx80
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamerfontthemetrigon.dtx2
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx45
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx2
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamerthemetrigon.dtx2
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/trigontheme.dtx66
6 files changed, 134 insertions, 63 deletions
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamercolorthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamercolorthemetrigon.dtx
index 521869762ec..15e5a94897b 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamercolorthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamercolorthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamercolorthemetrigon}[2021/03/25 v0.5.0 Trigon color theme]
+\ProvidesPackage{beamercolorthemetrigon}[2021/09/06 v0.6.0 Trigon color theme]
%</package>
% \fi
% \CheckSum{0}
@@ -35,15 +35,27 @@
%
%
% \subsubsection{Options}
+% \begin{macro}{colors}
+% Provides the option to have a dark background and light foreground instead
+% of the reverse.
+% \begin{macrocode}
+\pgfkeys{
+ /trigon/color/background/.cd,
+ .is choice,
+ dark/.code=\trigon@colors@dark,
+ light/.code=\trigon@colors@light
+}
+% \end{macrocode}
+% \end{macro}
%
% \begin{macro}{headingcolor}
% Select the color to use for all headings (title, section, frame, etc.).
% \begin{macrocode}
-\def\headcol{black}
+\def\headcol{tDefaulttxt}
\pgfkeys{
/trigon/color/headingcolor/.cd,
.is choice,
- black/.code=\def\headcol{black},
+ default/.code=\def\headcol{tTxt},
theme/.code=\def\headcol{tPrim}
}
% \end{macrocode}
@@ -56,8 +68,8 @@
\pgfkeys{
/trigon/color/textcolor/.cd,
.is choice,
- black/.code=\def\txtcol{black},
- theme/.code=\def\txtcol{tPrim!50!black}
+ default/.code=\def\txtcol{tTxt},
+ theme/.code=\def\txtcol{tPrim!50!tTxt}
}
% \end{macrocode}
% \end{macro}
@@ -78,9 +90,10 @@
% \begin{macrocode}
\newcommand{\trigon@color@setdefaults}{
\pgfkeys{/trigon/color/.cd,
+ background=light,
block=fill,
- headingcolor=black,
- textcolor=black
+ headingcolor=default,
+ textcolor=default
}
}
% \end{macrocode}
@@ -89,20 +102,43 @@
% \subsubsection{Base colors}
%
% \begin{macrocode}
-\definecolor{tPrim}{HTML}{00707F} % Green-Blue
-\definecolor{tSec}{HTML}{5FA4B0} % Green-Blue light
-\definecolor{tAccent}{HTML}{F07F3C} % Orange
-\definecolor{tGrey}{HTML}{E6E6E1} % Grey-Beige
+\definecolor{tGreenBlue}{HTML}{00707F}
+\definecolor{tGreenBlueLight}{HTML}{5FA4B0}
+\definecolor{tOrange}{HTML}{F07F3C}
+\definecolor{tYellowOrange}{HTML}{F8AA00}
+\definecolor{tBeigePale}{HTML}{E6E6E1}
+\definecolor{tBeige}{HTML}{C6C0B4}
+\definecolor{tDarkBg}{HTML}{232931}
+\definecolor{tDarkFg}{HTML}{EEEEEE}
+\definecolor{tLightBg}{HTML}{FFFFFF}
% \end{macrocode}
%
% \subsubsection{Derived elements}
%
% All the elements are set using the base colors defined here above.
% \begin{macrocode}
-\setbeamercolor{background canvas}{bg=white}
-\setbeamercolor{normal text}{fg=\txtcol, bg= }
+\newcommand{\trigon@colors@dark}{
+ \colorlet{tPrim}{tGreenBlueLight}
+ \colorlet{tSec}{tGreenBlue}
+ \colorlet{tAccent}{tYellowOrange}
+ \colorlet{tTxt}{tDarkFg}
+ \colorlet{tBg}{tDarkBg}
+ \colorlet{tGreyBg}{tGrey!7!tBg}
+}
+\newcommand{\trigon@colors@light}{
+ \colorlet{tPrim}{tGreenBlue}
+ \colorlet{tSec}{tGreenBlue}
+ \colorlet{tAccent}{tOrange}
+ \colorlet{tTxt}{black}
+ \colorlet{tBg}{tLightBg}
+ \colorlet{tGreyBg}{tGrey!25!tBg}
+}
+\colorlet{tGrey}{tBeige}
+\colorlet{tTheme}{tGreenBlue}
+\setbeamercolor{background canvas}{bg=tBg}
+\setbeamercolor{normal text}{fg=\txtcol, bg=tBg}
+\setbeamercolor{example text}{fg=tPrim}
\setbeamercolor{alerted text}{fg=tAccent}
-\setbeamercolor{example text}{fg=tSec}
\setbeamercolor{title}{fg=\headcol, bg= , parent=normal text}
\setbeamercolor{titlelike}{use=title, parent=title}
@@ -116,7 +152,7 @@
% \end{macrocode}
%
%
-% Block environments such as |theorem| and |example| have a |tGrey| background
+% Block environments such as |theorem| and |example| have a grey-tinted background
% color by default. The option |block=transparent| removes the background color.
% \begin{macrocode}
\newcommand{\trigon@block@transparent}{
@@ -134,7 +170,7 @@
\setbeamercolor{block title}{%
use=normal text,
fg=normal text.fg,
- bg=normal text.bg!80!fg
+ bg=normal text.bg!80!normal text.fg
}
\setbeamercolor{block body}{
use={block title, normal text},
@@ -158,18 +194,18 @@
%
% The color of other smaller elements is defined as follows
% \begin{macrocode}
-\setbeamercolor{footnote}{fg=normal text.fg!90}
+\setbeamercolor{footnote}{fg=normal text.fg!90!normal text.bg}
\setbeamercolor{footnote mark}{fg=.}
-\setbeamercolor{footline}{fg=normal text.fg!50, parent=normal text}
-\setbeamercolor{caption}{fg=black!60, parent=normal text}
+\setbeamercolor{footline}{fg=normal text.fg!50!normal text.bg, parent=normal text}
+\setbeamercolor{caption}{fg=normal text.fg!60!normal text.bg, parent=normal text}
-\setbeamercolor{itemize item}{fg=tPrim, parent=normal text}
+\setbeamercolor{itemize item}{use=example text, parent=example text}
\setbeamercolor{itemize subitem}{use=itemize item, parent=itemize item}
\setbeamercolor{itemize subsubitem}{use=itemize item, parent=itemize item}
-\setbeamercolor{enumerate item}{fg=tPrim, parent=normal text}
+\setbeamercolor{enumerate item}{use=example text, parent=example text}
\setbeamercolor{enumerate subitem}{use=enumerate item, parent=enumerate item}
\setbeamercolor{enumerate subsubitem}{use=enumerate item, parent=enumerate item}
-\setbeamercolor{description item}{fg=tPrim, parent=normal text}
+\setbeamercolor{description item}{use=example text, parent=example text}
% \end{macrocode}
%
% \subsubsection{Process package options}
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerfontthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerfontthemetrigon.dtx
index fcc9ed34a3f..74e5ee3965a 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerfontthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerfontthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerfontthemetrigon}[2021/03/25 v0.5.0 Trigon font theme]
+\ProvidesPackage{beamerfontthemetrigon}[2021/09/06 v0.6.0 Trigon font theme]
%</package>
% \fi
% \CheckSum{0}
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
index c234dfc3433..60344f6d4b1 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerinnerthemetrigon}[2021/03/25 v0.5.0 Trigon inner theme]
+\ProvidesPackage{beamerinnerthemetrigon}[2021/09/06 v0.6.0 Trigon inner theme]
%</package>
% \fi
% \CheckSum{0}
@@ -79,9 +79,12 @@
\pgfkeys{
/trigon/inner/slidestyle/.cd,
.is choice,
- blank/.code=\def\slidestyle{blank},
- style1/.code=\def\slidestyle{smallcornertriangle},
+ blank/.code=\def\slidestyle{blank}
+ \setbeamertemplate{background}[\slidestyle],
+ style1/.code=\def\slidestyle{smallcornertriangle}
+ \setbeamertemplate{background}[\slidestyle],
cyber/.code=\def\slidestyle{cyberbottom}
+ \setbeamertemplate{background}[\slidestyle]
}
% \end{macrocode}
% \end{macro}
@@ -221,7 +224,7 @@
\defbeamertemplate{background}{smallcornertriangle}{
\begin{tikzpicture}[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
- \leftColorTriangle{0.62\paperwidth}{0}{tGrey!30}
+ \leftColorTriangle{0.62\paperwidth}{0}{tGrey!30!tBg}
\end{tikzpicture}
}
% \end{macrocode}
@@ -232,10 +235,10 @@
% frames when the appropriate option is selected).
% \begin{macrocode}
\defbeamertemplate{background}{cyberbottom}{
-\tikzstyle{cyberVertex}=[scale=1,draw=tGrey!60,circle,fill=white]
-\tikzstyle{cyberVertex2}=[scale=0.5,draw=tGrey!60,circle,fill=tGrey!60]
-\tikzstyle{cyberEdge} = [draw,color=tGrey!60]
-\begin{tikzpicture}[blend group=multiply]
+\tikzstyle{cyberVertex}=[scale=1,draw=tGreyBg,circle,fill=tBg]
+\tikzstyle{cyberVertex2}=[scale=0.5,draw=tGreyBg,circle,fill=tGreyBg]
+\tikzstyle{cyberEdge} = [draw,color=tGreyBg]
+\begin{tikzpicture}%[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\foreach \pos/\name in {
{(-0.05\paperwidth,0.75\paperheight)/0},
@@ -278,16 +281,16 @@
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\begin{scope}[blend group=multiply]
- \path[fill=tPrim]\leftTriangle{0.5\paperwidth}{0};
- \topColorTriangle{0.73\paperwidth}{0.70\paperheight}{tGrey!30};
+ \path[fill=tTheme]\leftTriangle{0.5\paperwidth}{0};
+ \topColorTriangle{0.73\paperwidth}{0.70\paperheight}{tGrey!30!tBg};
\ifx\inserttitlegraphic\@empty
- \leftColorTriangle{0.73\paperwidth}{0.70\paperheight}{tPrim}
+ \leftColorTriangle{0.73\paperwidth}{0.70\paperheight}{tTheme}
\else
\path[clip]\leftTriangle{0.73\paperwidth}{0.70\paperheight};
\node[anchor=north west, inner sep=0pt, outer sep=0pt] at (0,\the\paperheight) {\inserttitlegraphic};
\fi
\end{scope}
- \path[fill=white]\rightTriangle{0.45\paperwidth}{\the\paperheight};
+ \path[fill=tBg]\rightTriangle{0.45\paperwidth}{\the\paperheight};
\ifx\logbig\@empty \else
\node[anchor=north east,inner sep=0mm] at
(.96*\the\paperwidth,.96*\the\paperheight) {\includegraphics[width=0.28\textwidth]{\logbig}};
@@ -303,12 +306,12 @@
\defbeamertemplate{background}{titlesmallimage}{
\begin{tikzpicture}[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
- \leftColorTriangle{0.58\paperwidth}{0}{tGrey!30}
+ \leftColorTriangle{0.58\paperwidth}{0}{tGrey!30!tBg}
\ifx\logbig\@empty \else
\node[anchor=north east,inner sep=0mm] at (.94*\the\paperwidth,.94*\the\paperheight) {\includegraphics[width=0.33\textwidth]{\logbig}};
\fi
\ifx\inserttitlegraphic\@empty
- \leftColorTriangle{0.58\paperwidth}{\the\paperheight}{tPrim}
+ \leftColorTriangle{0.58\paperwidth}{\the\paperheight}{tTheme}
\else
\path[clip]\leftTriangle{0.58\paperwidth}{\the\paperheight};
\node[anchor=north west, inner sep=0pt, outer sep=0pt] at (0,\the\paperheight) {\inserttitlegraphic};
@@ -325,7 +328,7 @@
\defbeamertemplate{background}{bottomtrianglescolor}{
\begin{tikzpicture}[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
- \leftColorTriangle{0.62\paperwidth}{0}{tPrim}
+ \leftColorTriangle{0.62\paperwidth}{0}{tTheme}
\rightColorTriangle{0.38\paperwidth}{0}{tSec}
\end{tikzpicture}
}
@@ -339,8 +342,8 @@
\defbeamertemplate{background}{bottomtrianglesbw}{
\begin{tikzpicture}[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
- \leftColorTriangle{0.62\paperwidth}{0}{tPrim}
- \rightColorTriangle{0.38\paperwidth}{0}{tGrey}
+ \leftColorTriangle{0.62\paperwidth}{0}{tTheme}
+ \rightColorTriangle{0.38\paperwidth}{0}{tGrey!30!tBg}
\end{tikzpicture}
}
% \end{macrocode}
@@ -352,8 +355,8 @@
\defbeamertemplate{background}{bigtriangles}{
\begin{tikzpicture}[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
- \leftColorTriangle{0.80\paperwidth}{0.62\paperheight}{tPrim}
- \rightColorTriangle{0.68\paperwidth}{0.58\paperheight}{tGrey}
+ \leftColorTriangle{0.80\paperwidth}{0.62\paperheight}{tTheme}
+ \rightColorTriangle{0.68\paperwidth}{0.58\paperheight}{tGrey!30!tBg}
\end{tikzpicture}
}
% \end{macrocode}
@@ -365,8 +368,8 @@
\defbeamertemplate{background}{lefttriangles}{
\begin{tikzpicture}[blend group=multiply]
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
- \leftColorTriangle{0.52\paperwidth}{\the\paperheight}{tPrim}
- \leftColorTriangle{0.775\paperwidth}{0}{tGrey}
+ \leftColorTriangle{0.52\paperwidth}{\the\paperheight}{tTheme}
+ \leftColorTriangle{0.775\paperwidth}{0}{tGrey!30!tBg}
\end{tikzpicture}
}
% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
index e8302d4e230..41ab019fc55 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerouterthemetrigon}[2021/03/25 v0.5.0 Trigon outer theme]
+\ProvidesPackage{beamerouterthemetrigon}[2021/09/06 v0.6.0 Trigon outer theme]
%</package>
% \fi
% \CheckSum{0}
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerthemetrigon.dtx
index 1cd8f763f69..b12e1dc7e8b 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemetrigon}[2021/03/25 v0.5.0 Trigon Beamer theme]
+\ProvidesPackage{beamerthemetrigon}[2021/09/06 v0.6.0 Trigon Beamer theme]
%</package>
% \fi
% \CheckSum{0}
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/trigontheme.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/trigontheme.dtx
index e40dd1431f6..f7d6503a2d9 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/trigontheme.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/trigontheme.dtx
@@ -111,7 +111,7 @@
\themename found its origin and inspiration in the graphical guidelines
resulting from the visual identity overhaul of the
-\href{https://www.uliege.be}{Univeristy of Liège} (Belgium).\\
+\href{https://www.uliege.be}{University of Liège} (Belgium).\\
Although directly inspired from these guidelines, \themename was stripped out of
any mention or specificities related the University and its faculties. This
makes the \themename theme perfectly suitable for many different contexts.
@@ -130,6 +130,26 @@ Any feature request, issue report or merge requests are welcome.
%% ------------------------------------
\section{Getting Started}
+\subsection{Installing from CTAN}
+The latest stable version of \themename is available on
+\href{https://ctan.org/pkg/beamertheme-trigon}{CTAN} and should now be part of
+the usual \TeX\ distibutions (\TeX\ Live, Mac\TeX\ , Mik\TeX\ ), under the name
+\textit{beamertheme-trigon}. It means that if your distribution is kept
+up-to-date, the package should normally be already installed on your system. If
+this is not the case, consider updating the packages of your Tex distribution.
+
+For \TeX\ Live and Mac\TeX\ users, this usually means running
+\begin{lstlisting}
+tlmgr update --all
+\end{lstlisting}
+, or if administrative privileges are required
+\begin{lstlisting}
+sudo tlmgr update --all
+\end{lstlisting}
+
+For Mik\TeX\ users, please refer to \href{https://miktex.org/howto/update-miktex}{the official Mik\TeX\ documentation}.
+
+
\subsection{Installing from Gitlab}
If you want to use the cutting-edge development version of \themename, you can
@@ -163,14 +183,17 @@ options for advanced users:
\end{description}
-\subsection{Other install methods}
+\subsection{Overleaf}
+As of the writing of this documentation (September 5,2021), the theme is not yet
+natively supported on Overleaf. It will be added once they update their package
+list, which is planned for end of Q3 2021
+(\href{https://gitlab.com/thlamb/beamertheme-trigon/-/issues/1#note_558034187}{see
+discussion on that topic}).
-\themename will be proposed for integration on \href{https://www.ctan.org}{CTAN}
-shortly. It will then hopefully be integrated to texlive, miktex, etc. In the
-meantime, only the installation from Gitlab is possible.
+In the meantime, a \href{https://www.overleaf.com/read/dvbnhdcbfknk}{template
+project} was created on Overleaf so users can just copy this project and use
+that as a basis for their own presentation.
-Once accepted on CTAN, the theme will also be made available on
-\href{https://www.overleaf.com}{Overleaf}.
\subsection{A Minimal Example}
@@ -243,6 +266,11 @@ Vogelgesang, many of \textsc{Metropolis} options are also available in
\subsubsection{Main theme}
+\DescribeOption{background}{light,dark}{light}{%
+ Provides the option to have a dark background and light foreground instead of
+ the reverse.
+}
+
\DescribeOption{titleformat}%
{regular, smallcaps, allsmallcaps, allcaps}
{regular}{
@@ -254,7 +282,7 @@ Vogelgesang, many of \textsc{Metropolis} options are also available in
}
\DescribeOption{usesourcefonts}{true,false}{true}{%
- Choses if the |sourcesanspro| font package should be loaded |true| or not
+ Chooses if the |sourcesanspro| font package should be loaded |true| or not
|false|.
}
@@ -342,14 +370,15 @@ Vogelgesang, many of \textsc{Metropolis} options are also available in
and |example|.
}
-\DescribeOption{headingcolor}{black, theme}{black}{
+\DescribeOption{headingcolor}{default, theme}{default}{
Controls weather the color of all headings (title page, frame title, etc.)
- should be in |black| in a slightly darker shade of the theme color |theme|.
+ should be in black (|default|) or in a slightly darker shade of the theme
+ color |theme|.
}
-\DescribeOption{textgcolor}{black, theme}{black}{
- Controls weather the color of the regular text elements should be in |black|
- in a slightly darker shade of the theme color |theme|.
+\DescribeOption{textgcolor}{default, theme}{default}{
+ Controls weather the color of the regular text elements should be in black
+ (|default|) or in a slightly darker shade of the theme color |theme|.
}
\subsubsection{Font theme}
@@ -369,7 +398,7 @@ Vogelgesang, many of \textsc{Metropolis} options are also available in
The included \themename color theme is used by default, but its colors can be
easily changed to suit your tastes. All of the theme's styles are defined in
-terms of four colors:
+terms of a few main colors:
\begin{itemize}
\item |tPrim| The primary theme color, used for main triangle elements, and
for headings and text if the appropriate options are selected.
@@ -378,6 +407,10 @@ terms of four colors:
\item |tAccent| The accent color, used mostly for alerted text.
\item |tGrey| A grey color, used for background elements (triangles, blocks,
etc.).
+ \item |tTxt| The default text color.
+ \item |tBg| The default background color.
+ \item |tGreyBg| A tint of grey to use for the triangle elements.
+ \item |tTheme| A tint of the |tPrim| color to use for some triangle elements.
\end{itemize}
An easy way to customize the theme is to redefine these colors using
@@ -385,8 +418,7 @@ An easy way to customize the theme is to redefine these colors using
\begin{lstlisting}
\colorlet{tPrim}{ ... }
\colorlet{tSec}{ ... }
- \colorlet{tAccent}{ ... }
- \colorlet{tGrey}{ ... }
+ ...
\end{lstlisting}
in your preamble.
@@ -439,7 +471,7 @@ only alphabetic characters and do not require the expansion of any macros.
\section{License}
\themename is licensed under the terms of the
-\href{https://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons
+\href{https://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons
Attribution-ShareAlike 4.0} license.