@@ -31,7 +31,7 @@ public function run(array $params)
31
31
$ codex = $ this ->patches ->getCodex ();
32
32
$ sources = $ this ->patches ->getSources ();
33
33
34
- CLI ::write ('Using the following configuration: ' );
34
+ CLI ::write ('Using the following configuration: ' , ' light_cyan ' );
35
35
CLI ::table ([
36
36
['Updater ' , $ codex ->config ->updater ],
37
37
['Merger ' , $ codex ->config ->merger ],
@@ -91,7 +91,7 @@ protected function mergeMenu(): bool
91
91
return CLI ::prompt ('Selection? ' , ['p ' , 'q ' ]) === 'p ' ;
92
92
}
93
93
94
- CLI ::write ('What would you like to do: ' );
94
+ CLI ::write ('What would you like to do: ' , ' light_cyan ' );
95
95
CLI ::write ('(P)roceed with the merge ' );
96
96
CLI ::write ('(L)ist all files ' );
97
97
CLI ::write ('Show (C)hanged files ( ' . $ counts ['changed ' ] . ') ' );
@@ -150,7 +150,7 @@ protected function conflictsMenu(): bool
150
150
return true ;
151
151
}
152
152
153
- CLI ::write ('What would you like to do: ' );
153
+ CLI ::write ('What would you like to do: ' , ' light_cyan ' );
154
154
CLI ::write ('(L)ist conflict files ' );
155
155
CLI ::write ('(G)uided resolution ' );
156
156
CLI ::write ('(O)verwrite all files ' );
@@ -282,7 +282,7 @@ protected function complete(): self
282
282
$ codex = $ this ->patches ->getCodex ();
283
283
$ codex ->save ();
284
284
285
- CLI ::write ('Workspace with codex and files: ' );
285
+ CLI ::write ('Workspace with codex and files: ' , ' light_cyan ' );
286
286
CLI ::write ($ codex ->workspace );
287
287
288
288
return $ this ;
0 commit comments