Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Color Section Heading (Solved) #25

Closed
dcsim opened this issue Jan 31, 2016 · 9 comments
Closed

Full Color Section Heading (Solved) #25

dcsim opened this issue Jan 31, 2016 · 9 comments

Comments

@dcsim
Copy link
Contributor

dcsim commented Jan 31, 2016

UPDATE: Making this change in awesome-cv.cls to line 215, and making the second change on line 153 solved it.
\newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries% \color{**awesome-skyblue**}\@sectioncolor #1}}

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

Modified Output

@posquit0
Copy link
Owner

Hmmm... I don't know what do you ask exactly, sorry. If you want to disable section color highlighting, on your resume.tex, just set this \setbool{acvSectionColorHighlight}{false}

If it is not the answer you want, please write in more detail.

@dcsim
Copy link
Contributor Author

dcsim commented Jan 31, 2016

Rather than have only three letters be awesome colors, I'd like to have the entire section heading awesome color. Below is what I believe to be the relevant code. Originally it had #1#2#3 there, but I removed as a quick hack to keep the awesome colors for Locations.

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

@posquit0
Copy link
Owner

You can change the color on \sectionstyle in 224 line number.

@dcsim dcsim changed the title Full Color Section Heading Full Color Section Heading (Solved) Jan 31, 2016
@shahsyed-pcln
Copy link

Can you re-open this ticket? I want to know how to enable color for entire section (not just first three characters of Section Header Name)

Thanks!

@dcsim
Copy link
Contributor Author

dcsim commented Oct 28, 2016

The original post on this issue was updated with how I managed to get it done to be more than the first 3 letters of a section heading, and an image of what it looks like.

@t3chguy
Copy link

t3chguy commented Oct 31, 2016

Would love to see this being configurable, as in 0-n number of characters to be coloured, with the option to colour all characters.

@shahsyed-pcln
Copy link

shahsyed-pcln commented Nov 17, 2016

Hi @dcsim,

Your fix does not work because you use an old version of LaTeX. I figured it out though.

The line to change as of November 16th, 2016 to get this working is to modify awesome-cv.cls, Line 155 and 156 for the following:

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

This will make the section colour entirely "awesome" (the variable, and quite literally), based on your setting in resume.tex

Thanks,

Shah

wooheaven pushed a commit to wooheaven/Awesome-CV that referenced this issue Aug 23, 2019
```
modified:   99_Utility/01_remove_tmp_files.sh
modified:   examples/resume-0.png
modified:   examples/resume-1.png
modified:   examples/resume.pdf
modified:   examples/resume.tex
modified:   examples/resume/summary.tex
modified:   examples/resume/summary_korean.tex
modified:   examples/resume_korean.pdf
modified:   examples/resume_korean.tex
```
wooheaven added a commit to wooheaven/Awesome-CV that referenced this issue Aug 23, 2019
posquit0#25-korean-version-2

Closes posquit0#25

See merge request wooheaven/Awesome-CV!27
@yashladd
Copy link

How to change the heading to a custom color ?

@sadransh
Copy link

sadransh commented Jul 3, 2020

@yashladd there is a line to change in main tex file similar to this :
\definecolor{awesome}{HTML}{CA63A8}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants