maxpozdeev / mytinytodo

Todo list script
156 stars 49 forks source link

improve priority color +2 and +1 because they look very similar #78

Open mirthless29 opened 9 months ago

mirthless29 commented 9 months ago

The RED color of priority +2 and the ORANGE color of priority +1 are very similar.

Screenshot

I propose a GREEN or YELLOW color for +1

maxpozdeev commented 8 months ago

As a workaround you can set your own colours using Custom CSS extension. Use like this:

:root {
 --color-priority-high:   #800000;
 --color-priority-urgent: #ff2222;
}