Bug 377161 - selected/active tab should stand out more
Summary: selected/active tab should stand out more
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: 16.12.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-03 13:32 UTC by Joachim Schiele
Modified: 2021-07-10 14:09 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
kde style as it is in 5.x (246.61 KB, image/png)
2017-03-03 13:32 UTC, Joachim Schiele
Details

Note You need to log in before you can comment on or make changes to this bug.
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