edasubert/beamerMaterialDesign

Dark Theme items appear in white

Closed this issue · 3 comments

Thank you for submitting an issue 🙂
Could you also provide the latex code so I can replicate it myself?

for the sake of quick replication:
https://www.overleaf.com/16550042zbpwkdprnbby

this is just recreated by using the dark theme option

\documentclass[aspectratio=43]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\title{Material Design theme \\manual}
\date{\today}
\author[Šubert]{Eduard Šubert}

\usetheme{material}

\useDarkTheme
\usePrimary{4527A0}{311B92}{FFFFFF}
\useAccent{C6FF00}{000000}

the issue was with mismatched color settings and card background settings, it is fixed now, give it a try :-)