colorProfile property
The detected color profile of the terminal.
Implementation
@override
ColorProfile get colorProfile => ColorProfileConverter.fromProfile(
cp_detect.detectForSink(_out, forceIsTty: true),
);
The detected color profile of the terminal.
@override
ColorProfile get colorProfile => ColorProfileConverter.fromProfile(
cp_detect.detectForSink(_out, forceIsTty: true),
);