EagleoutIce/latex-lambda-calculus-visualizer

make this customizable (e.g., disable)

Closed this issue · 0 comments

% TODO: make this customizable (e.g., disable)

      % if nothing is selected, we use the colorcycle
      \ifstrempty{#1}{%
         % if there already is a color, lighten it
         % TODO: make this customizable (e.g., disable)
         \ifcsname\@letter @col\endcsname
            \edef\@col{\lc@colormix@doublevar{\csname\@letter @col\endcsname}}%
         \else
            \lc@colorcycle
         \fi