aboutsummaryrefslogtreecommitdiff
path: root/todo/gui/color.py
diff options
context:
space:
mode:
authorJoris2021-10-16 20:09:55 +0200
committerJoris2021-10-16 20:09:56 +0200
commita54b7776320ef5aa02e6ef7378c2a011dc454885 (patch)
tree0cc69107fc3db626ade1b91e70966f9ecff19678 /todo/gui/color.py
parent9d8b61da195bf8de14159f1222a693d62ceebacd (diff)
downloadtodo-a54b7776320ef5aa02e6ef7378c2a011dc454885.tar.gz
todo-a54b7776320ef5aa02e6ef7378c2a011dc454885.tar.bz2
todo-a54b7776320ef5aa02e6ef7378c2a011dc454885.zip
Introduce due date
Also: - Remove duration, difficulty and priority, - Translate to french.
Diffstat (limited to 'todo/gui/color.py')
-rw-r--r--todo/gui/color.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/todo/gui/color.py b/todo/gui/color.py
index cc7e5a8..7ce74e5 100644
--- a/todo/gui/color.py
+++ b/todo/gui/color.py
@@ -7,15 +7,3 @@ green = QtGui.QColor(30, 180, 30)
blue = QtGui.QColor(30, 30, 200)
text = black
-
-easy_difficulty = green
-normal_difficulty = orange
-hard_difficulty = red
-
-low_priority = green
-middle_priority = orange
-high_priority = red
-
-short_duration = green
-medium_duration = orange
-long_duration = red