Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 307 Bytes

File metadata and controls

14 lines (11 loc) · 307 Bytes

Theme

Themes contain color data for styling SVGs.

Git Source

struct Theme {
    bool customTheme;
    Color textColor;
    Color bgColor;
    Color bgColorAlt;
}