mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
add colors to some of the icons
This commit is contained in:
parent
eed6253277
commit
13078caa5a
2 changed files with 13 additions and 3 deletions
|
|
@ -19,6 +19,10 @@
|
||||||
% Package for academic icons
|
% Package for academic icons
|
||||||
\RequirePackage{academicons}
|
\RequirePackage{academicons}
|
||||||
|
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
% colors
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
\definecolor{orcid}{RGB}{166,206,57}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% all symbols described in moderncv.cls
|
% all symbols described in moderncv.cls
|
||||||
|
|
@ -39,7 +43,7 @@
|
||||||
%\newcommand*{\stackoverflowsocialsymbol}{}
|
%\newcommand*{\stackoverflowsocialsymbol}{}
|
||||||
%\newcommand*{\bitbucketsocialsymbol} {}
|
%\newcommand*{\bitbucketsocialsymbol} {}
|
||||||
%\newcommand*{\skypesocialsymbol} {}
|
%\newcommand*{\skypesocialsymbol} {}
|
||||||
\renewcommand*{\orcidsocialsymbol} {{\small\aiOrcid}~}
|
\renewcommand*{\orcidsocialsymbol} {{\color{orcid}\small\aiOrcid}~}
|
||||||
\renewcommand*{\researchgatesocialsymbol} {{\small\aiResearchGateSquare}~} % alternative: \aiResearchGate
|
\renewcommand*{\researchgatesocialsymbol} {{\small\aiResearchGateSquare}~} % alternative: \aiResearchGate
|
||||||
\renewcommand*{\researcheridsocialsymbol} {{\small\aiResearcherIDSquare}~} % alternative: \aiResearcherID
|
\renewcommand*{\researcheridsocialsymbol} {{\small\aiResearcherIDSquare}~} % alternative: \aiResearcherID
|
||||||
\renewcommand*{\googlescholarsocialsymbol}{{\small\aiGoogleScholar}~}
|
\renewcommand*{\googlescholarsocialsymbol}{{\small\aiGoogleScholar}~}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,12 @@
|
||||||
% Font Awesome font
|
% Font Awesome font
|
||||||
\RequirePackage{fontawesome5}
|
\RequirePackage{fontawesome5}
|
||||||
|
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
% colors
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
\definecolor{linkedin}{RGB}{0,119,181}
|
||||||
|
\definecolor{orcid}{RGB}{166,206,57}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% all symbols described in moderncv.cls
|
% all symbols described in moderncv.cls
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
@ -33,7 +39,7 @@
|
||||||
\renewcommand*{\faxphonesymbol} {{\small\faFax}~} % alternative: \faPrint
|
\renewcommand*{\faxphonesymbol} {{\small\faFax}~} % alternative: \faPrint
|
||||||
\renewcommand*{\emailsymbol} {{\small\faEnvelope[regular]}~} % alternative: \faInbox, \faEnvelope (solid style)
|
\renewcommand*{\emailsymbol} {{\small\faEnvelope[regular]}~} % alternative: \faInbox, \faEnvelope (solid style)
|
||||||
\renewcommand*{\homepagesymbol} {{\small\faGlobeAmericas}~} % alternative: \faHome, \faGlobe, \faGlobeEurope, \faGlobeAfrica, \faGlobeAsia
|
\renewcommand*{\homepagesymbol} {{\small\faGlobeAmericas}~} % alternative: \faHome, \faGlobe, \faGlobeEurope, \faGlobeAfrica, \faGlobeAsia
|
||||||
\renewcommand*{\linkedinsocialsymbol} {{\small\faLinkedinIn}~} % alternative: \faLinkedin
|
\renewcommand*{\linkedinsocialsymbol} {{\color{linkedin}\small\faLinkedinIn}~} % alternative: \faLinkedin
|
||||||
\renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare
|
\renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare
|
||||||
\renewcommand*{\twittersocialsymbol} {{\small\faTwitter}~} % alternative: \faTwitterSquare
|
\renewcommand*{\twittersocialsymbol} {{\small\faTwitter}~} % alternative: \faTwitterSquare
|
||||||
\renewcommand*{\mastodonsocialsymbol} {{\small\faMastodon}~}
|
\renewcommand*{\mastodonsocialsymbol} {{\small\faMastodon}~}
|
||||||
|
|
@ -42,7 +48,7 @@
|
||||||
\renewcommand*{\stackoverflowsocialsymbol}{{\small\faStackOverflow}~}
|
\renewcommand*{\stackoverflowsocialsymbol}{{\small\faStackOverflow}~}
|
||||||
\renewcommand*{\bitbucketsocialsymbol} {{\small\faBitbucket}~}
|
\renewcommand*{\bitbucketsocialsymbol} {{\small\faBitbucket}~}
|
||||||
\renewcommand*{\skypesocialsymbol} {{\small\faSkype}~}
|
\renewcommand*{\skypesocialsymbol} {{\small\faSkype}~}
|
||||||
\renewcommand*{\orcidsocialsymbol} {{\small\faOrcid}~}
|
\renewcommand*{\orcidsocialsymbol} {{\color{orcid}\small\faOrcid}~}
|
||||||
\renewcommand*{\researchgatesocialsymbol} {{\small\faResearchgate}~}
|
\renewcommand*{\researchgatesocialsymbol} {{\small\faResearchgate}~}
|
||||||
%\renewcommand*{\researcheridsocialsymbol} {}
|
%\renewcommand*{\researcheridsocialsymbol} {}
|
||||||
%\renewcommand*{\googlescholarsocialsymbol}{}
|
%\renewcommand*{\googlescholarsocialsymbol}{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue