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

Fix colors to properly match palette #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NovaViper
Copy link

This fixes the mismatched colors and also makes the theme fit more in line with the original Dracula palette. The current palette as is can cause some serious color clashing when using anything to apply the base16 colors across applications like Firefox. This change actually makes it more inline to what the Dracula Kitty theme looks like. Fixes #10 and #13. The palette is @pcewing's idea!

Note: While yes, some programs like Kitty still look a bit weird because they require more colors; but for those edge cases, one can just use the theme for that specific application. But just changing up the palette makes it match way more inline with the official theme palette.
Screenshots below show what the original and corrected schemes look like on Kitty terminal with msgcat --color=test and Firefox on NixOS, 24.05 (Uakari), 24.05.20240322.649ccce. The tool I used to apply the theme is stylix

Original Scheme
Screenshot_20240323_124339
image

Corrected Scheme
Screenshot_20240323_124826
image

@RobLoach
Copy link

I've pushed up some fixes to Tinted-Theming as well... It supports base16, and more colors for ANSI. Mind having a look? tinted-theming/schemes#21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Why the colors are different from the original color palette?
2 participants