DarkRTA / chronos

a terminal-based speedrun timer using https://github.com/livesplit/livesplit-core
MIT License
23 stars 4 forks source link

Read colors from the layout. #10

Closed DarkRTA closed 1 year ago

DarkRTA commented 2 years ago

Right now we rely entirely on semantic colors, but it should be possible to actually read the colors from the layout and display them.

This will need some changes in livesplit-core to pull off.

DarkRTA commented 1 year ago

The WIP rust rewrite reads colors from the layout state instead of hardcoding them.