srcery-colors / srcery-vim

Srcery is a dark color scheme with clearly defined contrasting colors and a slightly earthy tone.
https://srcery.sh
Other
824 stars 60 forks source link

Doc/new logo: add new logo, TOC, update badges #91

Closed roosta closed 1 year ago

roosta commented 1 year ago

I little note I didn't leave in the commit which I probably should've is that when linking to a heading using a colon, it needs to be url escaped to work properly. I used mkdx to generate the TOC, but I had to s/gsrcery/g%3Asrcery/g after generation

EDIT: I rebased and added a comment

MindTooth commented 1 year ago

The logo would have been so nice if it hover above some shadow, but not sure how this works with light/dark mode. 🤔

Small nit, the two tables uses different case for HEX codes and headings.

Otherwise, 👍🏻.

roosta commented 1 year ago

Fixed the casing, nicely spotted. It happened cause sometimes with a visual selection in vim I hit u instead of y, and sometimes I don't notice.

drop shadow would probably work on dark mode as well, but I'd have to add the dropshadow as part of the SVG. I'd prefer not using any compression on assets. The preferable way would be using inline css, but I don't think github markdown supports that.