Add a color scheme for light backgrounds #288
marcelm
started this conversation in
Feature ideas & discussions
Replies: 1 comment 1 reply
-
Thanks for bringing this up, I’ve tracked this in #289. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just started using klog and realized that the color scheme is designed for use on a dark background. I use a white background because I have problems reading white text on dark backgrounds (apparently due to astigmatism). The first time I ran
klog create
, it took me a short while to understand that it had not simply printed a couple of empty lines, but that it had printed white text on white background.klog also uses yellow text (for error messages when parsing an incorrectly formatted .klg file), which is also hard to read.
My workaround for the moment is
alias klog='NO_COLOR=1 klog'
. I don’t want to setNO_COLOR
globally because I do want colored output for other programs, and it would be nice with colored klog output.Would it be an idea to add a color scheme for use on light backgrounds?
I’d be happiest with a pre-configured scheme and would not want to have to configure each color individually.
Beta Was this translation helpful? Give feedback.
All reactions