# beamertheme-rainbow

[![License](https://img.shields.io/github/license/samcarter/beamertheme-rainbow.svg?color=blue)](https://www.latex-project.org/lppl.txt)
[![GitHub tag](https://img.shields.io/github/tag/samcarter/beamertheme-rainbow.svg?label=current%20version&color=blue)](https://github.com/samcarter/beamertheme-rainbow/releases/latest)
[![CTAN](https://img.shields.io/ctan/v/beamertheme-rainbow.svg?color=blue)](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).