- Added new dark-gray-256 color theme.
This commit is contained in:
Paul Beckingham 2011-02-14 11:49:17 -05:00
parent e046b37287
commit 467f0a477e
12 changed files with 113 additions and 0 deletions

View file

@ -15,6 +15,7 @@
helps scriptwriters implement shadow files externally (thanks to Sander
Marechal).
+ Added alias 'export.json' that maps to the new _query helper command.
+ Added new dark-gray-256 color theme.
+ Added feature #30, which eliminates the dependency on ncurses (thanks to
Johan Friis).
+ Added feature #41, XML export in the form of add-on script export-xml.pl,

1
NEWS
View file

@ -20,6 +20,7 @@ New Features in taskwarrior 1.9.4
- Total active time now shown on the info report.
- Add-on scripts: export-xml.pl, export-xml.py, export-xml.rb, export-ical.pl,
export-csv.pl and export-yaml.pl.
- New dark-gray-256 color theme.
Please refer to the ChangeLog file for full details. There are too many to
list here.

View file

@ -43,6 +43,10 @@ color.burndown.pending=on red
color.burndown.started=on yellow
color.burndown.done=on green
color.sync.added=green
color.sync.changed=yellow
color.sync.rejected=red
color.undo.before=red
color.undo.after=green

View file

@ -43,6 +43,10 @@ color.burndown.pending=on color9
color.burndown.started=on color11
color.burndown.done=on rgb010
color.sync.added=rgb010
color.sync.changed=color11
color.sync.rejected=color9
color.undo.before=color1
color.undo.after=color2

View file

@ -43,6 +43,10 @@ color.burndown.pending=on rgb004
color.burndown.started=on rgb015
color.burndown.done=on gray4
color.sync.added=gray4
color.sync.changed=rgb015
color.sync.rejected=rgb004
color.undo.before=rgb013
color.undo.after=rgb035

View file

@ -0,0 +1,75 @@
###############################################################################
# Sample taskwarrior 1.9 (or later) dark gray 256-color theme
#
# taskwarrior - a command line task list manager.
#
# Copyright 2011, Paul Beckingham, Federico Hernandez.
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the
#
# Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor,
# Boston, MA
# 02110-1301
# USA
#
################################################################################
color=on
color.header=color8
color.footnote=color8
color.debug=color8
color.summary.bar=black on gray12
color.summary.background=white on gray3
color.history.add=color0 on gray6
color.history.done=color0 on gray15
color.history.delete=color0 on gray10
color.burndown.pending=on gray6
color.burndown.started=on gray15
color.burndown.done=on gray10
color.sync.added=gray10
color.sync.changed=gray15
color.sync.rejected=gray6
color.undo.before=gray6
color.undo.after=gray15
color.calendar.today=color8 on color15
color.calendar.due=color7 on color8
color.calendar.due.today=color15 on color8
color.calendar.overdue=underline color0 on color7
color.calendar.weekend=on color235
color.calendar.holiday=color7 on color15
color.calendar.weeknumber=gray4
color.recurring=gray8
color.overdue=color0 on color15
color.due.today=underline color0 on color7
color.due=color7
color.active=color7 on color8
color.pri.none=
color.pri.H=color15
color.pri.M=color7
color.pri.L=color8
color.tagged=gray12
color.blocked=color15 on color8
color.project.none=
color.tag.none=
color.alternate=on gray2

View file

@ -43,6 +43,10 @@ color.burndown.pending=on rgb010
color.burndown.started=on rgb030
color.burndown.done=on gray4
color.sync.added=gray4
color.sync.changed=rgb030
color.sync.rejected=rgb010
color.undo.before=rgb031
color.undo.after=rgb053

View file

@ -43,6 +43,10 @@ color.burndown.pending=on rgb200
color.burndown.started=on rgb411
color.burndown.done=on gray4
color.sync.added=gray4
color.sync.changed=rgb411
color.sync.rejected=rgb200
color.undo.before=rgb301
color.undo.after=rgb503

View file

@ -43,6 +43,10 @@ color.burndown.pending=on rgb103
color.burndown.started=on rgb214
color.burndown.done=on gray4
color.sync.added=gray4
color.sync.changed=rgb214
color.sync.rejected=rgb103
color.undo.before=rgb103
color.undo.after=rgb305

View file

@ -43,6 +43,10 @@ color.burndown.pending=on rgb110
color.burndown.started=on rgb430
color.burndown.done=on gray4
color.sync.added=gray4
color.sync.changed=rgb430
color.sync.rejected=rgb110
color.undo.before=rgb031
color.undo.after=rgb053

View file

@ -43,6 +43,10 @@ color.burndown.pending=on red
color.burndown.started=on yellow
color.burndown.done=on green
color.sync.added=green
color.sync.changed=yellow
color.sync.rejected=red
color.undo.before=red
color.undo.after=green

View file

@ -42,6 +42,10 @@ color.burndown.pending=on rgb200
color.burndown.started=on rgb520
color.burndown.done=on rgb011
color.sync.added=rgb011
color.sync.changed=rgb520
color.sync.rejected=rgb200
color.undo.before=color1
color.undo.after=color2