% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode

%----------------------------------------------------------------------------------------
% Package: beamertheme-SimplePlus
% Author: Pin-Yen Huang (pyhuang97@gmail.com)
% Version: 1.0, 2021-12-16
% Link: https://github.com/PM25/SimplePlus-BeamerTheme
% This is free and unencumbered software released into the
% public domain; see <http://unlicense.org> for details.
%----------------------------------------------------------------------------------------

% define color
\definecolor{InvisibleRed}{rgb}{0.97, 0.92, 0.92}
\definecolor{InvisibleGreen}{rgb}{0.92, 0.97, 0.92}
\definecolor{InvisibleBlue}{rgb}{0.92, 0.92, 0.97}

\definecolor{MediumRed}{rgb}{0.925, 0.345, 0.345}
\definecolor{MediumGreen}{rgb}{0.37, 0.7, 0.66}
\definecolor{MediumBlue}{rgb}{0.015, 0.315, 0.45}

\definecolor{DarkBlue}{rgb}{0.05, 0.15, 0.35} 

% set color
\usecolortheme[named=DarkBlue]{structure}

\setbeamercolor{titlelike}{parent=structure}
\setbeamercolor{block title}{bg=MediumBlue}
\setbeamercolor{block body}{bg=InvisibleBlue}
\setbeamercolor{block title example}{bg=MediumGreen}
\setbeamercolor{block body example}{bg=InvisibleGreen}
\setbeamercolor{block title alerted}{bg=MediumRed}
\setbeamercolor{block body alerted}{bg=InvisibleRed}