Skip to content

Menubar Text Color is wrong #214

@astreaprtcl

Description

@astreaprtcl

Describe the bug
In some applications the menu bar doesn't use the correct text color and makes it impossible to read.

Screenshots
Example from Prism Launcher:
Image

Distribution:

  • Name: Void Linux Glibc

Color scheme in use (please complete the following information):

  • Name: Catppuccin Macchiato Mauve

Using Wayland (please complete the following information):

  • Y

Using fractional scaling (please complete the following information):

  • N

Darkly Information (please complete the following information):

  • Version: 0.5.21

Plasma Information (please complete the following information):

  • Version: -

QT Information (please complete the following information):

  • Version: 6.8.2

Additional context
Using the following QT Stylesheet the issue is fixed:

QMenuBar, QStatusBar {
  color: palette(text);
}

Example after applying the stylesheet
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions