From 1f384bc99c0a306e14fe6294232d195b07983cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 30 Mar 2018 03:03:30 +0200 Subject: [PATCH] improve some coloring altacv --- ox-altacv.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ox-altacv.el b/ox-altacv.el index a57565e..ce242f6 100644 --- a/ox-altacv.el +++ b/ox-altacv.el @@ -71,13 +71,17 @@ (defun colorconf () "puts color" "% Change the colours if you want to -\\definecolor{VividPurple}{HTML}{3E0097} +\\definecolor{VividPurple}{HTML}{009900} \\definecolor{SlateGrey}{HTML}{2E2E2E} \\definecolor{LightGrey}{HTML}{333333} \\colorlet{heading}{VividPurple} \\colorlet{accent}{VividPurple} \\colorlet{emphasis}{SlateGrey} \\colorlet{body}{LightGrey} +\\hypersetup{ + colorlinks=true, + urlcolor=olive!50!black!30!green, + } " ) ;;;; Template