Skip to content

Instantly share code, notes, and snippets.

@erutuf
Created February 4, 2016 14:24
Show Gist options
  • Save erutuf/62125925ceacad928730 to your computer and use it in GitHub Desktop.
Save erutuf/62125925ceacad928730 to your computer and use it in GitHub Desktop.
\ProvidesPackage{beamerthemeErutuf}
\mode<presentation>
%% font size
\setbeamerfont{title}{parent=structure,size=\Large}
\setbeamerfont{section in head/foot}{size=\tiny,series=\bfseries}
\setbeamerfont{frametitle}{parent=structure,size=\Large,series=\bfseries}
\setbeamerfont{framesubtitle}{parent=frametitle,size=\large}
\setbeamerfont{itemize/enumerate body}{size=\normalsize}
\setbeamerfont{itemize/enumerate subbody}{size=\small}
\setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize}
% items
\definecolor{blackblue}{HTML}{000040}
\setbeamertemplate{items}[square]
\setbeamertemplate{sections/subsections in toc}[square]
\setbeamertemplate{blocks}[rounded][shadow=true]
\useoutertheme{default}
\useinnertheme[shade=true]{rounded}
\usecolortheme{whale}
\usecolortheme{orchid}
\setbeamercolor*{Title bar}{fg=white}
\setbeamercolor*{normal text}{fg=blackblue}
% colortheme
\definecolor{safeblue}{HTML}{2595c7}
\usecolortheme[named=safeblue]{structure}
\setbeamercolor*{frametitle}{bg=safeblue, fg=white}
\setbeamertemplate{items}[square]
\setbeamertemplate{sections/subsections in toc}[square]
\setbeamercovered{transparent}
% fonttheme
\usefonttheme{structurebold}
\mode
<all>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment