From a54b7776320ef5aa02e6ef7378c2a011dc454885 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 16 Oct 2021 20:09:55 +0200 Subject: Introduce due date Also: - Remove duration, difficulty and priority, - Translate to french. --- todo/gui/color.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'todo/gui/color.py') 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 -- cgit v1.2.3