Summary: | Please make "black on random light" colors configurable | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Marc Haber <mh+kde-bugs> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Marc Haber
2012-09-23 07:17:37 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 The file to change is: .kde/share/apps/konsole/BlackOnRandomLight.colorscheme If the color chosen is really random, then a function to create a new random background color would be nice. |