I am still a newbie in LaTeX. I want to use "Dresden" theme but with green background. As base, it comes with blue color. What we be the easier way to have green color ?
The code looks like this.
Code: Select all
Code, edit and compile here:
\documentclass{beamer}\mode<presentation>{\usetheme{Dresden}\setbeamercovered{transparent}}\usepackage[english]{babel}\usepackage[utf8]{inputenc}\usepackage{times}\usepackage{lmodern}
Thanks.