-
Notifications
You must be signed in to change notification settings - Fork 631
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
[bug] [themes]: Dracula Theme Color Scheme not respected #3441
Comments
Upstream: https://iterm2colorschemes.com |
Just posted about this here - mbadolato/iTerm2-Color-Schemes#487 |
@Bellisario @mitchellh This has now been resolved upstream, if you want to run that workflow manually |
Thanks, I'll do so before the next release, otherwise the weekly job will get it. |
Now that I've tested this, it unfortunately is not resolved. More info here - mbadolato/iTerm2-Color-Schemes#490 (comment) |
TL;DR
The current built-in Dracula theme doesn't respect the official Dracula scheme, uses different colors and is missing light-versions of colors (reusing "non-light" versions), presenting contrast issues.
What I've experienced
I have just installed Ghostty and I chose to use the Dracula color scheme, as I did with Kitty.
Just after the first seconds I tried using
zsh-autosuggestions
but saw the autocompletion color in Ghostty was different than the one in Kitty (and the one in Ghostty had really low contrast with the background).Kitty (left) vs Ghostty (right):
After investigating a bit, I discovered that the colors used by Kitty's Dracula theme are (mostly) different in Ghostty. For example, the autocompletion color used is the "8th color", which is
#6272a4
for Kitty, while#555555
for Ghostty.Anyway, I'm certain the "wrong" color scheme is Ghostty's because Kitty uses the color scheme from the official Dracula (org) repo, while Ghostty seems to use iTerm 2 "unofficial" theme.
Here are the (comparable) schemes used by Kitty and Ghostty, respectively (from the links above):
Haven't looked at other themes but I hope they respect the original theme scheme... in my case the only flaw of migrating from Kitty to Ghostty was just the theme.
Throughts
From what I've experienced, I really liked the way Ghostty let you choose a theme, but what I really feel missing is support of official themes (ex. Dracula, Cappuccin), that should be in the "Ghostty org" or in the "theme org", not a "third-party org".
The text was updated successfully, but these errors were encountered: