summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index cd02240..5d66388 100644
--- a/README.md
+++ b/README.md
@@ -41,11 +41,13 @@ 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`|
+
+ 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)`.