From f0235ca566790e02f2a031f1e600e503fa958061 Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Fri, 16 Dec 2022 18:16:50 +0100 Subject: [PATCH] Added comment and keyword style for listings --- beamerthemeawesome.sty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beamerthemeawesome.sty b/beamerthemeawesome.sty index 6b61b2e..63b498f 100644 --- a/beamerthemeawesome.sty +++ b/beamerthemeawesome.sty @@ -49,6 +49,8 @@ moredelim=**[is][\only<+>{\color{black}}]{@}{@}, } \lstset{ + commentstyle=\color{gray}\itshape, + keywordstyle=\bfseries, escapeinside={}, }