dracula / base16-dracula-scheme

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

Why the colors are different from the original color palette? #10

Open ghost opened 4 years ago

ghost commented 4 years ago

I mean different from this palette: https://github.com/dracula/dracula-theme#color-palette

I've just decided to try base16 and realized that the colors are slightly different from https://github.com/dracula/alacritty and https://github.com/dracula/vim

pcewing commented 1 year ago

I created my own copy of this scheme with the colors from the upstream palette here: https://draculatheme.com/contribute

That palette only specifies 11 colors so the 5 remaining ones I left the same as the values from the scheme in this repo.

base00: "282A36" # Previously: "282936"
base01: "3A3C4E" # Unchanged
base02: "44475A" # Previously: "4d4f68"
base03: "6272A4" # Previously: "626483"
base04: "62D6E8" # Unchanged
base05: "F8F8F2" # Previously: "e9e9f4"
base06: "F1F2F8" # Unchanged
base07: "F7F7FB" # Unchanged
base08: "FF5555" # Previously: "ea51b2"
base09: "FFB86C" # Previously: "B45BCF"
base0A: "F1FA8C" # Previously: "00f769"
base0B: "50FA7B" # Previously: "ebff87"
base0C: "8BE9FD" # Previously: "a1efe4"
base0D: "BD93F9" # Previously: "62d6e8"
base0E: "FF79C6" # Previously: "b45bcf"
base0F: "00F769" # Unchanged
NovaViper commented 6 months ago

@pcewing Hey I just want to say thank you for fixing this! Just applying the palette you made makes the base16 color scheme look so much better than it currently is; especially when using it to color other applications like Firefox. I plan on making a PR for the theme with the palette you suggested.