|
|
|
|
|
by alexruf
1320 days ago
|
|
Does someone know of a tool that helps to generate the themes for the individual applications based on your preferred color scheme?
I am currently using Dracula (https://draculatheme.com/) as color scheme. Not that it is my favourite color scheme (actually I don’t like it’s colours at all), but the fact that the creator is providing ready to use themes for almost every application is the main reason for me to use it. I want a consistent look across all of my applications. |
|
I think what the creator is doing is outsourcing the maintenance of each individual app to a maintainer that cares; the themes folder contains pointers to other repos:
https://github.com/dracula/dracula-theme/tree/master/themes
I think that is a good idea.
This could be used to "reverse-engineer a generic platform" relatively easily:
The whole idea would be replacing #282a36 for a reference like `{{Background}}` and then using a templating language like handlebars or m4 to generate the themes.Of course steps 4,5 and 6 are more complex than 3 lines. One will have to come up with a way to filter out spaces, commas and other things. I expect a lot of the apps out there to expect hex numbers though.