-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
zsh theme #48
Comments
The default vim colorscheme uses cterm colors which roughly configures vim to look like seoul256. You'll need to make vim use the gui colorscheme:
|
Note that the colours in seoul256 originally fit into the terminal 256 colour palette, but then iTerm changed the way it rendered colours (it actually changed to how almost all other terminals do it), making it display the colours on the 256 palette too dark. This means that you need to use hex colours to get Vim to display the ‘correct’ colours (which means that the original 256 colours are only available in old versions of iTerm). This is achievable through two methods:
All this means that you cannot display seoul256 as it was intended in any terminal that does not support |
Can I ask if there is a theme for zsh? when I load the theme in zsh and open vim, I found the color is different from the screenshot? Here is my screenshot:
The text was updated successfully, but these errors were encountered: