gluestack-ui v3 ships with default tokens, including colored tokens that provide access to theme values and flexibility to build and customize your own themed UI components. Theming in
We recommend adding a palette that ranges from 50 to 900. Tools like JSON Color Palette Generator, Smart Swatch or Palx are available to generate these palettes.Below are the default color palette tokens provided in the gluestack-ui default config.
.To add or update Font Family. Please refer Tailwind CSS documentation. We have also added a new family, 'roboto', in our
tailwind.config.js
.To add or update font sizes, please refer to the Tailwind CSS documentation. We have added a new size, '2xs', in
tailwind.config.js
with a value of '10px'.Text of fontSize (2xs) To add or update font weights, please refer to the Tailwind CSS documentation. We have added a new weight, 'extrablack', in