Skip to content

Conversation

rafalBujok
Copy link

@rafalBujok rafalBujok commented Aug 30, 2023

It is an extended PR, it also contains #1270

themeColors array is 12 hex code strings in power point order
example of use:

    let newPptx = new pptxgen();
    newPptx.theme = {
      headFontFace: 'Helvetica Neue',
      bodyFontFace: 'Helvetica Neue',
      themeColors: ['000000', '000000', '000000', '000000', '000000', '000000', '000000', '000000', '000000', '000000', '000000', '000000'],
    };

fixing an issue #1243 created by @prescience-data but simplier implementation
also propobly fix for issue #604

@rafalBujok rafalBujok changed the title allow to define theme colors allow to define theme colors and modify theme Aug 30, 2023
@rafalBujok rafalBujok changed the title allow to define theme colors and modify theme allow to define theme colors and modify them Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants