Can anyone please tell which beamer theme is used in the slides?
Or, if there is no particular theme, then how to tweak the code so as to have this kind of theme?
The Modified MWE is:
\documentclass[serif]{beamer}
\usepackage{hyperref}
\hypersetup{colorlinks=true, citecolor=blue, filecolor=blue, linkcolor=blue, urlcolor=blue}
\DeclareGraphicsExtensions{.pdf,.gif,.jpg,.eps}
\usepackage{subfigure}
\setbeamertemplate{caption}[numbered]
\usetheme{AnnArbor}
\definecolor{darkred}{RGB}{104,0,4}
\setbeamercolor{palette tertiary}{bg=darkred}
\setbeamercolor{palette secondary}{fg=darkred!60!black,bg=yellow!85!orange}
\setbeamercolor{palette primary}{fg=darkred!70!black,bg=yellow!60!orange}
\setbeamercolor{frametitle}{fg=darkred, bg=yellow!60!orange }
\setbeamerfont{frametitle}{series=\bfseries}
\begin{document}
\title{Are the Indian states fiscally sustainable?}
\author[Santosh Dash]{Santosh K. ~Dash \inst{1}}
\institute[] % (optional, but mostly needed)
{
\inst{1}%
JNU, New Delhi}
\begin{frame}
\titlepage
\end{frame}
\section{Introduction and Motivation}
\begin{frame}{Introduction and Motivation}
\begin{itemize}
\item {Both States and Center.....}
\item Hence, we examine this issue.
\end{itemize}
\end{frame}
\end{document}
When i use that MWE, color of the title in the title page and section and sub-sections head appear in blue. I think it has to so something with hypersetup. I tried but i could not solve it. It should appear like the title page of the slide i referred to.




AnnArbor. – dexteritas Aug 03 '17 at 07:22