jthomasmock / gtExtras

A Collection of Helper Functions for the gt Package.
https://jthomasmock.github.io/gtExtras/
Other
195 stars 27 forks source link

added text color arg for highlight rows and columns #67

Closed andreweatherman closed 2 years ago

andreweatherman commented 2 years ago

Resolves #66

Added an argument for changing the text color for gt_highlight_rows and gt_highlight_cols. Helps when needing to use a darker color for the fill // if wanting to use a non-black text font.

jthomasmock commented 2 years ago

Ah neat, thanks for the PR and feature request!

Going to merge this, then will need to adjust the docs themselves.