| Summary: | tabs colors are inverted | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | tdthp |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | minor | CC: | alex.bikadorov, krusader-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 2.4.0-beta3 "Single Step" | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Cannot confirm. On KDE5 the tab bar uses the value "Window Background" for active tabs and a (auto generated) darker version of it for inactive tabs. Please tray again with Krusader 2.5.0. If there are still problems its probably related to Qt/GTK theme conversion. I cannot find anything in the code that the default tab colors are changed. |
I have a xfce theme with these gtk-2.0/gtkrc theme: bg[NORMAL] = { 0.863, 0.863, 0.863 } bg[ACTIVE] = { 0.933, 0.933, 0.933 } I noticed krusader uses bg[NORMAL] for the active tab, and bg[ACTIVE] for the inactive ones