Skip to content

Instantly share code, notes, and snippets.

@Irubataru
Created January 19, 2017 15:18
Show Gist options
  • Save Irubataru/a0108eb08dc0da484cdc515efbdb7283 to your computer and use it in GitHub Desktop.
Save Irubataru/a0108eb08dc0da484cdc515efbdb7283 to your computer and use it in GitHub Desktop.
Change colours in mtheme
\documentclass{beamer}
\usetheme{metropolis}
\setbeamercolor{progress bar}{fg=green, bg=purple}
\begin{document}
\section{Section 1}
\begin{frame}{Hello}
\end{frame}
\section{Section 2}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment