Skip to content

Commit

Permalink
Tone down the semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 15, 2020
1 parent 7603543 commit 3c97bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
\definecolor{keywordcolor1} {rgb}{0.00, 0.20, 0.47}
\definecolor{keywordcolor3} {rgb}{0.33, 0.24, 0.03} % Red color used in the past: {0.90, 0.00, 0.00}
\definecolor{commentcolor} {rgb}{0.42, 0.60, 0.24}
\definecolor{semicoloncolor}{rgb}{0.60, 0.60, 0.60}

% When producing PDF, the ttfamily looks better in size \small, but with LaTeXML this becomes too small,
% and the size is applied deep down on the HTML elements, making it hard to adjust using CSS.
Expand Down Expand Up @@ -226,6 +227,7 @@
terminal,noEvent,smooth,sample,pre,edge,change,reinit,%
previous,hold,subSample,superSample,shiftSample,backSample,noClock,firstTick,interval,%
Real,Integer,Boolean,String},%
literate=*{;}{{{\color{semicoloncolor};}}}{1}, % Grayed out semicolon.
comment=[l]{//}, % comment lines
morecomment=[s]{/*}{*/}, % comment blocs
morestring=[b]{'},
Expand Down

0 comments on commit 3c97bca

Please sign in to comment.