posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

How to change number of letters colored #192

Open saratonin95 opened 6 years ago

saratonin95 commented 6 years ago

Hi!

Is there a way to make it so that all letters of the headings are colored, instead of the first 3?

nebgnahz commented 6 years ago

Duplicate of https://github.com/posquit0/Awesome-CV/issues/25.

I changed the following lines https://github.com/posquit0/Awesome-CV/blob/master/awesome-cv.cls#L155:

% Awesome section color
\def\@sectioncolor{%
  \ifbool{acvSectionColorHighlight}{\color{awesome}}{}%
}

If you want to make more number of letters, you can change the original #1#2#3 to #1#2#3#4 for example.

reesemcardle commented 4 years ago

I have the same question, can you explain a little more since the update