Overview
Thematic is a repository that contains packages for creating visually pleasing and balanced application and data visualization themes. These themes can be applied across multiple environments using adapter libraries and tools. The repository includes a webapp package that serves as a guide for everything Thematic. It allows users to configure theme parameters, view example apps, and download theme files compatible with various platforms.
Features
- Theme Generation: Generate themes with perceptually-balanced and tastefully complementary colors.
- Theme Management: Load themes from a JSON specification and apply them in a consistent way.
- Application Integration: Apply themes to visualizations created with d3, Vega charts, Fluent UI library, and React-based apps.
Installation
- Install Thematic and its packages using yarn:
yarn add @thematic/color
yarn add @thematic/core
yarn add @thematic/d3
yarn add @thematic/fluent
yarn add @thematic/react
yarn add @thematic/vega
yarn add @thematic/webapp
- Use the relevant packages for your use case(s) in your application.
- For web app configuration, run the web app using
yarn start
from the root folder.
Summary
Thematic is a collection of packages that allows users to generate and apply visually pleasing themes to their applications and data visualizations. It provides flexibility with its compatibility across multiple environments and offers a web app for easy configuration and management of themes. With a variety of packages available, Thematic can be integrated into various frameworks and libraries, making it a versatile choice for creating aesthetically appealing designs.