\documentclass[10pt,xcolor={dvipsnames}]{beamer}
\usetheme[
%%% option passed to the outer theme
% progressstyle=fixedCircCnt, % fixedCircCnt, movingCircCnt (moving is deault)
]{Feather}
% If you want to change the colors of the various elements in the theme, edit and uncomment the following lines
% Change the bar colors:
\setbeamercolor{Feather}{fg=NavyBlue!20,bg=NavyBlue}
% Change the color of the structural elements:
\setbeamercolor{structure}{fg=NavyBlue}
% Change the frame title text color:
\setbeamercolor{frametitle}{fg=black!5}
% Change the normal text colors:
\setbeamercolor{normal text}{fg=black!75,bg=gray!5}
%% Change the block title colors
\setbeamercolor{block title}{use=Feather,bg=Feather.fg, fg=black!90}
% Change the logo in the upper right circle:
%\renewcommand{\logofile}{example-grid-100x100pt}
%% This is an image that comes with the LaTeX installation
% Adjust scale of the logo w.r.t. the circle; default is 0.875
% \renewcommand{\logoscale}{0.55}
% Change the background image on the title and final page.
% It stretches to fill the entire frame!
% \renewcommand{\backgroundfile}{example-grid-100x100pt}
%-------------------------------------------------------
% INCLUDE PACKAGES
%-------------------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
% \usepackage{helvet}
%% Load different font packages to use different fonts
%% e.g. using Linux Libertine, Linux Biolinum and Inconsolata
% \usepackage{libertine}
% \usepackage{zi4}
%% e.g. using Carlito and Caladea
\usepackage{carlito}
\usepackage{caladea}
\usepackage{zi4}
%% e.g. using Venturis ADF Serif and Sans
% \usepackage{venturis}
%-------------------------------------------------------
% DEFFINING AND REDEFINING COMMANDS
%-------------------------------------------------------
% colored hyperlinks
\newcommand{\chref}[2]{
\href{#1}{{\usebeamercolor[bg]{Feather}#2}}
}
%-------------------------------------------------------
% INFORMATION IN THE TITLE PAGE
%-------------------------------------------------------
\title[] % [] is optional - is placed on the bottom of the sidebar on every slide
{ % is placed on the title page
\textbf{The Feather Beamer Theme}
}
\subtitle[The Feather Beamer Theme]
{
\textbf{v. 1.1.0}
}
\author[Lilyana Vankova, LianTze Lim]
{ Lilyana Vankova \\
{\ttfamily lilqna.v@gmail.com}\\[1em]
with v1.1 modifications by LianTze Lim (Overleaf)
}
\institute[]
{%
Faculty of Mathematics, Informatics and Information Technologies\\
Plovdiv University ``Paisii Hilendarski''
}
\date{\today}
%-------------------------------------------------------
% THE BODY OF THE PRESENTATION
%-------------------------------------------------------
\begin{document}
%-------------------------------------------------------
% THE TITLEPAGE
%-------------------------------------------------------
{\1% % this is the name of the PDF file for the background
\begin{frame}[plain,noframenumbering] % the plain option removes the header from the title page, noframenumbering removes the numbering of this frame only
\titlepage % call the title page information from above
\end{frame}}
\begin{frame}{Content}{}
\tableofcontents
\end{frame}
%-------------------------------------------------------
\section{Introduction}
%-------------------------------------------------------
\subsection{License}
\begin{frame}{Introduction}{License}
%-------------------------------------------------------
\begin{itemize}
\item<1-> The Feather image is not covered by copyright rules. I have used the image from \chref{http://www.vectors-free.com/}{http://www.vectors-free.com/}. You are allowed to use the Feather image for any purposes.
\item<2-> The rest of the theme is provided under the GNU General Public License v. 3 (GPLv3) \chref{http://www.gnu.org/licenses/}{http://www.gnu.org/licenses/}. This means that you can redistribute it and/or modify it under the same license.
\end{itemize}
\end{frame}
%-------------------------------------------------------
\section{Installation}
%-------------------------------------------------------
\subsection{Source files}
\begin{frame}{Installation}{Source files}
%-------------------------------------------------------
\begin{block}{}
The theme contains 4 source files:
\begin{itemize}
\item {\tt beamercolorthemeFeather.sty}
\item {\tt beamerouterthemeFeather.sty}
\item {\tt beamerinnerthemeFeather.sty}
\item {\tt beamerthemeFeather.sty}
\end{itemize}
\end{block}
\end{frame}
%-------------------------------------------------------
\subsection{Local and Global installation}
\begin{frame}{Installation}{Local and Global installation}
%-------------------------------------------------------
The theme can be installed for \textbf{local} or \textbf{global} use.
\pause
\begin{block}{Local Installation}
\begin{itemize}
\item Local installation is the simplest way of installing the theme.
\item You need to placing the 4 source files in the same folder as your presentation. When you download the theme, the 4 theme files are located in the {\tt local} folder.
\end{itemize}
\end{block}
\begin{block}{Global Installation}
\begin{itemize}
\item If you wish to make the theme globally available, you must put the files in your local latex directory tree. The location of the root of the local directory tree depends on your operating system and the latex distribution.
\item Detailed steps on how to proceed installation under various operating systems can be found at Beamer documentation.
\end{itemize}
\end{block}
\end{frame}
%-------------------------------------------------------
\subsection{Required Packages}
\begin{frame}{Installation}{Required Packages}
%-------------------------------------------------------
For using the Feather Theme you will need the Bemaer class installed and the following 2 packages
\begin{itemize}
\item TikZ\footnote{TikZ is a package for creating beautiful graphics. Have a look at these \chref{http://www.texample.net/tikz/examples/}{online examples} or the \chref{http://tug.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf}{pgf user manual}.}
\item calc
\end{itemize}
Due to the fact that the packages are very common they should be included in your latex distribution in the first place.
\end{frame}
%-------------------------------------------------------
\section{User Interface}
\subsection{Loading the Theme and Theme Options}
\begin{frame}{User Interface}{Loading the Theme and Theme Options}
%-------------------------------------------------------
\begin{block}{The Presentation Theme}
The Feather Theme can be loaded in a familiar way. In the reamble of your {\tt tex} file you must type\\ \vspace{5pt}
{\tt \textbackslash usetheme[<options>]\{Feather\}}\\ \vspace{5pt}
The presentation theme loads the inner, outer and color Feather theme files and passes the {\tt <options>} on to these files.
\end{block}
\begin{block}{The Inner and Outher Themes}
If you wish you can load only the inner, or the outher theme directly by\\ \vspace{5pt}
{\tt \textbackslash useinnertheme\{Feather\}} (and it has no options)\\ \vspace{5pt}
{\tt \textbackslash useoutertheme[<options>]\{Feather\}} (it has one option)\\
\hspace{20pt}{\tt progressstyle=\{fixedCircCnt or movingCircCnt\}} \\
\begin{itemize}
\item which set how the progress is illustrated;
\item the value {\tt movingCircCnt} is the default.
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{User Interface}{Loading the Theme and Theme Options}
\begin{block}{The Color Theme}
Also you can load only the color theme by writing in the preamble of the {\tt tex} file
\vspace{5pt}
\begin{itemize}
\item {\tt \textbackslash usecolortheme\{Feather\}}
\end{itemize}
\vspace{5pt}
...or to change the colors of the various elements in the theme
\vspace{5pt}
\begin{itemize}
\item Change the bar colors: \\
{\tt \textbackslash setbeamercolor \{Feather\}\{fg=<color>, bg=<color>\}}
\vspace{2pt}
\item Change the color of the structural elements: \\
{\tt \textbackslash setbeamercolor\{structure\}\{fg=<color>\}}
\vspace{2pt}
\item Change the frame title text color:\\
{\tt \textbackslash setbeamercolor\{frametitle\}\{fg=<color>\}}
\vspace{2pt}
\item Change the normal text color background:
{\tt \textbackslash setbeamercolor\{normal text\}\{fg=<color>, bg=<color>\}}
\end{itemize}
\end{block}
\end{frame}
%-------------------------------------------------------
\subsection{Feather image}
\begin{frame}{User Interface}{The Feather Background Image}
%-------------------------------------------------------
\begin{block}{The Feather Background Image}
\begin{itemize}
\item In Feather theme, the title page frame and the last frame have the Feather image as the background image.
\item The Feather background image can be produced to any frame by wrating on the begining at the choosen frame the following
\end{itemize}
\vspace{5pt}
{\tt \{\textbackslash 1bg\\
\textbackslash begin\{frame\}[<options>]\{Frame Title\}\{Frame Subtitle\}\\
\ldots\\
\textbackslash end\{frame\}\}}
\end{block}
\end{frame}
{\1
\begin{frame}[plain,noframenumbering]
\finalpage{Thank you for using Feather Beamer Theme!}
\end{frame}}
\end{document}