NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.72k stars 239 forks source link

Add alacritty paper color theme #149

Closed bronzehedwick closed 4 years ago

bronzehedwick commented 4 years ago

Also add syntax highlighting for some code snippets that were missing it.

SuperFluffy commented 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

bronzehedwick commented 4 years ago

Hm interesting. When I'm looking at the base-16-alacritty colorscheme, I see red mapped to 0xbcbcbc, which is a light grey.

NLKNguyen commented 4 years ago

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 😄