Skip to content

Instantly share code, notes, and snippets.

@mgaebler
Last active August 3, 2022 08:26
Show Gist options
  • Save mgaebler/efee7fcaf15d9607cf6996673b2da765 to your computer and use it in GitHub Desktop.
Save mgaebler/efee7fcaf15d9607cf6996673b2da765 to your computer and use it in GitHub Desktop.
Theming

Theme definition

The theme specifies the color of the components, darkness of the surfaces, level of shadow, appropriate opacity of ink elements, etc.

Themes let you apply a consistent tone to your app. It allows you to customize all design aspects of your project in order to meet the specific needs of your business or brand.

To promote greater consistency between apps, light and dark theme types are available to choose from. By default, components use the light theme type.

Learnings

  • Design systems bring in consistency, scalability, and efficiency.
  • Keep your design simple
  • Mach die Ausnahme nicht zur Regel
  • Komplexe Designs
    • erschweren die Kommunikation
    • resultieren in langen Umsetzungsphasen und Frust in der Entwicklung
    • erhöhen die Einarbeitungszeit neuer Desigener
    • erhöhen die Einarbeitungszeit neuer Entwickler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment