Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-05-16 18:49:43 +0000
committermkersten2006-05-16 18:49:43 +0000
commitc29edb74f603aed39387091c4a60d36044b650be (patch)
tree7b478680173080ae9bd2c440ed04dcce54a71c95 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent0a1312dd72ad1ae93f325c604ca6e58e15ee6629 (diff)
downloadorg.eclipse.mylyn.tasks-c29edb74f603aed39387091c4a60d36044b650be.tar.gz
org.eclipse.mylyn.tasks-c29edb74f603aed39387091c4a60d36044b650be.tar.xz
org.eclipse.mylyn.tasks-c29edb74f603aed39387091c4a60d36044b650be.zip
Completed: 142026: show daily progress in task list
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142026
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 3cceb13db..61c82c68a 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -330,12 +330,22 @@
</colorDefinition>
<colorDefinition
categoryId="org.eclipse.mylar.tasklist.ui.presentation"
- id="org.eclipse.mylar.tasklist.ui.colors.foreground.today"
+ id="org.eclipse.mylar.tasklist.ui.colors.foreground.today.scheduled"
isEditable="true"
- label="Tasks - Today"
+ label="Tasks - Scheduled for Today"
value="30,14,231">
<description>
- Text color for tasks due today.
+ Text color for tasks scheduled for today.
+ </description>
+ </colorDefinition>
+ <colorDefinition
+ categoryId="org.eclipse.mylar.tasklist.ui.presentation"
+ id="org.eclipse.mylar.tasklist.ui.colors.foreground.today.completed"
+ isEditable="true"
+ label="Tasks - Completed Today"
+ value="46,175,68">
+ <description>
+ Text color for tasks completed.
</description>
</colorDefinition>
<colorDefinition

Back to the top