Bug 307245 - Please make "black on random light" colors configurable
Summary: Please make "black on random light" colors configurable
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.8.4
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-23 07:17 UTC by Marc Haber
Modified: 2016-04-09 14:35 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

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