summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Chausse <ChausseBenjamin@users.noreply.github.com>2018-10-03 22:14:18 -0400
committerBenjamin Chausse <ChausseBenjamin@users.noreply.github.com>2018-10-03 22:14:18 -0400
commit71b6baf069c3e2b55db92908f01eaf4e6d77b577 (patch)
tree0b3969bf7486d02fc753db5caa4a0eec237296ae /README.md
parent5a1a905c8d13b815e5194a31e93dd79cfb415ea9 (diff)
Added Priority Color coding
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index f2a04ee..8977f87 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,15 @@ By default, Inbox for Todoist refreshes every second. To reduce CPU & Memory Usa
- Removing the fourth `#` will make the widget refresh every `20 minutes`.
- Removing the fifth `#` will make the widget refresh every `hour`.
- Removing the sixth `#` will make the widget refresh every `12 hours`.
-
+## Priority Color Coding ##
+You can change the colors of tasks inside of the `.coffee` file.
+By default, tasks are colored the same way they are in the todoist mac app in dark.
+The following line to edit are:
+- To edit the color of tasks labelled `priority1`, edit the `rgba(r, g, b, a)` on line `21`
+- To edit the color of tasks labelled `priority2`, edit the `rgba(r, g, b, a)` on line `23`
+- To edit the color of tasks labelled `priority3`, edit the `rgba(r, g, b, a)` on line `25`
+- To edit the color of tasks labelled `priority4`, edit the `rgba(r, g, b, a)` on line `27`
+The default color for the widget is `rgba(#F2F2F2, 1.0)`.
## Possible Eventual Improvements ##
-- Priority Color coding
- Due Date Sorting
- Todoist Markdown Support