nextcloud-libraries / nextcloud-libraries/nextcloud-vue
[NcCounterBubble] RFC: change color theming of default counter
Open
@Antreesy is already working on this.
Since Jul 17, 2025.
1. to develop
design
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
Currently, default color scheme for the component makes it visually blend with elements nearby (compared to highlighted and outlined.
In personal discussion, idea comes up to apply a contrast grey fill-color for a default state, to make the component more visible/readable, but distinct from other variants t the same time
P.S. not sure about the color on-active, feels fine to keep the current scheme?
| Current | Proposal |
|---|---|
background-color: var(--color-primary-element-light) |
background-color: var(--color-border-maxcontrast) |
color: var(--color-primary-element-light) |
color: var(--color-primary-element-text) |
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.