-
Notifications
You must be signed in to change notification settings - Fork 589
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
Dark blue directory with black text - wrong colors #72
Comments
I just checked, and this problem also appears no matter which color profile is chosen in macOS' Terminal.app. I also downloaded the latest However, iTerm2 does not appear to have this issue. I can only speculate that I am missing some crucial setting in Terminal.app. This is very annoying. Is there any way to get the correct color(s)? |
I have the same problem. I have resorted to typing |
This StackOverflow question and answers might hint at the problem: https://stackoverflow.com/questions/36221252/terminal-and-iterm2-same-profile-ansi-colors-look-differently |
While this is still an issue, I've chosen to abandon the idea of using |
I have the same problem vi ~/.oh-my-zsh/themes/agnoster.zsh-theme prompt_dir() { to |
For me this fixed it: Go to Preferences > Profiles > Colors > Color Presents (on the bottom right) > Choose |
Thank you, it worked for me on Plasma / konsole :) |
As I no longer use |
Made this quicker by converting it to a single command: |
Hey guys, For terminal.app, use the solarized themes from this repository instead. It sets all of the colors correctly. https://github.com/tomislav/osx-terminal.app-colors-solarized |
for me what worked is changing the ansi colors blue and green (normal & bright) to the colors you want to be first-level & second level respectfully |
To have the standard white text on dark background in Terminal.app modify the agnoster.zsh-theme by setting PRIMARY_FG=white (or PRIMARY_FG=FFF which if what I'm using), then change
to
I'm new to zsh so I don't know if this has side effects, but it seems to work just fine now. |
Go to Preferences in iterm then Profile then select the dark blue color and make it any light color you want like teal |
On Ubuntu standard terminal theme with oh-my-zsh installed and agnoster theme turned on in ~/.zshrc by adding into the ~/.zshrc the following:
Found the snippet in the ~/.oh-my-zsh/themes/agnoster.zsh-theme, so also it could be edited there. You can see the default agnoster value is replaced by |
I followed all of the instructions (or so I thought) to get
zsh
installed, as well asoh-my-zsh
and itsagnoster
theme. I also had to get the correctSolarized
color themes and install them intoterminal.app
, as well as thePowerline
fonts, includingMeslo
. Such a big process just to style upterminal
to make it look pretty.And yet, I must still be missing something.
For whatever reason, the directory part of the prompt is showing as dark blue with black text. This is happening for both the Solarized Dark and Solarized Light color themes, which makes me think that it isn't in those color themes themselves. Regardless of whether or not it is, how can I fix this issue, as it's clearly not correct?
The text was updated successfully, but these errors were encountered: