I am looking for a way to change the output color from laravels CLI tools. The output is really hard to read on a black terminal. I have tried grepping for the color yellow but i fear it might be a hex color. On the other hand it might be a composer setting any help is much appreciated.

Example Output: enter image description here

Grep:

enter image description here Extra Info:
OS: Ubuntu 12.04
Laravel: 4.1

有帮助吗?

解决方案

In your case its not a Laravel thing - its a Ubuntu setting.

Try this:

  1. Open the terminal
  2. Go to edit-> profile preferences
  3. Under the color tab, either check or uncheck the "use system colors" option (the opposite of what it is now). Alternatively you can also select another color scheme.
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top