Thematic

screenshot of Thematic
react

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...

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.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.