Open k0nserv opened 8 years ago
I'd be cool with this, we can support changing the theme via menu items ala TextMate
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
might be worth looking at how easy it is to parse Xcode themes, and just hijack that
That'd be interesting especially if we could just steal whatever themes the user has installed
👍
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 )
You are right, that's better.
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