CocoaPods / CocoaPods-app

A full-featured and standalone installation of CocoaPods.
Other
1.23k stars 283 forks source link

Support different colour schemes. #335

Open k0nserv opened 8 years ago

k0nserv commented 8 years ago

As someone who prefers dark colour schemes for code it'd be nice to have the option to use a different colour scheme. Fragaria supporst some colour schemes out of the box. See https://github.com/explicitcall/Fragaria/tree/develop/Colour%20Schemes

As part of this we could convert the default colour scheme to a Fragaria compatible plist .

cc @orta

orta commented 8 years ago

I'd be cool with this, we can support changing the theme via menu items ala TextMate

screen shot 2016-05-14 at 08 19 04
k0nserv commented 8 years ago

Yeah that's what I was thinking too :) Could probably get a list of themes from somewhere and convert them to Fragaria compatible plist too. That way we'll end up with more than the four Fragaria has. I'll have a look at this

orta commented 8 years ago

might be worth looking at how easy it is to parse Xcode themes, and just hijack that

k0nserv commented 8 years ago

That'd be interesting especially if we could just steal whatever themes the user has installed

orta commented 8 years ago

👍

orta commented 8 years ago

It might make more sense to let the CPColourAndSomething class continue to the the source of truth WRT colors, but allowing it to have different colour sets - as other parts of the system use this ( e.g. console, text highlighting for alt clicking pods )

k0nserv commented 8 years ago

You are right, that's better.