More Premium Hugo Themes Premium React Themes

Thematic

Thematic is a library and web application to aid designers in creating color palettes that unify application colors based on a desired look and feel (e.g., corporate branding) while also providing perceptually balanced color palettes and ramps for data visualization within the application. The pr...

Thematic

Thematic is a library and web application to aid designers in creating color palettes that unify application colors based on a desired look and feel (e.g., corporate branding) while also providing perceptually balanced color palettes and ramps for data visualization within the application. The pr...

Author Avatar Theme by microsoft
Github Stars Github Stars: 56
Last Commit Last Commit: Mar 29, 2024 -
First Commit Created: Jan 15, 2024 -
default image

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

  1. 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
  1. Use the relevant packages for your use case(s) in your application.
  2. 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.