From 479a797a8884965ac283d4cdbf9fa6e809df096e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 8 Sep 2018 21:44:04 +0200 Subject: [PATCH] [Org] Trying some color in LaTeX export Not there yet, but close --- site-lisp/db-org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 98f32ce..a566677 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -892,10 +892,9 @@ This is done only if the value of this variable is not null." " \\lstset{ basewidth=0.5em, - keywordstyle=\\bfseries, + keywordstyle=\\textcolor{blue!80!white}, basicstyle=\\ttfamily, commentstyle={\\itshape}, - columns=flexible, frame=tb, showspaces=false, showtabs=false,