答案1
该主题看起来像是moloch
经过一些颜色调整的主题:
\documentclass{beamer}
\usetheme{moloch}% modern fork of the metropolis theme
\definecolor{myblue}{RGB}{76,138,225}
\setbeamercolor{palette primary}{bg=myblue}
\setbeamercolor{structure}{fg=myblue}
\setbeamercolor{block title}{fg=red,bg=lightgray!50}
\setbeamercolor{block body}{bg=lightgray!25}
\setbeamercolor{progress bar in section page}{fg=myblue}
\setbeamercolor{titlelike}{fg=orange}
\setbeamertemplate{itemize items}[triangle]
\begin{document}
\begin{frame}
\frametitle{title}
abc
\begin{definition}[test]
content...
\end{definition}
\begin{itemize}
\item test
\end{itemize}
\end{frame}
\section{title}
\end{document}