Skip to content

Instantly share code, notes, and snippets.

@hugke729
Created December 20, 2015 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hugke729/217ca781ab7266ca5da2 to your computer and use it in GitHub Desktop.
Save hugke729/217ca781ab7266ca5da2 to your computer and use it in GitHub Desktop.
\documentclass{beamer}
\definecolor{blue}{rgb}{0,0,0.8}
\usetheme{Hannover}
\usecolortheme{beaver}
\setbeamercovered{transparent=30}
\setbeamercolor{section in sidebar}{fg=blue}
\setbeamercolor{subsection in sidebar}{fg=blue}
\setbeamercolor{title in sidebar}{fg=blue}
\setbeamercolor{title}{fg=blue}
\setbeamercolor{frametitle}{fg=blue}
\setbeamercolor{author in sidebar}{fg=blue}
\setbeamercolor*{item}{fg=blue}
\beamertemplatenavigationsymbolsempty
\title[Short Title]{Full Title}
\author{Your Name}
\begin{document}
\section{Section name}
\begin{frame}
\frametitle{Title}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment