Feature Request/Idea: Custom color for file tags
@rtreacy is already working on this.
Since Jul 30, 2026.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
Overview of the Feature Request
At the moment all File Tags have the same color (with exception of tabular ingest tags). We use api/admin/settings/:FileCategories to have own tags, our tags are organized in two categories: content (Documentation, Data, Code, Questionnaire etc.) and type of file (STATA, SPSS, EXCEL, CSV etc.). For an easier understanding of the two different categories, custom assignment of a color to each tag would be a good solution.
Maybe it is possible to use :FileCategories and add the hexcode of the color:
curl -X PUT -d '{Documentation,#128A79},{Data,#128A79},{STATA,#DC143C},{SPSS,#DC143C}' http://localhost:8080/api/admin/settings/:FileCategories
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.