Bug 377161

Summary: selected/active tab should stand out more
Product: [Applications] konsole Reporter: Joachim Schiele <js>
Component: tabbarAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: a.samirh78, bugseforuns, kde.podagric
Priority: NOR    
Version: 16.12.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: kde style as it is in 5.x

Description Joachim Schiele 2017-03-03 13:32:37 UTC
Created attachment 104336 [details]
kde style as it is in 5.x

upgrading to kde 5 i smiled as the tabs in 'kate' do have an underline for the active tab but 'konsole' didn't follow this standard.

i've hacked together a css:
/* https://gist.github.com/codemedic/f11cc460b8d9544f9afc */

QTabBar::tab:selected
{
    font-weight: bold;
    background-color: palette(window);
    border: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 palette(window), stop: 0.85 palette(window), stop: 1 palette(highlight));
}

it is not perfect but a good start to illustrate the problem and a solution.

request: could konsole use the same style as kate for its active tabs? would make it so much easier to see 'which' tab is active on dimmed displays or displays where sun is shining on.

thanks!
Comment 1 Kurt Hindenburg 2017-04-19 15:27:35 UTC
Yes there is some agreement that the current tab is no visible enough.  I think there are other reports w/ other suggestions.
Comment 2 Podagric 2021-07-10 14:09:47 UTC
Closing since this was resolved some time ago
https://i.imgur.com/oAU7xxw.png