Bug 307245

Summary: Please make "black on random light" colors configurable
Product: [Applications] konsole Reporter: Marc Haber <mh+kde-bugs>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: wishlist CC: bugs.kde.org, cpigat242
Priority: NOR    
Version: 2.8.4   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marc Haber 2012-09-23 07:17:37 UTC
Hi,

this is surely a dupe, but the search function didn't turn up any, so I probaby searched incorrectly.

Some of the background colors chosen by the "black on random light" color scheme come around really ugly on my display, and I would like to disable them.

Please make the list of colors to choose from for the "black on random light" color scheme configurable. This does not need to be fancy, a text area listing the RGB values (#aabbcc) of the colors or even a list editable in .kde/share/apps/konsole would be fine with me.

Greetings
Marc


Reproducible: Always
Comment 1 Jekyll Wu 2012-09-25 06:50:24 UTC
Well, the background in "BlackOnRandomLight.colorscheme" is currently really random. It is controlled like this:

    [Background]
    Color=247,247,214
    MaxRandomHue=340
    MaxRandomValue=[0~255]
    MaxRandomSaturation=[0~255]

Refer to Qt Doc[1] for a simple explanation of Hue, Value and Saturation.

So it is configurable in some sense, but it is not friendly or suitable for the need of a list of predefined candidates.

[1] http://qt-project.org/doc/qt-4.8/QColor.html#the-hsv-color-model
Comment 2 Bugs Kde Org 2013-11-05 21:03:07 UTC
The file to change is:

.kde/share/apps/konsole/BlackOnRandomLight.colorscheme
Comment 3 Marc Haber 2015-10-07 18:11:21 UTC
If the color chosen is really random, then a function to create a new random background color would be nice.