Skip to content

VIDA-Lab/Chameleon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chameleon: Automated Color Palette Adaptation for Dark Mode Data Visualizations

This repository contains the implementation of the Chameleon algorithm, which automates the adaptation of color palettes for dark mode data visualizations.

Algorithm Weights

The energy function uses the following weights to balance the adaptation goals:

Component Weight (ω) Value
Luminance Contrast ω₀ 1.0
Color Consistency ω₁ 0.5
Adjacent Color ω₂ 1.0

For more details, please refer to the original paper.

Paper

Chameleon: Automated Color Palette Adaptation for Dark Mode Data Visualizations
arXiv: https://arxiv.org/abs/2512.00516
DOI: https://doi.org/10.1145/3786995.3787017

About

Chameleon Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published