|
@@ -0,0 +1,101 @@
|
|
|
|
|
+###############################################################################
|
|
|
|
|
+#
|
|
|
|
|
+# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez.
|
|
|
|
|
+#
|
|
|
|
|
+# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
|
+# of this software and associated documentation files (the "Software"), to deal
|
|
|
|
|
+# in the Software without restriction, including without limitation the rights
|
|
|
|
|
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
|
+# copies of the Software, and to permit persons to whom the Software is
|
|
|
|
|
+# furnished to do so, subject to the following conditions:
|
|
|
|
|
+#
|
|
|
|
|
+# The above copyright notice and this permission notice shall be included
|
|
|
|
|
+# in all copies or substantial portions of the Software.
|
|
|
|
|
+#
|
|
|
|
|
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
|
|
|
+# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
|
|
|
+# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
|
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
|
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
|
|
+# SOFTWARE.
|
|
|
|
|
+#
|
|
|
|
|
+# http://www.opensource.org/licenses/mit-license.php
|
|
|
|
|
+#
|
|
|
|
|
+###############################################################################
|
|
|
|
|
+
|
|
|
|
|
+rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
|
|
|
|
|
+
|
|
|
|
|
+# This is a theme that disables all default colors
|
|
|
|
|
+# It can be used as template for other themes
|
|
|
|
|
+
|
|
|
|
|
+# General decoration
|
|
|
|
|
+color.label=
|
|
|
|
|
+color.label.sort=
|
|
|
|
|
+color.alternate=
|
|
|
|
|
+color.header=
|
|
|
|
|
+color.footnote=
|
|
|
|
|
+color.warning=
|
|
|
|
|
+color.error=
|
|
|
|
|
+color.debug=
|
|
|
|
|
+
|
|
|
|
|
+# Task state
|
|
|
|
|
+color.completed=
|
|
|
|
|
+color.deleted=
|
|
|
|
|
+color.active=
|
|
|
|
|
+color.recurring=
|
|
|
|
|
+color.scheduled=
|
|
|
|
|
+color.until=
|
|
|
|
|
+color.blocked=
|
|
|
|
|
+color.blocking=
|
|
|
|
|
+
|
|
|
|
|
+# Project
|
|
|
|
|
+color.project.none=
|
|
|
|
|
+
|
|
|
|
|
+# Priority
|
|
|
|
|
+color.uda.priority.H=
|
|
|
|
|
+color.uda.priority.L=
|
|
|
|
|
+color.uda.priority.M=
|
|
|
|
|
+
|
|
|
|
|
+# Tags
|
|
|
|
|
+color.tag.next=
|
|
|
|
|
+color.tag.none=
|
|
|
|
|
+color.tagged=
|
|
|
|
|
+
|
|
|
|
|
+# Due
|
|
|
|
|
+color.due=
|
|
|
|
|
+color.due.today=
|
|
|
|
|
+color.overdue=
|
|
|
|
|
+
|
|
|
|
|
+# Report: burndown
|
|
|
|
|
+color.burndown.done=on white
|
|
|
|
|
+color.burndown.pending=on Red
|
|
|
|
|
+color.burndown.started=on Yellow
|
|
|
|
|
+
|
|
|
|
|
+# Report: history
|
|
|
|
|
+color.history.add=
|
|
|
|
|
+color.history.delete=
|
|
|
|
|
+color.history.done=
|
|
|
|
|
+
|
|
|
|
|
+# Report: summary
|
|
|
|
|
+color.summary.background=
|
|
|
|
|
+color.summary.bar=
|
|
|
|
|
+
|
|
|
|
|
+# Command: calendar
|
|
|
|
|
+color.calendar.due=
|
|
|
|
|
+color.calendar.due.today=
|
|
|
|
|
+color.calendar.holiday=
|
|
|
|
|
+color.calendar.overdue=
|
|
|
|
|
+color.calendar.today=
|
|
|
|
|
+color.calendar.weekend=
|
|
|
|
|
+color.calendar.weeknumber=
|
|
|
|
|
+
|
|
|
|
|
+# Command: sync
|
|
|
|
|
+color.sync.added=
|
|
|
|
|
+color.sync.changed=
|
|
|
|
|
+color.sync.rejected=
|
|
|
|
|
+
|
|
|
|
|
+# Command: undo
|
|
|
|
|
+color.undo.after=
|
|
|
|
|
+color.undo.before=
|
|
|
|
|
+
|