add colors to some of the icons

This commit is contained in:
WEN Hao 2022-09-28 21:22:04 +08:00 committed by Mark E Fuller
commit 13078caa5a
2 changed files with 13 additions and 3 deletions

View file

@ -19,6 +19,10 @@
% Package for academic icons
\RequirePackage{academicons}
%-------------------------------------------------------------------------------
% colors
%-------------------------------------------------------------------------------
\definecolor{orcid}{RGB}{166,206,57}
%-------------------------------------------------------------------------------
% all symbols described in moderncv.cls
@ -39,7 +43,7 @@
%\newcommand*{\stackoverflowsocialsymbol}{}
%\newcommand*{\bitbucketsocialsymbol} {}
%\newcommand*{\skypesocialsymbol} {}
\renewcommand*{\orcidsocialsymbol} {{\small\aiOrcid}~}
\renewcommand*{\orcidsocialsymbol} {{\color{orcid}\small\aiOrcid}~}
\renewcommand*{\researchgatesocialsymbol} {{\small\aiResearchGateSquare}~} % alternative: \aiResearchGate
\renewcommand*{\researcheridsocialsymbol} {{\small\aiResearcherIDSquare}~} % alternative: \aiResearcherID
\renewcommand*{\googlescholarsocialsymbol}{{\small\aiGoogleScholar}~}