kail icon indicating copy to clipboard operation
kail copied to clipboard

Add light mode (or non colored text)

Open casret opened this issue 5 years ago • 3 comments

I use solarized light and the pod name is unreadable. Related to #11

casret avatar May 15 '19 23:05 casret

Damn, that's a bummer. Would setting environment variables and/or flags be acceptable as a quick-fix?

alias kail='KAIL_BG_THEME=light $GOPATH/bin/kail '

boz avatar May 28 '19 23:05 boz

Yep, I have no problems using a flag or env variable.

casret avatar May 29 '19 00:05 casret

I'm having the same issue on macOS using kail. Using alias kail='KAIL_BG_THEME=light /usr/local/bin/kail ' or export KAIL_BG_THEME=light doesn't work.

Output of kail version (installed using brew):

0.15.0 (58d7816d3d93cccb1903603512e40919a843c760)

pfisterer avatar May 13 '20 18:05 pfisterer