File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ public class PSConsoleReadLineOptions
95
95
96
96
// Find the most suitable color using https://stackoverflow.com/a/33206814
97
97
// Default prediction color settings:
98
- // - use FG color 'dark black ' for the inline-view suggestion text
98
+ // - use FG color 'dim white italic ' for the inline-view suggestion text
99
99
// - use FG color 'yellow' for the list-view suggestion text
100
100
// - use BG color 'dark black' for the selected list-view suggestion text
101
- public const string DefaultInlinePredictionColor = "\x1b [38;5;238m " ;
101
+ public const string DefaultInlinePredictionColor = "\x1b [97;2;3m " ;
102
102
public const string DefaultListPredictionColor = "\x1b [33m" ;
103
103
public const string DefaultListPredictionSelectedColor = "\x1b [48;5;238m" ;
104
104
You can’t perform that action at this time.
0 commit comments