From 3b9bdd10b836bff4b42351fefceaff5c21b0519c Mon Sep 17 00:00:00 2001 From: WEN Hao Date: Thu, 29 Sep 2022 09:30:19 +0800 Subject: [PATCH] ajust icon colors by inspection on the webpages --- moderncviconsacademic.sty | 2 +- moderncviconsawesome.sty | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/moderncviconsacademic.sty b/moderncviconsacademic.sty index 48350ac..1fffeb3 100644 --- a/moderncviconsacademic.sty +++ b/moderncviconsacademic.sty @@ -22,7 +22,7 @@ %------------------------------------------------------------------------------- % colors %------------------------------------------------------------------------------- -\definecolor{orcid}{RGB}{166,206,57} +\definecolor{orcid}{HTML}{a6ce39} %------------------------------------------------------------------------------- % all symbols described in moderncv.cls diff --git a/moderncviconsawesome.sty b/moderncviconsawesome.sty index e649065..828cb93 100644 --- a/moderncviconsawesome.sty +++ b/moderncviconsawesome.sty @@ -21,8 +21,9 @@ %------------------------------------------------------------------------------- % colors %------------------------------------------------------------------------------- -\definecolor{linkedin}{RGB}{0,119,181} -\definecolor{orcid}{RGB}{166,206,57} +\definecolor{linkedin}{HTML}{0a66c2} +\definecolor{orcid}{HTML}{a6ce39} +\definecolor{twitter}{RGB}{29, 155, 240} %------------------------------------------------------------------------------- % all symbols described in moderncv.cls @@ -41,7 +42,7 @@ \renewcommand*{\homepagesymbol} {{\small\faGlobeAmericas}~} % alternative: \faHome, \faGlobe, \faGlobeEurope, \faGlobeAfrica, \faGlobeAsia \renewcommand*{\linkedinsocialsymbol} {{\color{linkedin}\small\faLinkedinIn}~} % alternative: \faLinkedin \renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare -\renewcommand*{\twittersocialsymbol} {{\small\faTwitter}~} % alternative: \faTwitterSquare +\renewcommand*{\twittersocialsymbol} {{\color{twitter}\small\faTwitter}~} % alternative: \faTwitterSquare \renewcommand*{\mastodonsocialsymbol} {{\small\faMastodon}~} \renewcommand*{\githubsocialsymbol} {{\small\faGithub}~} % alternative: \faGithubSquare, \faGithub* \renewcommand*{\gitlabsocialsymbol} {{\small\faGitlab}~}