ajust icon colors by inspection on the webpages

This commit is contained in:
WEN Hao 2022-09-29 09:30:19 +08:00
commit ba878d0bca
No known key found for this signature in database
GPG key ID: 6BE590744FEB606C
2 changed files with 5 additions and 4 deletions

View file

@ -22,7 +22,7 @@
%-------------------------------------------------------------------------------
% colors
%-------------------------------------------------------------------------------
\definecolor{orcid}{RGB}{166,206,57}
\definecolor{orcid}{HTML}{a6ce39}
%-------------------------------------------------------------------------------
% all symbols described in moderncv.cls

View file

@ -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}~}