StarWarsTitleCard - CollinHeist/TitleCardMaker GitHub Wiki

Background

This style of title card is based off Reddit user /u/Olivier_286's style. Although it is referred to as the "star wars" card style, there is nothing preventing you from using it for any series.

This card is used whenever card_type is specified as star wars.

Example

Spoiler

Blurred

Valid extras

Below is a table of all valid series extras parsed by this card. These are described in greater detail below.

Label Default Value Description
episode_text_color #AB8630 Custom color to use for the episode text

Customization

Episode Text Color

The color of the episode text above the title text. By default, this is the "Star Wars" gold to match the title text, but can be changed by specifying this.

Example

The following example changes the episode text color to crimson.

series:
  The Mandalorian (2018):
    card_type: star wars
    extras:
      episode_text_color: crimson
⚠️ **GitHub.com Fallback** ⚠️