Closed bronzehedwick closed 4 years ago
I am not sure this is actually a translation of papercolor light to alacritty. Take for example the normal color green
in the Alacritty version of papercolor:
green: '0x718C00'
You cannot find 718C00
in the vim color scheme. Similar issues with many of the other color codes.
This on the other seems to be the correct translation of the scheme:
https://github.com/aaron-williamson/base16-alacritty/blob/master/colors/base16-papercolor-light.yml
Hm interesting. When I'm looking at the base-16-alacritty colorscheme, I see red mapped to 0xbcbcbc
, which is a light grey.
Thanks. I just merged. I don't use Alacritty, so I can't comment on the issue. Feel free to send another PR in the future if you see fit 😄
Also add syntax highlighting for some code snippets that were missing it.