Bug 427144 - "Randomly adjust colors" also impacts the default foreground color
Summary: "Randomly adjust colors" also impacts the default foreground color
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 20.08.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-30 10:28 UTC by Jerôme Pouiller
Modified: 2020-11-03 00:44 UTC (History)
1 user (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 Jerôme Pouiller 2020-09-30 10:28:44 UTC
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).
Comment 1 Justin Zobel 2020-11-03 00:44:12 UTC
Maybe a tooltip in the Konsole area where you select "Randomly adjust colors" ?