There is no color on macos
Describe the bug no color on macos using homebrew superfile
To Reproduce Steps to reproduce the behavior:
- brew install superfile
- spf
Screenshots
System information (please complete the following information):
- OS: macos lastest
- Version macOS Sequoia 15.1.1 arm64
- superfile Version 1.1.6
What terminal are you using?
Colors work perfectly fine for me on 15.1.1 (24B2091) @ M4 both in the standard terminal and Rio.
Info: terminal: Iterms, rio, kitty all without color. Should I set some environment?
Should I set some environment?
Сheck what you have set COLORTERM and TERM to, and also that you do not have NO_COLOR set.
Terminals should set these variables, but they can also be overridden by the shell if needed.
Works fine for me in iTerm with TERM=xterm-256color and COLORTERM=truecolor.
@cxwx Did you check @MrPandir 's comment (https://github.com/yorukot/superfile/issues/508#issuecomment-2558477397) - Are you still facing issue ?
╰─ export|grep COLOR ─╯
CLICOLOR=1
COLORFGBG='7;0'
COLORTERM=truecolor
LSCOLORS=GxFxCxDxBxegedabagaced
╰─ export|grep TERM ─╯
COLORTERM=truecolor
ITERM_PROFILE=cx
ITERM_SESSION_ID=w1t0p1:D0DF88FB-4221-48AB-A31D-E2568DA12397
LC_TERMINAL=iTerm2
LC_TERMINAL_VERSION=3.5.11
TERM=xterm-256color
TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo
TERM_FEATURES=T3CwLrMSc7UUw9Ts3BFGsSyHNoSxF
TERM_PROGRAM=iTerm.app
TERM_PROGRAM_VERSION=3.5.11
TERM_SESSION_ID=w1t0p1:D0DF88FB-4221-48AB-A31D-E2568DA12397