Hyperlink color clashes with Catppuccin palette throughout UI #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Hyperlinks across multiple preferences pages and dialogs render in default blue, which clashes with the Catppuccin Mocha dark palette. This is a global stylesheet issue affecting any
QLabelorQTextBrowserwith<a>tags.Affected Locations
Proposed Fix
Set the application-wide link color via
QPalette::LinkandQPalette::LinkVisitedin the theme initialization code:#b4befe#74c7ecOr add to the Catppuccin stylesheet:
Component: Stylesheet (
resources/preferences/)