moderncvcolorburgundy.sty 1.0 KB

123456789101112131415161718192021222324252627
  1. %% start of file `moderncvcolorburgundy.sty'.
  2. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7. %-------------------------------------------------------------------------------
  8. % identification
  9. %-------------------------------------------------------------------------------
  10. \NeedsTeXFormat{LaTeX2e}
  11. \ProvidesPackage{moderncvcolorburgundy}[2015/07/28 v2.0.0 modern curriculum vitae and letter color scheme: burgundy]
  12. %-------------------------------------------------------------------------------
  13. % color scheme definition
  14. %-------------------------------------------------------------------------------
  15. \definecolor{color0}{rgb}{0,0,0}% black
  16. \definecolor{color1}{rgb}{0.596078,0,0}% burgundy: 139/255 (0.545098) or 152/255 (0.596078)
  17. \definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey
  18. \endinput
  19. %% end of file `moderncvcolorburgundy.sty'.