Skip to content

[BUG] Theme Color not correct #2140

Discussion options

You must be logged in to vote

I just figured what happened. Fedora 41 in Qubes OS (or maybe in general) switched from RGB to BGR color processing. When switching the values of R and B in the theme config I can make the theme look like before. This is considered more as a workaround rather than a fix.

This is the working config for reference:

* {
    selected-normal-foreground:  rgba ( 249, 249, 249, 100 % );  // Bleibt gleich (Weiß)
    foreground:                  rgba ( 212, 203, 196, 100 % );  // 196↔212
    normal-foreground:           @foreground;
    alternate-normal-background: rgba ( 82, 69, 64, 50 % );      // 64↔82
    red:                         rgba ( 47, 50, 220, 100 % );    // 220↔47
    selected-urgent…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@DaveDavenport
Comment options

@patrickhener
Comment options

@DaveDavenport
Comment options

@patrickhener
Comment options

@DaveDavenport
Comment options

Answer selected by patrickhener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants