From 4b93e6d502b806a25271e12f6de2bb5971ba8e79 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 7 Nov 2018 22:59:47 -0500 Subject: test 2 pri color table Changes to be committed: modified: README.md --- README.md | 12 +++++++----- 1 file 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)`. -- cgit v1.2.3