diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-10-21 12:27:21 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-10-21 12:27:21 +1100 |
commit | 1f99c12bb2de31071fc2ae2fba50eb0cdd5c118f (patch) | |
tree | aa1f8eb72571546611be5048c923130247daf4b6 /awesome-source-cv.cls | |
parent | 37a8ecdf54b54e515509a77cbd86bd35f6fb607d (diff) | |
parent | 345cc79abbbe1f71dcff2d6250c3f637447001b2 (diff) | |
download | cv-1f99c12bb2de31071fc2ae2fba50eb0cdd5c118f.tar.gz cv-1f99c12bb2de31071fc2ae2fba50eb0cdd5c118f.tar.bz2 cv-1f99c12bb2de31071fc2ae2fba50eb0cdd5c118f.tar.xz cv-1f99c12bb2de31071fc2ae2fba50eb0cdd5c118f.zip |
Merge branch 'master' into local-github
Diffstat (limited to 'awesome-source-cv.cls')
-rwxr-xr-x | awesome-source-cv.cls | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls index 84dfb97..e5a7e98 100755 --- a/awesome-source-cv.cls +++ b/awesome-source-cv.cls @@ -32,6 +32,9 @@ \DeclareOption{indigo}{ \def\@indigo{indigo} } +\DeclareOption{orange}{ + \def\@orange{orange} +} \DeclareOption{localFont}{ \def\@local{local} @@ -62,8 +65,10 @@ \ifundef{\@green} { \ifundef{\@red} { - \ifundef{\@indigo} - {} + \ifundef{\@indigo}{ + \ifundef{\@orange} {} + { \definecolor{basecolor}{HTML}{e68a00} } + } { \definecolor{basecolor}{rgb}{0.2, 0.07, 0.48} } } { \definecolor{basecolor}{HTML}{b30000} } %RED |