dracula / base16-dracula-scheme

🧛🏻‍♂️ Dark theme for base16
https://draculatheme.com/base16
MIT License
32 stars 6 forks source link

Fix colors to properly match palette #16

Open NovaViper opened 5 months ago

NovaViper commented 5 months ago

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 commented 1 month ago

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