piersdeseilligny / betterfountain

A screenwriting app integrated into visual studio code
https://marketplace.visualstudio.com/items?itemName=piersdeseilligny.betterfountain
MIT License
359 stars 54 forks source link

Fix pdfmaker support for colors specified in print config #204

Closed tryone144 closed 1 year ago

tryone144 commented 1 year ago

Use the actual calculated fill color when generating a textbox instead of hardcoding 'black'.

The changes in regards to the pdf titlepage did break the custom colors specified in the print configuration when generating a pdf. Notably, the synopsis was always rendered in black instead of the ~50% grey. But this also affects the header and footer that are rendered with explicit color values.