summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/tex/tudacolors.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tuda-ci/tex/tudacolors.sty')
-rw-r--r--macros/latex/contrib/tuda-ci/tex/tudacolors.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex/contrib/tuda-ci/tex/tudacolors.sty b/macros/latex/contrib/tuda-ci/tex/tudacolors.sty
index 312d90d056..5302f5e76c 100644
--- a/macros/latex/contrib/tuda-ci/tex/tudacolors.sty
+++ b/macros/latex/contrib/tuda-ci/tex/tudacolors.sty
@@ -1,4 +1,4 @@
-%% This is file `tudacolors.sty' version 2.05 (2019/12/18),
+%% This is file `tudacolors.sty' version 2.07 (2020/01/28),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{2.05}
-\def\filedate{2019/12/18}
+\def\fileversion{2.07}
+\def\filedate{2020/01/28}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{tudacolors}{\filedate}{\fileversion}{Color definition for TU Darmstadt's tuda-ci bundle}
@@ -84,14 +84,14 @@
\colorlet{textonaccentcolor}{white}
} {
\colorlet{textonaccentcolor}{black}
- \msg_warning:nnxx {tudacolors} {unselectable-color} {white} {textonaccentcolor}
+ \tl_if_in:NnT \g_TUDa_color_accent_tl {TUDa} {\msg_warning:nnxx {tudacolors} {unselectable-color} {white} {textonaccentcolor}}
}
} {
\clist_if_in:NVTF \c_TUDa_color_allow_blacktext_clist \g_TUDa_color_accent_tl {
\colorlet{textonaccentcolor}{black}
} {
\colorlet{textonaccentcolor}{white}
- \msg_warning:nnxx {tudacolors} {unselectable-color} {black} {textonaccentcolor}
+ \tl_if_in:NnT \g_TUDa_color_accent_tl {TUDa} {msg_warning:nnxx {tudacolors} {unselectable-color} {black} {textonaccentcolor}}
}
}