Commit 707beed5b964b6635b4a52a415231eaa084e62f5

Authored by Francisco Coelho
1 parent 99a22bcd
Exists in master

Fixed color name bug

texmf/tex/latex/beamer/themes/color/beamercolorthemeGiraldo.sty
... ... @@ -58,7 +58,7 @@
58 58 \setbeamercolor*{block title}{parent=structure,fg=white,bg=ue-red}
59 59 \setbeamercolor*{block title alerted}{
60 60 use={normal text,alerted text},
61   - fg=ue-g!75!normal text.fg,
  61 + fg=ue-gray!75!normal text.fg,
62 62 bg=normal text.bg!75!black
63 63 }
64 64 %
... ... @@ -116,7 +116,7 @@
116 116 %
117 117 \else\ifgiraldo@comvergonha
118 118 \setbeamercolor{frametitle}{bg=ue-red,fg=white}
119   - \pgfdeclareimage[width=64pt]{page-logo}{lhb}
  119 + \pgfdeclareimage[width=64pt]{page-logo}{lhb}
120 120 %
121 121 % (default)
122 122 %
... ...