colima icon indicating copy to clipboard operation
colima copied to clipboard

Improve the readability of the terminal output by increasing the color contrast for the vm startup

Open rpkoller opened this issue 3 years ago • 1 comments

Description

Currently when the vm is started there is a "subsection" of terminal output aside the regular output prefixed with INFO [0000]. That subsection has a way too low color contrast which is barely readable:

Screenshot 2022-07-25 at 17 33 46 (2)

Since it is unpredictable what type of terminal profile with what selection of colours will be used I think the easiest fix would be not to use an extra output color complementary to the standard one but use the same output color for everything?

$> colima version
colima version 0.4.4
git commit: 8bb1101a861a8b6d2ef6e16aca97a835f65c4f8f

runtime: docker
arch: aarch64
client: v20.10.17
server: v20.10.11

rpkoller avatar Jul 25 '22 15:07 rpkoller

Is there a --no-color option for colima start?

TL;DR; I was thinking a --no-color option would be a good work-around for this issue. I've looked through the help, the tests, and the code; and I don't see one.

jeromeyackley avatar Sep 21 '23 12:09 jeromeyackley