From 12a14eb0159d8ef9eed5269bf0412c878f07ae54 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 18 Jan 2017 15:37:58 +0100 Subject: add contents to the NMSA lazar Rest poster --- beamercolorthemeIST.sty | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'beamercolorthemeIST.sty') diff --git a/beamercolorthemeIST.sty b/beamercolorthemeIST.sty index 4978f4d..7a039f6 100644 --- a/beamercolorthemeIST.sty +++ b/beamercolorthemeIST.sty @@ -40,13 +40,20 @@ \DeclareCaptionFont{captext}{\color[HTML]{000000}} \captionsetup{labelfont=caplabel,textfont=captext} + +\definecolor{lightgrey}{rgb}{0.96,0.96,0.96} % defining color for listing +\definecolor{darkgreen}{rgb}{0,0.6,0} % defining color for listing +\definecolor{red}{rgb}{0.6,0,0} % defining color for listing + % codeblock \lstloadlanguages{Ruby} +\lstloadlanguages{Bash} \lstset{% basicstyle=\ttfamily\color{black}, commentstyle = \ttfamily\color{darkgrey}, keywordstyle=\ttfamily\color{blue}, - stringstyle=\color{orange}} + stringstyle=\color{red}, + backgroundcolor=\color{lightgrey}} % list bullets, numbers and items \setbeamercolor{itemize item}{fg=darkblue,bg=white} -- cgit v1.2.3