mateuszbaransanok / BubbleCV

This is a professional CV template inspired by the legendary secret agent James Bond. BubbleCV is designed to effectively showcase your skills, work experience, education, and contact information in a sleek and impactful manner.
Creative Commons Attribution 4.0 International
36 stars 9 forks source link

Icon color not properly rendered in mac #8

Closed weixinli018 closed 7 months ago

weixinli018 commented 11 months ago

Hi, I just noticed that the color of the icon for cvsection is not properly rendered for some reason. It is supposed to be black background and white foreground by default, but both turn out dark in the pdf generated in my case (macbook pro). Does anyone have this problem?

image
mateuszbaransanok commented 11 months ago

Workaround is here https://github.com/mateuszbaransanok/BubbleCV/issues/3#issuecomment-1732389230 . I haven't yet dealt with this issue.

martinzillmer commented 11 months ago

This is not an issue with mac as such, but an issure with the Preview PDF viewer. Using Adobe Acrobate Reader or a browser does not show this issue for me at least.

If you want to use the default black/white color scheme, and easy workaround is to change line 218 in the bubblecv.sty to

decodearray={1 0 1 0 1 0}]{#1}%

from

decodearray={\customdecodearray}]{#1}%

Essentially, the colours of the pictures in the resources folder need to be inverted, and the decode array value of {1 0 1 0 1 0} takes the negative of the r, g, and b colors (though other decode arrays can be explored, using decimal values between 0 and 1).

That solved the issue for me at least, so i hope it will do the same for you.