mpcjanssen / simpletask-android

GNU General Public License v3.0
551 stars 129 forks source link

Colortheme: Can we change the color? #887

Open robinrosenstock opened 6 years ago

robinrosenstock commented 6 years ago

I would like to know whether there is a possibility to change the accent color (in dark theme) from blue to something else (orange!). Is this already possibly in the settings and did I overlooked it? Otherwise this shall be my feature request.

mpcjanssen commented 6 years ago

I have been thinking about this, and I think the best way to allow theming is to define Lua functions which are used to determine colors and fonts. This would also allow cool things like theming tasks based on their contents. When I have time, I will see if I can implement a proof of concept.