Skip to content

feat(listenbrainz): rewrite#2168

Draft
weightedangelcube wants to merge 6 commits intocatppuccin:mainfrom
weightedangelcube:refactor/listenbrainz-rewrite
Draft

feat(listenbrainz): rewrite#2168
weightedangelcube wants to merge 6 commits intocatppuccin:mainfrom
weightedangelcube:refactor/listenbrainz-rewrite

Conversation

@weightedangelcube
Copy link
Copy Markdown

🔧 What does this fix? 🔧

Rewrites the whole style to improve readability and fix some unthemed elements.

🗒 Checklist 🗒

@github-actions github-actions bot added the listenbrainz ListenBrainz label Mar 12, 2026
Comment thread styles/listenbrainz/catppuccin.user.less Outdated
Comment thread styles/listenbrainz/catppuccin.user.less Outdated
Comment thread styles/listenbrainz/catppuccin.user.less Outdated
Comment thread styles/listenbrainz/catppuccin.user.less Outdated
Comment thread styles/listenbrainz/catppuccin.user.less Outdated
Comment on lines +298 to 341
// bar graphs and various other graphs
rect[fill="#353070"] {
fill: @lavender;
}

.progress {
background-color: @surface1;
> .progress-bar {
background-color: @accent;
}
}
rect[fill="#eb743b"] {
fill: @peach;
}

.no-album-art {
background-color: transparent;
}
rect[fill="#f47560"],
circle[fill="#f47560"],
path[fill="rgba(244, 117, 96, 1)"] {
fill: @red;
}

.controls > .btn-link,
.actions > a {
color: @accent;
}
rect[fill="#e8c1a0"],
circle[fill="#e8c1a0"],
path[fill="rgba(232, 193, 160, 1)"] {
fill: @mauve;
}

.actions {
.heart-actions();
rect[fill="#f1e15b"],
circle[fill="#f1e15b"],
path[fill="rgba(241, 225, 91, 1)"] {
fill: @yellow;
}

.fa-ellipsis-vertical {
stroke: @accent;
}
}
rect[fill="#61cdbb"],
circle[fill="#61cdbb"],
path[fill="rgba(97, 205, 187, 1)"] {
fill: @green;
}

.dropup-content {
.dropdown-menu();
}
rect[fill="#97e3d5"],
circle[fill="#97e3d5"],
path[fill="rgba(151, 227, 213, 1)"] {
fill: @blue;
}

rect[fill="#e8a838"],
circle[fill="#e8a838"],
path[fill="rgba(232, 168, 56, 1)"] {
fill: @peach;
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we wrap these in a parent class/selector for said graphs?

@uncenter uncenter changed the title refactor(listenbrainz): rewrite feat(listenbrainz): rewrite Mar 13, 2026
@WalkQuackBack WalkQuackBack added 3.difficulty: significant/rewrite Changes required are significant and a rewrite might be needed 0.kind: enhancement Improves or expands upon current functionality labels Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: enhancement Improves or expands upon current functionality 3.difficulty: significant/rewrite Changes required are significant and a rewrite might be needed listenbrainz ListenBrainz

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants