summaryrefslogtreecommitdiff
path: root/beamercolorthemeIST.sty
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2017-01-18 15:37:58 +0100
committerrautenberg <rautenberg@in-silico.ch>2017-01-18 15:37:58 +0100
commit12a14eb0159d8ef9eed5269bf0412c878f07ae54 (patch)
tree60c04f06847cbfb7ee29b3c8796d2ce6fc4db62f /beamercolorthemeIST.sty
parentd901c92e3b5e2a60155784c8309e92ff71859617 (diff)
add contents to the NMSA lazar Rest poster
Diffstat (limited to 'beamercolorthemeIST.sty')
-rw-r--r--beamercolorthemeIST.sty9
1 files changed, 8 insertions, 1 deletions
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}