AnderGoig / github-contributions-ios

🐙🐱 GitHub Contribution Widgets for iOS
https://apps.apple.com/app/id1537192731
MIT License
320 stars 28 forks source link

Add purple theme #10

Closed cnrad closed 2 years ago

cnrad commented 2 years ago

Let me preface this by saying: I have no idea how Swift works, I'm on Windows so I can't use Xcode, and I'm just hoping that this somehow ends up working.

I mainly gathered how the other colors/colorsets were organized and laid out, and tried to follow that as best as I could.

In each ColorLevelX.colorset file, I couldn't figure out where the second occurrence of the RGBA values were referenced or used, so I just made them the same as the first ones, hopefully that's not too big of a deal but if it is then oops

If this PR just doesn't work with the widget, feel free to close it, or if you think it's something worth fixing + pursuing, by all means go for it. Just love the widget and wanted to add a little something more to it.

Thanks 👍

AnderGoig commented 2 years ago

Hi @cnrad, I finally had some time to check this out!

First, thanks for your contribution, really appreciate it! I'm impressed how you managed to figure everything out without making use of Xcode 😄

It looks very good to me, I just made some tiny changes to the dark mode purple colors to fit better with the other colors (hope you don't mind), but other than that, nice work!