Themes
- All themes have the same settings, in the same order. - Reduced noise in the file header.
This commit is contained in:
@@ -1,14 +1,88 @@
|
||||
###############################################################################
|
||||
#
|
||||
# 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.
|
||||
|
||||
# This is a theme that disables all default colors
|
||||
# It can be used as template for other themes
|
||||
|
||||
# If what you want is to disable all colors you can instead set "color=off"
|
||||
color.active=
|
||||
# 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.pri.H=
|
||||
color.pri.L=
|
||||
color.pri.M=
|
||||
color.pri.none=
|
||||
|
||||
# Tags
|
||||
color.tag.next=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# Due
|
||||
color.due=
|
||||
color.due.today=
|
||||
color.overdue=
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.done=
|
||||
color.burndown.pending=
|
||||
color.burndown.started=
|
||||
|
||||
# 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=
|
||||
@@ -16,30 +90,13 @@ color.calendar.overdue=
|
||||
color.calendar.today=
|
||||
color.calendar.weekend=
|
||||
color.calendar.weeknumber=
|
||||
color.debu=
|
||||
color.due=
|
||||
color.due.today=
|
||||
color.error=
|
||||
color.footnote=
|
||||
color.header=
|
||||
color.history.add=
|
||||
color.history.delete=
|
||||
color.history.done=
|
||||
color.overdue=
|
||||
color.pri.H=
|
||||
color.pri.L=
|
||||
color.pri.M=
|
||||
color.pri.none=
|
||||
color.project.none=
|
||||
color.recurring=
|
||||
color.scheduled=
|
||||
color.summary.background=
|
||||
color.summary.bar=
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=
|
||||
color.sync.changed=
|
||||
color.sync.rejected=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# Command: undo
|
||||
color.undo.after=
|
||||
color.undo.before=
|
||||
color.warning=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user