https://bugs.kde.org/show_bug.cgi?id=427144
Bug ID: 427144
Summary: "Randomly adjust colors" also impacts the default
foreground color
Product: konsole
Version: 20.08.0
Platform: Debian testing
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Initially, I was about to complain because the option "Randomly adjust colors"
also impacted the default foreground color.
I was about to point the commit dc29be39 "Keep perceived contrast in random
background color" that has changed this behavior. I discovered that it possible
to tune the behavior of "Randomly adjust colors" in the colorscheme file:
[Foreground]
Color=178,178,178
RandomHueRange=0
RandomSaturationRange=0
[ForegroundFaint]
Color=101,101,101
RandomHueRange=0
RandomSaturationRange=0
[ForegroundIntense]
Color=255,255,255
RandomHueRange=0
RandomSaturationRange=0
So, I have solved my small problem. However, I think that this information
should appear somewhere in documentation (at least somewhere Google is able to
find it).
--
You are receiving this mail because:
You are watching all bug changes.