Even though highlights can be fully customized for the fixme package, I think it would make more sense to swap the default highlight for fxerror (currently bold, red, underline) and fxfatal (currently just red).
This would match more closely the order of importance defined in Fixme: Notes < Warning < Error < Fatal
Besides that, fxfatal are much more important as they will prevent the compilation of a non-draft document by throwing an error (the others will just be hidden in non-draft documents). Therefore it would make more sense to reflect that in the syntax with
- Error in red (or red+bold)
- Fatal in red + bold + underline
and not the opposite.
As the highlights are completely customizable, I would understand perfectly if you reject that. It is just just a small request to have more logical defaults.
Even though highlights can be fully customized for the
fixmepackage, I think it would make more sense to swap the default highlight forfxerror(currently bold, red, underline) andfxfatal(currently just red).This would match more closely the order of importance defined in Fixme:
Notes < Warning < Error < FatalBesides that,
fxfatalare much more important as they will prevent the compilation of a non-draft document by throwing an error (the others will just be hidden in non-draft documents). Therefore it would make more sense to reflect that in the syntax withand not the opposite.
As the highlights are completely customizable, I would understand perfectly if you reject that. It is just just a small request to have more logical defaults.