Bug 325613

Summary: tabs colors are inverted
Product: [Applications] krusader Reporter: tdthp
Component: generalAssignee: 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:

Description tdthp 2013-10-04 07:22:52 UTC
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
Comment 1 Alex Bikadorov 2017-03-01 20:16:56 UTC
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.