Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/90c7f099ee1536525c0adc95ad20fceb to your computer and use it in GitHub Desktop.
Save realtomaszkula/90c7f099ee1536525c0adc95ad20fceb to your computer and use it in GitHub Desktop.
export interface Theme {
primary: string;
accent: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment