Did not work in kitty under Darwin
shagohead opened this issue · 0 comments
shagohead commented
Did not work, because apply-colors.sh
firstly checks if OS is Darwin. apply-colors.sh
and gogh.sh
says Unsupported terminal!
. I think we can rearrange if
statements, moving statement "$TERM" = "xterm-kitty"
to the top, before OS check. I can send pull request for that, if you're admit