<div dir="ltr"><div dir="ltr">I<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 20 Dec 2021 at 00:04, Walt Burkhard <<a href="mailto:burkhard@cs.ucsd.edu">burkhard@cs.ucsd.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div style="font-family:garamond,serif;font-size:large"><br></div><div style="font-family:garamond,serif;font-size:large">Currently I am using a less than optimal approach in which I</div><div style="font-family:garamond,serif;font-size:large">have modified a TeX-live file not in the ../tex-local/... .  .../texlive/YYYY/tex-dist/tex/latex/graphics-def/dvips.def</div><div style="font-family:garamond,serif;font-size:large">by adding the following line at the end of the file   </div><div style="font-family:garamond,serif;font-size:large">\input /usr/local/texlive/texmf-local/tex/plain/local/colordef.tex</div><br></div></blockquote><div><br></div><div>It's not really clear what your question is but I wouldn't modify dvips.def (well, I would if I was me, I wouldn't if I was you:-)  just put a `mycolors.tex` in the local directory alongside your colordef.tex that has</div><div><br></div><div>\input color</div><div>\input colordef</div><div><br></div><div><br></div><div>then your document can use</div><div><br></div><div>\input mycolors</div><div><br></div><div>instead of <br></div><div><br></div><div>\input color</div><div><br></div><div>David</div><div><br></div></div></div>