I want to omit the title bar of a block:So to go from
I know there is the \usepackage{framed, color}
but I do not know how to get the exact same color that is provided in the theme that I`m using
\documentclass{beamer}\usepackage{multicol}\usepackage{framed, color}\definecolor{shadecolor}{rgb}{1,0.8,0.3}%Zitate und todos\usepackage{url}\usepackage{todonotes}\usetheme[progressbar=frametitle]{metropolis} %wie weit man ist\setbeamertemplate{frame numbering}[fraction]\useoutertheme{metropolis}\useinnertheme{metropolis}\usecolortheme{spruce}\setbeamercolor{background canvas}{bg=white}%ShortTitle wird nicht angezeigt\title[]{title}%\subtitle{Subtitle Here}\author{author}\institute{}\date{}\begin{document} \metroset{block=fill}\begin{frame} \frametitle{Wdhlg: Das Pumping-Lemma} \begin{block}{} Sei L regulär. Dann gibt es eine Zahl $n \geq 1$, sodass jedes Wort $w \in L$ mit $|w| \geq n$ zerlegbar ist in Wörter $x,y,z$ mit $w=xyz$, die die folgenden Eigenschaften haben:\\ $y \neq \epsilon$ $\hspace{1.5cm}$ $|xy| \leq n$ $\hspace{1.5cm}$ $xy^kz \in L$ für alle $k \in \N$. \end{block}\end{frame}\end{document}