Skip to content

Instantly share code, notes, and snippets.

@mwhittaker
Created July 29, 2014 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwhittaker/1af28f07d8733248b3ff to your computer and use it in GitHub Desktop.
Save mwhittaker/1af28f07d8733248b3ff to your computer and use it in GitHub Desktop.
MongoDB Beamer Color Theme
\DefineNamedColor{named}{mongobrown}{RGB}{61, 41, 30}
\DefineNamedColor{named}{mongogold} {RGB}{129, 102, 75}
\DefineNamedColor{named}{mongogreen}{RGB}{55, 140, 40}
\DefineNamedColor{named}{darkgray}{cmyk}{0,0,0,0.90}
\mode<presentation>
\setbeamercolor{alerted text}{fg=red}
\setbeamercolor*{palette primary}{bg=mongobrown,fg=white}
\setbeamercolor*{palette secondary}{fg=white,bg=mongogreen}
\setbeamercolor*{palette tertiary}{fg=white,bg=darkgray}
\setbeamercolor*{palette quaternary}{fg=white,bg=yellow}
\setbeamercolor*{structure}{fg=mongobrown,bg=white}
\setbeamercolor{frametitle}{bg=mongobrown,fg=white}
\mode<all>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment