Change colors to get my own touch into it

This commit is contained in:
Anton Mosich 2022-06-09 14:53:46 +02:00
parent 356add4ff9
commit 2f67bb9c19
Signed by: Flugschwein
GPG Key ID: 9303E1C32E3A14A0
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
\theorembodyfont{\normalfont}
\theoreminframepreskip{0em}
\theoreminframepostskip{0em}
\newtcbox{theoremBox}{colback=NavyBlue!17,colframe=NavyBlue!87,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\newtcbox{theoremBox}{colback=Plum!17,colframe=Plum!87,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\def\theoremframecommand{\theoremBox}
\newshadedtheorem{theo}{Theorem}[section]
@ -55,7 +55,7 @@
\newshadedtheorem{lemma}[theo]{Lemma}
\newshadedtheorem{korollar}[theo]{Korollar}
\newshadedtheorem{folgerung}[theo]{Folgerung}
\newtcbox{definBox}{colback=Green!17,colframe=Green!87,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\newtcbox{definBox}{colback=Cerulean!17,colframe=Cerulean!94,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\def\theoremframecommand{\definBox}
\newshadedtheorem{defin}[theo]{Definition}