mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- All themes have the same settings, in the same order. - Reduced noise in the file header.
99 lines
2.8 KiB
Text
99 lines
2.8 KiB
Text
###############################################################################
|
|
#
|
|
# Copyright 2006 - 2015, 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.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
|
|
|
# General decoration
|
|
color.label=
|
|
color.label.sort=
|
|
color.alternate=on color8
|
|
color.header=color3 on color0
|
|
color.footnote=color3 on color0
|
|
color.warning=
|
|
color.error=color1 on color7
|
|
color.debug=color7 on color1
|
|
|
|
# Task state
|
|
color.completed=
|
|
color.deleted=
|
|
color.active=on color3
|
|
color.recurring=color14
|
|
color.scheduled=color11
|
|
color.until=
|
|
color.blocked=on color4
|
|
color.blocking=on color6
|
|
|
|
# Project
|
|
color.project.none=
|
|
|
|
# Priority
|
|
color.pri.H=bold white
|
|
color.pri.M=color7
|
|
color.pri.L=color13
|
|
color.pri.none=color7
|
|
|
|
# Tags
|
|
color.tag.next=
|
|
color.tag.none=
|
|
color.tagged=
|
|
|
|
# Due
|
|
color.due=on color2
|
|
color.due.today=color11
|
|
color.overdue=on color5
|
|
|
|
# Report: burndown
|
|
color.burndown.done=on color10
|
|
color.burndown.pending=on color2
|
|
color.burndown.started=on color3
|
|
|
|
# Report: history
|
|
color.history.add=on color2
|
|
color.history.delete=on color1
|
|
color.history.done=color8 on color10
|
|
|
|
# Report: summary
|
|
color.summary.background=on color6
|
|
color.summary.bar=on color2
|
|
|
|
# Command: calendar
|
|
color.calendar.due=on color2
|
|
color.calendar.due.today=color3
|
|
color.calendar.holiday=on color3
|
|
color.calendar.overdue=on color5
|
|
color.calendar.today=color14
|
|
color.calendar.weekend=color13
|
|
color.calendar.weeknumber=color4
|
|
|
|
# Command: sync
|
|
color.sync.added=color11
|
|
color.sync.changed=color10
|
|
color.sync.rejected=color9
|
|
|
|
# Command: undo
|
|
color.undo.before=color10
|
|
color.undo.after=color9
|
|
|