Bug 313904

Summary: Text color of non-focused tab with activity is not distinguishible
Product: [Applications] konsole Reporter: Cristian Tibirna <tibirna>
Component: monitoringAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: minor CC: kenyon
Priority: NOR    
Version: 2.9.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cristian Tibirna 2013-01-25 21:32:03 UTC
With default "Oxygen" colors, the color of text on the tab of a currently-not-focused konsole session is barely distinguishable. This color is computed (mixed with the normal (black) color) in TabbedViewContainer::setTabActivity() (ViewContainer.cpp#666).

It is indeed possible to configure this color (somehow, if the user knows what to search for) in the global KDE Color Schemes configuration, but it is very difficult to find out where and how to change it.

The minimum would be to provide a better default color (by not mixing with normalColor or by using e.g. NegativeText).

The best would be to change the color of the whole tab upon activity, or provide an attention-catching animation or icon in the tab.

Reproducible: Always

Steps to Reproduce:
1. Open Konsole with at least two session tabs in a KDE session with default Oxygen color scheme
2. type "sleep 3" in one session and change the focus to the other tab within 3 seconds

Actual Results:  
3. the color of the tab title text in the "sleep" tab changes to a very dark magenta, difficult to distinguish from the normal black color

Expected Results:  
fireworks ;-)
Comment 1 Kenyon Ralph 2015-07-22 05:58:54 UTC
When I upgraded from Debian wheezy to Debian jessie, konsole version went from 4.8.4 to 4.14.2. In 4.8.4, the purple color was much more distinguishable.
Comment 2 Cristian Tibirna 2020-05-03 19:59:12 UTC
Not applicable anymore.