amake / orgro

An Org Mode app for iOS and Android
https://orgro.org
GNU General Public License v3.0
478 stars 22 forks source link

Add different themes #66

Open riccardovarenna opened 2 years ago

riccardovarenna commented 2 years ago

It would be nice to have support for different themes in orgro.

Examples that come to mind is mainly the darkmode version of doom one.

doomthemes has many really cool looking ones.

forgedOctopus commented 1 year ago

An option for people with color deficiencies would also be nice.

I have a red-green color deficiency. In my case Orgro's default themes still work quite well, I only have troubles recognizing the comment color in code blocks in light-mode (to me it looks almost black).

In Emacs I use the since version 28 built-in modus-themes, which provide such an option (modus-themes-deuteranopia), which works very well for me.

However, I realize this is a very niche problem and color-deficiencies can vary a lot between individuals.

amake commented 1 year ago

The org_flutter library allows customizing colors; the main hurdle is making a UI for it that doesn't suck.

Incidentally the default colors are all taken from Emacs/Org Mode defaults.