legacy-python-cli icon indicating copy to clipboard operation
legacy-python-cli copied to clipboard

Ability to customize project colors on dashboard

Open alanhamlett opened this issue 6 years ago • 1 comments

Currently we fix language colors to the same as GitHub, but we should allow customizing project colors.

alanhamlett avatar Jun 01 '19 23:06 alanhamlett

Maybe we could use the .wakatime-project file. Currently this file only support one line which is the custom project name.

We could support further settings like so:

.wakatime-project

projectName
color:#ff5733

And then dashboard would use this color for this project in all charts.

JalilArfaoui avatar Oct 08 '19 07:10 JalilArfaoui