Files
trezor-suite/packages/theme/README.md
2025-05-05 13:51:36 +02:00

815 B

@trezor/theme

This package contains theme for new Suite v2, currently used only in React Native app.

You can find Figma files for this theme here:

Fonts for React Native app

If you want to update fonts, place new fonts to ./fonts folder in this package and then follow the guide in suite-native README.

Colors

To regenerate color schemas follow these steps:

Colors can be found in file ./src/colors.ts

usage: tsx <Text color="newlyDefinedColorVariant" />

Older themes

For older themes (v1, v1.5) you can check @trezor/components package.