Black-on-black output from ansible-lint #8241
Answered
by
kovidgoyal
chriscroome
asked this question in
Q&A
Replies: 1 comment
-
I didnt look at the dump file but this is obviously a client issue. The
terminal emulator simply uses whatever colors the client tells it too.
One thing the client should make sure of is that it is not using bold to
get bright colors, instead it needs to use colors from 8-15 for the
bright versions of colors from 0-7.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chriscroome
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest version of ansible-lint produces black-on-black output for warnings.
And as suggested here I have captured the output to a file and tested the result using
less
:FORCE_COLOR=1 ansible-lint 2> /tmp/ansible-lint.txt less -R /tmp/ansible-lint.txt
I have attached this output: ansible-lint.txt
It has been suggested that this is a client issue, I was wondering if anyone here has a view on this?
The code in question,
\033[1;30m
is listed here as bold black so it doesn't appear to me as if Kitty is doing anything wrong?I have the following version of kitty and local config (I have put this at the end of the comment as it caused formatting issues when it was followed by further text):
Beta Was this translation helpful? Give feedback.
All reactions