update the color theme sty files using commons/colors.tex

This commit is contained in:
WEN Hao 2022-10-01 12:29:33 +08:00 committed by Mark E Fuller
commit 133c0dff92
8 changed files with 40 additions and 24 deletions

View file

@ -16,9 +16,11 @@
%-------------------------------------------------------------------------------
% color scheme definition
%-------------------------------------------------------------------------------
\definecolor{color0}{rgb}{0,0,0}% black
\definecolor{color1}{rgb}{0.35,0.70,0.30}% green
\definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey
\input{commons/colors}
\colorlet{color0}{black}% black
\colorlet{color1}{green}% green
\colorlet{color2}{darkgrey}% dark grey
\endinput