-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |