Skip to content

Commit

Permalink
purple
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Jan 30, 2022
1 parent 35c4b9e commit c2288e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_STORE
.DS_Store

*.log
*.aux
*.out
Expand Down
3 changes: 2 additions & 1 deletion awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
\definecolor{awesome-nephritis}{HTML}{27AE60}
\definecolor{awesome-concrete}{HTML}{95A5A6}
\definecolor{awesome-darknight}{HTML}{131A28}
\colorlet{awesome}{awesome-red}
\definecolor{awesome-purple}{HTML}{C474FF}
\colorlet{awesome}{awesome-purple}

% Boolean value to switch section color highlighting
\newbool{acvSectionColorHighlight}
Expand Down
4 changes: 1 addition & 3 deletions resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
\fontdir[fonts/]

% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-red}
\colorlet{awesome}{awesome-purple}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{CA63A8}

Expand Down

0 comments on commit c2288e6

Please sign in to comment.