diff --git a/AUTHORS b/AUTHORS index 60890b4f8..8912275af 100644 --- a/AUTHORS +++ b/AUTHORS @@ -45,6 +45,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Alexei Romanoff Tomas Cech Duane Waddle + Stefan Keel Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index ce3f0d442..e3a313ae9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ http://holidata.net, and brings the installed holiday files up to date. + Extension system now controlled by the 'extensions' configuration variable. + HTML export in the form of an external scripts export-html.pl. + + Two additional solarized theme files, solarized-dark-256.theme and + solarized-light-256.theme (thanks to Stefan Keel). # Tracked Features, sorted by ID. + Added feature #523 & #659, adding 'status' as a reportable field (thanks to diff --git a/NEWS b/NEWS index 784a5c0ed..3b8920eaf 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,7 @@ New configuration options in taskwarrior 2.0.0 retains the original meaning, which is whether or not to auto-detect the dimensions of the terminal window. - Extension system now controlled by the 'extensions' configuration variable. + - Two new solarized color themes. Newly deprecated features in taskwarrior 2.0.0 diff --git a/doc/rc/solarized-dark-256.theme b/doc/rc/solarized-dark-256.theme new file mode 100644 index 000000000..41cb3f6f3 --- /dev/null +++ b/doc/rc/solarized-dark-256.theme @@ -0,0 +1,72 @@ +############################################################################### +# Taskwarrior solarized-dark-256 theme created by Stefan A. Keel. +# +# For use with taskwarrior - a command line task list manager created by +# Paul Beckingham, Federico Hernandez. +# +# Colors used are based on the Solarized palette created by Ethan Schoonover +# +# +# Colors 0 through 15 in this theme are based on the 16 color positions defined +# in the Xresources file distributed with the Solarized color palette. +# +# This theme was designed to work with a terminal application that is using +# a Solarized "Dark" color theme, otherwise colors will look odd. +# Solarized includes themes for iTerm2, OSX Terminal.app, and Xresources. +# Others are also available, i.e.: +# Gnome Terminal +# +# This theme is free to use, modify, redistribute, or simply giggle at. It is +# distributed with absolutely no warranty of servicability or guarantee. +# +################################################################################ +color=on + +color.active=color0 on color9 +color.alternate=on color0 + +color.blocked=color0 on color10 + +color.burndown.done=color0 on color4 +color.burndown.pending=color0 on color1 +color.burndown.started=color0 on color9 + +color.calendar.due=color0 on color9 +color.calendar.due.today=color0 on color1 +color.calendar.holiday=color0 on color3 +color.calendar.overdue=color0 on color5 +color.calendar.today=color0 on color4 +color.calendar.weekend=on color0 +color.calendar.weeknumber=color4 + +color.debug=color6 +color.due=color9 +color.due.today=color1 +color.overdue=color5 +color.footnote=color6 +color.header=color4 + +color.history.add=color0 on color1 +color.history.delete=color0 on color3 +color.history.done=color0 on color10 + +color.pri.H=color14 +color.pri.M=color12 +color.pri.L=color11 +color.pri.none= + +color.project.none= +color.recurring=color4 + +color.summary.background=on color0 +color.summary.bar=color0 on color6 + +color.sync.added=color14 +color.sync.changed=color9 +color.sync.rejected=color13 + +color.tag.none= +color.tagged=color6 + +color.undo.after=color2 +color.undo.before=color1 diff --git a/doc/rc/solarized-light-256.theme b/doc/rc/solarized-light-256.theme new file mode 100644 index 000000000..17b74ed04 --- /dev/null +++ b/doc/rc/solarized-light-256.theme @@ -0,0 +1,72 @@ +############################################################################### +# Taskwarrior solarized-light-256 theme created by Stefan A. Keel. +# +# For use with taskwarrior - a command line task list manager created by +# Paul Beckingham, Federico Hernandez. +# +# Colors used are based on the Solarized palette created by Ethan Schoonover +# +# +# Colors 0 through 15 in this theme are based on the 16 color positions defined +# in the Xresources file distributed with the Solarized color palette. +# +# This theme was designed to work with a terminal application that is using +# a Solarized "Light" color theme, otherwise colors will look odd. +# Solarized includes themes for iTerm2, OSX Terminal.app, and Xresources. +# Others are also available, i.e.: +# Gnome Terminal +# +# This theme is free to use, modify, redistribute, or simply giggle at. It is +# distributed with absolutely no warranty of servicability or guarantee. +# +################################################################################# +color=on + +color.active=color7 on color9 +color.alternate=on color7 + +color.blocked=color14 on color10 + +color.burndown.done=color0 on color4 +color.burndown.pending=color0 on color1 +color.burndown.started=color0 on color9 + +color.calendar.due=color7 on color9 +color.calendar.due.today=color7 on color1 +color.calendar.holiday=color0 on color3 +color.calendar.overdue=color7 on color5 +color.calendar.today=color7 on color4 +color.calendar.weekend=on color7 +color.calendar.weeknumber=color4 + +color.debug=color6 +color.due=color9 +color.due.today=color1 +color.overdue=color5 +color.footnote=color6 +color.header=color4 + +color.history.add=color0 on color1 +color.history.delete=color0 on color3 +color.history.done=color14 on color0 + +color.pri.H=color0 +color.pri.M=color10 +color.pri.L=color14 +color.pri.none= + +color.project.none= +color.recurring=color4 + +color.summary.background=on color7 +color.summary.bar=color0 on color6 + +color.sync.added=color10 +color.sync.changed=color9 +color.sync.rejected=color13 + +color.tag.none= +color.tagged=color6 + +color.undo.after=color2 +color.undo.before=color1