Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no color on macos #508

Open
cxwx opened this issue Dec 9, 2024 · 7 comments
Open

There is no color on macos #508

cxwx opened this issue Dec 9, 2024 · 7 comments
Labels
bug Something isn't working cant reproduce needs investigation setup issue Issue is related to user setup

Comments

@cxwx
Copy link

cxwx commented Dec 9, 2024

Describe the bug
no color on macos using homebrew superfile

To Reproduce
Steps to reproduce the behavior:

  1. brew install superfile
  2. spf

Screenshots
截屏2024-12-09 10 19 48

System information (please complete the following information):

  • OS: macos lastest
  • Version macOS Sequoia 15.1.1 arm64
  • superfile Version 1.1.6
@cxwx cxwx added the bug Something isn't working label Dec 9, 2024
@yorukot
Copy link
Owner

yorukot commented Dec 9, 2024

What terminal are you using?

@suppler
Copy link

suppler commented Dec 22, 2024

Colors work perfectly fine for me on 15.1.1 (24B2091) @ M4 both in the standard terminal and Rio.

image

image

@cxwx
Copy link
Author

cxwx commented Dec 22, 2024

Info:
terminal: Iterms, rio, kitty all without color.
Should I set some environment?

@MrPandir
Copy link

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.

@mbirth
Copy link

mbirth commented Dec 29, 2024

Works fine for me in iTerm with TERM=xterm-256color and COLORTERM=truecolor.

@lazysegtree
Copy link
Collaborator

@cxwx Did you check @MrPandir 's comment
(#508 (comment)) - Are you still facing issue ?

@lazysegtree lazysegtree added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jan 24, 2025
@cxwx
Copy link
Author

cxwx commented Jan 24, 2025

╰─ 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

@lazysegtree lazysegtree added needs investigation setup issue Issue is related to user setup bug Something isn't working and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. bug Something isn't working labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cant reproduce needs investigation setup issue Issue is related to user setup
Projects
None yet
Development

No branches or pull requests

6 participants