Skip to content

Commit

Permalink
fix: patch section footline colors for btdm
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 22, 2023
1 parent 6fc806d commit ef82d23
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions digital-minimal/beamerthemedigital-minimal.sty
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,14 @@
\def\BtdmMakeNextFullBottom{%
% we do it globally so it can be used with animations that clear themselves up
\gdef\btdm@footline@prefix{% do not show sub in foots:
\@btdm@footer@has@sub@false\colorlet{btdm@border@down}{btdm@primary}%
\@btdm@footer@has@sub@false
\btdm@footfade@false % this way we do not fade on sections
\global\let\btdm@footline@prefix\@empty}%
\colorlet{btdm@border@down}{btdm@section@fill}%
\colorlet{btdm@foot}{btdm@contrast}%
\ifbtdm@primaryfoot@\setbeamercolor{active section in head/foot}{fg=btdm@contrast}\fi
\btdm@footfade@false % this way we do not fade on sections
\colorlet{btdm@foot@page}{btdm@contrast}\global\let\btdm@footline@prefix\@empty}%
\colorlet{btdm@foot@page}{btdm@contrast}%
\setbeamercolor{footline}{bg=btdm@border@down,fg=btdm@foot}
}
\let\btdm@footline@prefix\@empty

Expand Down

0 comments on commit ef82d23

Please sign in to comment.