nextcloud-libraries / nextcloud-libraries/nextcloud-vue

[NcCounterBubble] RFC: change color theming of default counter

Open
#6,103 6 comments 0 reactions 1 assignee View on GitHub

@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)
image image👍🏽
image image 👍🏽
image👍🏽 image
image👍🏽 image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.