-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifying Colors #46
Comments
I agree with this question, I try to change the color of the \section and get error: I can't seem to find a work around, anyone know of one? |
I am also wondering about changing the color. |
Go to the very first option below fonts and then go to the define color section and change the hex code of the heading section into any color u wish to!!! |
Does following work for you (eg. in the \usepackage[usenames,dvipsnames]{xcolor}
[...]
\colorlet{primary}{MidnightBlue!50!black} instead of I've had some issues with hyperref link colors (which I defined as \usepackage[colorlinks, linkcolor=urlcolor, urlcolor=urlcolor]{hyperref}
\makeatletter
\def\HyColor@@@@UseColor#1\@nil{\addfontfeatures{Color=#1}}
\makeatother |
For the hyperref comment: It seems like #41 solved it without the |
can anyone give final code for changing color of the section ! |
Within the % Package Imports
\usepackage[hmargin=1.25cm, vmargin=0.75cm]{geometry}
\usepackage[hidelinks]{hyperref}
\hypersetup{colorlinks, breaklinks, urlcolor=SkyBlue, linkcolor=SkyBlue}
% Publications
\usepackage{cite}
\renewcommand\refname{\vskip -1.5cm}
% Color definitions
\usepackage[usenames,dvipsnames]{xcolor}
\definecolor{date}{HTML}{666666}
% \definecolor{primary}{HTML}{2b2b2b} % <-- old definition
\definecolor{headings}{HTML}{6A6A6A}
\definecolor{subheadings}{HTML}{333333}
\colorlet{primary}{green} % <-- new definition; use any other color you like [or define it as HTML above, if preferred] |
I'm way too late, but that's because everything is casted into Upper Case, so red -> RED which is not identified. Just add these two lines : |
Is there any way of modification of colors ?
Since in some areas it kind of gets faded out
The text was updated successfully, but these errors were encountered: