% This line will not be parsed as it starts with a % character.

% Each ticker message starts with a  character and then follows
% the arguments separated with | characters.

% The arguments are (in order):
%   Subject text | Headline text | URL link | Headline pause |
%   Subject background color | Subject foreground color |
%   Headline background color | Headline foreground color

% Any argument can be omitted but you have to leave a single
% space character between the | characters.

 Blue message | This is the blue message from InputBlue.txt. |                 | |0000c0|f4f4f4|f4f4f4|0000c0
 Blue message | Click here for the green message.            | $InputGreen.txt | |0000c0|f4f4f4|f4f4f4|0000c0
 Blue message | Click here for the red message.              | $InputRed.txt   | |0000c0|f4f4f4|f4f4f4|0000c0

