mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
make grey usable for contemporary, new color definition
This commit is contained in:
parent
14deb59ddb
commit
5b5c02486b
4 changed files with 21 additions and 11 deletions
|
|
@ -17,14 +17,15 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\definecolor{color0}{rgb}{0,0,0}% black
|
||||
\definecolor{color1}{HTML}{0081a7}% cerulean
|
||||
\definecolor{color2}{HTML}{4d908e}% dark cyan
|
||||
\definecolor{headTL}{HTML}{00afb9}% verdigris
|
||||
\colorlet{headBR}{color1}
|
||||
\definecolor{headtext}{HTML}{ffffff}% white
|
||||
\colorlet{headhr}{color2}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}
|
||||
\colorlet{color1}{cerulean}
|
||||
\colorlet{color2}{darkcyan}
|
||||
\colorlet{headTL}{verdigris}
|
||||
\colorlet{headBR}{color1}
|
||||
\colorlet{headtext}{white}
|
||||
\colorlet{headhr}{color2}
|
||||
|
||||
\endinput
|
||||
|
||||
|
|
|
|||
|
|
@ -18,10 +18,13 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{darkgrey}% dark grey
|
||||
\colorlet{color2}{darkgrey}% dark grey
|
||||
|
||||
\colorlet{color0}{black}
|
||||
\colorlet{color1}{darkgrey}
|
||||
\colorlet{color2}{darkgrey}
|
||||
\colorlet{headTL}{lightgrey}
|
||||
\colorlet{headBR}{color1}
|
||||
\colorlet{headtext}{white}
|
||||
\colorlet{headhr}{color2}
|
||||
|
||||
\endinput
|
||||
|
||||
|
|
|
|||
|
|
@ -17,13 +17,19 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
|
||||
\definecolor{black}{RGB}{0, 0, 0}
|
||||
\definecolor{white}{HTML}{ffffff}
|
||||
\definecolor{red}{rgb}{0.95, 0.20, 0.20}
|
||||
\definecolor{darkgrey}{rgb}{0.45, 0.45, 0.45}
|
||||
\definecolor{lightgrey}{HTML}{d3d3d3}
|
||||
\definecolor{orange}{rgb}{0.95, 0.55, 0.15}
|
||||
\definecolor{burgundy}{rgb}{0.596078, 0, 0}% 139/255 (0.545098) or 152/255 (0.596078)
|
||||
\definecolor{purple}{rgb}{0.50, 0.33, 0.80}
|
||||
\definecolor{lightblue}{rgb}{0.22, 0.45, 0.70}
|
||||
\definecolor{green}{rgb}{0.35, 0.70, 0.30}
|
||||
\definecolor{cerulean}{HTML}{0081a7}
|
||||
\definecolor{darkcyan}{HTML}{4d908e}
|
||||
\definecolor{verdigris}{HTML}{00afb9}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% default colors
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
%\fi
|
||||
|
||||
% symbols
|
||||
\providecolor{default-socialicon-color}{named}{headtext}
|
||||
\definecolor{default-socialicon-color}{named}{headtext}
|
||||
\moderncvicons{symbols}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue