BUG - Add --pst-color-heading
fallback
#2082
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nick pointed in #2058 (comment) that the
--pst-heading-color
variable is used by folks to customise the headings colour (this was the colour variable before #2058 which brought this in line with our naming convention--pst-color-heading
).This change effectively renders the use of
--pst-heading-color
useless, so this PR adds a fallback mechanism for this variable.I also added a note about
--pst-color-heading
being our preferred variable.This is not a "big" breaking change, but it will likely affect folks who do not have their PST version pinned since I just made a release. So, it might be worth publishing this change in a follow-up.