forked from mirrors/org-cv
improve some coloring altacv
This commit is contained in:
parent
a1ca17842e
commit
1f384bc99c
1 changed files with 5 additions and 1 deletions
|
@ -71,13 +71,17 @@
|
||||||
(defun colorconf ()
|
(defun colorconf ()
|
||||||
"puts color"
|
"puts color"
|
||||||
"% Change the colours if you want to
|
"% Change the colours if you want to
|
||||||
\\definecolor{VividPurple}{HTML}{3E0097}
|
\\definecolor{VividPurple}{HTML}{009900}
|
||||||
\\definecolor{SlateGrey}{HTML}{2E2E2E}
|
\\definecolor{SlateGrey}{HTML}{2E2E2E}
|
||||||
\\definecolor{LightGrey}{HTML}{333333}
|
\\definecolor{LightGrey}{HTML}{333333}
|
||||||
\\colorlet{heading}{VividPurple}
|
\\colorlet{heading}{VividPurple}
|
||||||
\\colorlet{accent}{VividPurple}
|
\\colorlet{accent}{VividPurple}
|
||||||
\\colorlet{emphasis}{SlateGrey}
|
\\colorlet{emphasis}{SlateGrey}
|
||||||
\\colorlet{body}{LightGrey}
|
\\colorlet{body}{LightGrey}
|
||||||
|
\\hypersetup{
|
||||||
|
colorlinks=true,
|
||||||
|
urlcolor=olive!50!black!30!green,
|
||||||
|
}
|
||||||
"
|
"
|
||||||
)
|
)
|
||||||
;;;; Template
|
;;;; Template
|
||||||
|
|
Loading…
Reference in a new issue