# beamertheme-rainbow [](https://www.latex-project.org/lppl.txt) [](https://github.com/samcarter/beamertheme-rainbow/releases/latest) [](https://ctan.org/pkg/beamertheme-rainbow) A beamer colour theme which alternates theme colours on every frame. This project is licensed under the LaTeX Project Public License v1.3c or later, see https://www.latex-project.org/lppl.txt . The project repository, including a bug tracker, can be found at https://github.com/samcarter/beamertheme-rainbow/issues . ### Usage ```latex \documentclass{beamer} \usetheme{Berkeley} \usecolortheme{rainbow} \begin{document} \begin{frame} content... \end{frame} \begin{frame} content... \end{frame} \end{document} ``` For more details, please consult the [package documentation](https://github.com/samcarter/beamertheme-rainbow/blob/main/DOCUMENTATION.pdf).