Skip to content

Commit

Permalink
Merge branch 'ethanabrooks/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Nov 19, 2024
2 parents bba2e61 + 0aaffa3 commit 971f909
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ to add an institution logo to the poster.

## Themes

Gemini currently includes three color themes:
Gemini currently includes the following color themes:

* `gemini` (default)
* `mit`
* `umich`
* `labsix`

It's also easy to make your own!
Expand Down
55 changes: 55 additions & 0 deletions beamercolorthemeumich.sty
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
% Gemini theme
% https://github.com/anishathalye/gemini

% ====================
% Definitions
% ====================

\definecolor{UMichBlue}{RGB}{0, 39, 76} % #00274C
\definecolor{UMichMaize}{RGB}{255, 203, 5} % #FFCB05
\definecolor{UMichWhite}{RGB}{255, 255, 255} % #FFFFFF
\definecolor{UMichGray}{RGB}{235, 235, 235}
\definecolor{UMichLightMaize}{RGB}{242, 237, 217}

% ====================
% Theme
% ====================

% Basic colors
\setbeamercolor{palette primary}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{palette secondary}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{palette tertiary}{bg=UMichBlue,fg=UMichWhite}
\setbeamercolor{palette quaternary}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{structure}{fg=UMichBlue}

% Headline
\setbeamercolor{headline}{fg=UMichGray,bg=UMichBlue}
\setbeamercolor{headline rule}{bg=UMichMaize}

% Block
\setbeamercolor{block title}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{block separator}{bg=UMichBlue}
\setbeamercolor{block body}{fg=UMichBlue,bg=UMichWhite}

% Alert Block
\setbeamercolor{block alerted title}{fg=UMichBlue,bg=UMichLightMaize}
\setbeamercolor{block alerted separator}{bg=UMichBlue}
\setbeamercolor{block alerted body}{fg=UMichBlue,bg=UMichLightMaize}

% Example Block
\setbeamercolor{block example title}{fg=UMichBlue,bg=UMichWhite}
\setbeamercolor{block example separator}{bg=UMichBlue}
\setbeamercolor{block example body}{fg=UMichBlue,bg=UMichWhite}

% Heading
\setbeamercolor{heading}{fg=UMichBlue}

% Itemize
\setbeamercolor{item}{fg=UMichBlue}

% Bibliography
\setbeamercolor{bibliography item}{fg=UMichBlue}
\setbeamercolor{bibliography entry author}{fg=UMichBlue}
\setbeamercolor{bibliography entry title}{fg=UMichBlue}
\setbeamercolor{bibliography entry location}{fg=UMichBlue}
\setbeamercolor{bibliography entry note}{fg=UMichBlue}

0 comments on commit 971f909

Please sign in to comment.