Starship Colors Not Rendering Properly in Tmux #1151
Unanswered
SurajKharkwal
asked this question in
Q&A
Replies: 3 comments 1 reply
-
I still have the same issue, switched to zsh for it. Did you find a fix? |
Beta Was this translation helpful? Give feedback.
0 replies
-
to solve it I commented out these lines in the fish configuration ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
-
i manage to fix the issue by replacing those lines with:
in this way, we will Apply the theme only when not in Tmux. so the tmux will show the right color. basically, commend out/remove the code @glenonmateus showed and add these lines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Starship prompt, and the colors render perfectly in my normal terminal. However, when I enter tmux, the colors do not render correctly.
Normal Terminal (Without Tmux)

Inside Tmux

Expected Behavior
The Starship prompt should retain the correct colors inside tmux, just like it does outside of tmux.
Things I've Tried
set-option -g default-terminal "tmux-256color"
in my .tmux.conf.Beta Was this translation helpful? Give feedback.
All reactions