Bug 427144

Summary: "Randomly adjust colors" also impacts the default foreground color
Product: [Applications] konsole Reporter: Jerôme Pouiller <jerome.pouiller>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: normal CC: justin.zobel
Priority: NOR    
Version: 20.08.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

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" ?