We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dim
1 parent 4bfc4e9 commit 6c7ccc9Copy full SHA for 6c7ccc9
PSReadLine/Cmdlets.cs
@@ -95,10 +95,10 @@ public class PSConsoleReadLineOptions
95
96
// Find the most suitable color using https://stackoverflow.com/a/33206814
97
// Default prediction color settings:
98
- // - use FG color 'dark black' for the inline-view suggestion text
+ // - use FG color 'dim white italic' for the inline-view suggestion text
99
// - use FG color 'yellow' for the list-view suggestion text
100
// - use BG color 'dark black' for the selected list-view suggestion text
101
- public const string DefaultInlinePredictionColor = "\x1b[38;5;238m";
+ public const string DefaultInlinePredictionColor = "\x1b[97;2;3m";
102
public const string DefaultListPredictionColor = "\x1b[33m";
103
public const string DefaultListPredictionSelectedColor = "\x1b[48;5;238m";
104
0 commit comments