Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
TeX Vorlagen
neo
Commits
5c016b20
Commit
5c016b20
authored
Nov 18, 2019
by
Benedict Herzog
Browse files
Revert "Redefine \neo@colors@light when using white background"
This reverts commit
1437460b
.
parent
1437460b
Changes
3
Hide whitespace changes
Inline
Side-by-side
beamertheme-source/beamercolorthemeneo.dtx
View file @
5c016b20
...
...
@@ -47,13 +47,13 @@
%
% \begin{macro}{colors}
% Provides the option to have a dark background and light foreground instead
% of the reverse.
White is similar to light but uses a pure white background.
% of the reverse.
% \begin{macrocode}
\pgfkeys{
/neo/color/background/.cd,
.is choice,
dark/.code=\neo@colors@dark,
light/.code=\neo@colors@
br
ight,
light/.code=\neo@colors@
l
ight,
white/.code=\neo@colors@white,
}
% \end{macrocode}
...
...
@@ -141,7 +141,7 @@
}
\usebeamercolor[fg]{normal text}
}
\newcommand{\neo@colors@
br
ight}{
\newcommand{\neo@colors@
l
ight}{
\setbeamercolor{normal text}{%
fg=nBlack,
bg=nWhite
...
...
@@ -150,9 +150,7 @@
fg=nDarkBlue,
bg=nWhite
}
\renewcommand{\neo@colors@light}{\neo@colors@bright}
}
\newcommand{\neo@colors@light}{\neo@colors@bright}
\newcommand{\neo@colors@white}{
\setbeamercolor{normal text}{%
fg=nBlack,
...
...
@@ -162,7 +160,6 @@
fg=nDarkBlue,
bg=white
}
\renewcommand{\neo@colors@light}{\neo@colors@white}
}
\setbeamercolor{alerted text}{%
fg=nDarkRed
...
...
doc/neotheme.pdf
View file @
5c016b20
No preview for this file type
doc/neotheme.tex
View file @
5c016b20
...
...
@@ -332,9 +332,9 @@ The list of options is structured as shown in the following example.
and |example|.
}
\DescribeOption
{
background
}{
dark, light
, white
}{
light
}{
\DescribeOption
{
background
}{
dark, light
}{
light
}{
Provides the option to have a dark background and light foreground instead
of the reverse.
White is similar to light but uses a pure white background.
of the reverse.
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment