mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Themes
- All themes have the same settings, in the same order. - Reduced noise in the file header.
This commit is contained in:
parent
8afdb3d8d5
commit
288291af72
15 changed files with 827 additions and 672 deletions
|
@ -1,19 +1,6 @@
|
|||
# dark-16
|
||||
# This is the proposed defult color theme
|
||||
# and the template file for metadata, layout and precedence
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -39,68 +26,77 @@
|
|||
|
||||
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
||||
|
||||
# basics
|
||||
color.active=bold yellow
|
||||
# General decoration
|
||||
color.label=inverse
|
||||
color.label.sort=
|
||||
color.alternate=
|
||||
color.header=
|
||||
color.footnote=
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
|
||||
# Task state
|
||||
color.completed=green on white
|
||||
color.deleted=red on white
|
||||
color.due.today=on yellow
|
||||
color.due=on blue
|
||||
color.overdue=on red
|
||||
color.blocking=bold green
|
||||
color.blocked=bold cyan
|
||||
color.active=bold yellow
|
||||
color.recurring=
|
||||
color.scheduled=on green
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocked=bold cyan
|
||||
color.blocking=bold green
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold white
|
||||
color.pri.M=
|
||||
color.pri.L=
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (remove "#" and replace "X" with your value)
|
||||
#color.keyword.X=
|
||||
#color.project.X=
|
||||
# Tags
|
||||
color.tag.next=bold yellow
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# Due
|
||||
color.due=on blue
|
||||
color.due.today=on yellow
|
||||
color.overdue=on red
|
||||
|
||||
# UDA
|
||||
#color.uda.X=
|
||||
|
||||
# interface
|
||||
color.alternate=
|
||||
color.header=
|
||||
color.label=inverse
|
||||
color.footnote=
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.done=on bright green
|
||||
color.burndown.pending=on green
|
||||
color.burndown.started=on bright yellow
|
||||
color.burndown.done=on bright green
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=bold yellow
|
||||
color.calendar.today=bold white
|
||||
color.calendar.due.today=on yellow
|
||||
# Report: history
|
||||
color.history.add=red on green
|
||||
color.history.delete=white on red
|
||||
color.history.done=black on bright green
|
||||
|
||||
# Report: summary
|
||||
color.summary.background=on black
|
||||
color.summary.bar=on green
|
||||
|
||||
# Command: calendar
|
||||
color.calendar.due=on blue
|
||||
color.calendar.due.today=on yellow
|
||||
color.calendar.holiday=bold yellow
|
||||
color.calendar.overdue=on red
|
||||
color.calendar.today=bold white
|
||||
color.calendar.weekend=on bright black
|
||||
color.calendar.weeknumber=bold black
|
||||
|
||||
# history report
|
||||
color.history.add=red on green
|
||||
color.history.done=black on bright green
|
||||
color.history.delete=white on red
|
||||
|
||||
# summary report (background color only)
|
||||
color.summary.bar=on green
|
||||
color.summary.background=on black
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.after=green
|
||||
color.undo.before=yellow
|
||||
|
||||
|
|
|
@ -1,17 +1,6 @@
|
|||
# dark-256
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -37,69 +26,74 @@
|
|||
|
||||
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
||||
|
||||
# basics
|
||||
color.active=bold yellow
|
||||
# General decoration
|
||||
color.label=inverse
|
||||
color.label.sort=
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.footnote=on gray5
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
|
||||
# Task state
|
||||
color.completed=rgb010 on white
|
||||
color.deleted=rgb100 on white
|
||||
color.due.today=on rgb020
|
||||
color.due=on rgb010
|
||||
color.overdue=on rgb100
|
||||
color.blocking=rgb522
|
||||
color.blocked=rgb235
|
||||
color.active=bold yellow
|
||||
color.recurring=
|
||||
color.scheduled=on rgb001
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocked=rgb235
|
||||
color.blocking=rgb522
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold white
|
||||
color.pri.M=gray23
|
||||
color.pri.L=gray12
|
||||
color.pri.none=gray23
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (replace "X" with your value)
|
||||
color.keyword.X=
|
||||
color.project.X=
|
||||
# Tags
|
||||
color.tag.next=rgb440
|
||||
color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.label=inverse
|
||||
color.footnote=on gray5
|
||||
# Due
|
||||
color.due.today=on rgb020
|
||||
color.due=on rgb010
|
||||
color.overdue=on rgb100
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.done=rgb000 on rgb020
|
||||
color.burndown.pending=rgb000 on rgb010
|
||||
color.burndown.started=rgb000 on bright yellow
|
||||
color.burndown.done=rgb000 on rgb020
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=bold yellow
|
||||
color.calendar.today=bold white
|
||||
color.calendar.due.today=on rgb020
|
||||
color.calendar.due=on rgb010
|
||||
color.calendar.overdue=on rgb100
|
||||
color.calendar.weekend=on gray5
|
||||
color.calendar.weeknumber=gray8
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=gray14 on rgb010
|
||||
color.history.done=black on rgb020
|
||||
color.history.delete=gray14 on rgb100
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on rgb010
|
||||
color.summary.background=on black
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due=on rgb010
|
||||
color.calendar.due.today=on rgb020
|
||||
color.calendar.holiday=bold yellow
|
||||
color.calendar.overdue=on rgb100
|
||||
color.calendar.today=bold white
|
||||
color.calendar.weekend=on gray5
|
||||
color.calendar.weeknumber=gray8
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
# color.theme.name=dark-blue-256
|
||||
# color.theme.description=truly blue
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -35,71 +23,77 @@
|
|||
# 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.
|
||||
|
||||
# basics
|
||||
color.active=bold yellow
|
||||
# General decoration
|
||||
color.label=inverse
|
||||
color.label.sort=
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.footnote=on gray5
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
|
||||
# Task state
|
||||
color.completed=rgb001 on white
|
||||
color.deleted=rgb100 on white
|
||||
color.due.today=on rgb002
|
||||
color.due=on rgb001
|
||||
color.overdue=on rgb102
|
||||
color.blocking=rgb150
|
||||
color.blocked=rgb035
|
||||
color.active=bold yellow
|
||||
color.recurring=
|
||||
color.scheduled=on rgb011
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocked=rgb035
|
||||
color.blocking=rgb150
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold white
|
||||
color.pri.M=gray23
|
||||
color.pri.L=gray12
|
||||
color.pri.none=gray23
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (remove "#" and replace "X" with your value)
|
||||
#color.keyword.X=
|
||||
#color.project.X=
|
||||
# Tags
|
||||
color.tag.next=rgb550
|
||||
#color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.label=inverse
|
||||
color.footnote=on gray5
|
||||
# Due
|
||||
color.due=on rgb001
|
||||
color.due.today=on rgb002
|
||||
color.overdue=on rgb102
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.done=on rgb004
|
||||
color.burndown.pending=on rgb001
|
||||
color.burndown.started=on rgb330
|
||||
color.burndown.done=on rgb004
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=rgb550
|
||||
color.calendar.today=bold white
|
||||
color.calendar.due.today=on rgb004
|
||||
color.calendar.due=on rgb002
|
||||
color.calendar.overdue=on rgb102
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=rgb003
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=white on rgb001
|
||||
color.history.done=black on rgb004
|
||||
color.history.delete=white on rgb100
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on rgb001
|
||||
color.summary.background=on gray2
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due=on rgb002
|
||||
color.calendar.due.today=on rgb004
|
||||
color.calendar.holiday=rgb550
|
||||
color.calendar.overdue=on rgb102
|
||||
color.calendar.today=bold white
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=rgb003
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
###############################################################################
|
||||
# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring green.
|
||||
#
|
||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -25,44 +24,76 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
color=on
|
||||
color.active=on color3
|
||||
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
|
||||
color.calendar.due.today=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
|
||||
color.debug=color7 on color1
|
||||
color.due.today=color11
|
||||
color.due=on color2
|
||||
color.error=color1 on color7
|
||||
color.footnote=color3 on color0
|
||||
color.header=color3 on color0
|
||||
color.history.add=on color2
|
||||
color.history.done=color8 on color10
|
||||
color.history.delete=on color1
|
||||
color.overdue=on color5
|
||||
color.pri.H=bold white
|
||||
color.pri.L=color13
|
||||
color.pri.M=color7
|
||||
color.pri.none=color7
|
||||
color.project.none=
|
||||
color.recurring=color14
|
||||
color.scheduled=color11
|
||||
color.summary.background=on color6
|
||||
color.summary.bar=on color2
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=color11
|
||||
color.sync.changed=color10
|
||||
color.sync.rejected=color9
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
color.undo.after=color9
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=color10
|
||||
color.undo.after=color9
|
||||
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
# dark-gray-256
|
||||
# no color, only shades of gray
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -38,69 +26,74 @@
|
|||
|
||||
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
||||
|
||||
# basics
|
||||
color.active=black on gray18
|
||||
# General decoration
|
||||
color.label=inverse
|
||||
color.label.sort=
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.footnote=on gray5
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
|
||||
# Task state
|
||||
color.completed=black on white
|
||||
color.deleted=black on white
|
||||
color.due.today=on gray4
|
||||
color.due=on gray2
|
||||
color.overdue=on gray6
|
||||
color.blocking=bold white
|
||||
color.blocked=gray13
|
||||
color.active=black on gray18
|
||||
color.recurring=
|
||||
color.scheduled=on gray8
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocked=gray13
|
||||
color.blocking=bold white
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=gray21
|
||||
color.pri.M=gray18
|
||||
color.pri.L=gray12
|
||||
color.pri.none=gray18
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (replace "X" with your value)
|
||||
color.keyword.X=
|
||||
color.project.X=
|
||||
# Tags
|
||||
color.tag.next=bold white
|
||||
color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.label=inverse
|
||||
color.footnote=on gray5
|
||||
# Due
|
||||
color.due=on gray2
|
||||
color.due.today=on gray4
|
||||
color.overdue=on gray6
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.done=rgb000 on rgb020
|
||||
color.burndown.pending=rgb000 on rgb010
|
||||
color.burndown.started=rgb000 on bright yellow
|
||||
color.burndown.done=rgb000 on rgb020
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=black on gray20
|
||||
color.calendar.today=bold white
|
||||
color.calendar.due.today=on gray15
|
||||
color.calendar.due=on gray8
|
||||
color.calendar.overdue=gray2 on gray10
|
||||
color.calendar.weekend=on gray2
|
||||
color.calendar.weeknumber=gray6
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=gray15 on gray5
|
||||
color.history.done=gray5 on gray23
|
||||
color.history.delete=black on gray10
|
||||
color.history.done=gray5 on gray23
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on gray15
|
||||
color.summary.background=on black
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due=on gray8
|
||||
color.calendar.due.today=on gray15
|
||||
color.calendar.holiday=black on gray20
|
||||
color.calendar.overdue=gray2 on gray10
|
||||
color.calendar.today=bold white
|
||||
color.calendar.weekend=on gray2
|
||||
color.calendar.weeknumber=gray6
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
###############################################################################
|
||||
# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring blue.
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -27,51 +24,76 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
color=on
|
||||
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 gray0
|
||||
color.header=gray10
|
||||
color.footnote=gray10
|
||||
color.warning=
|
||||
color.error=rgb500
|
||||
color.debug=rgb500
|
||||
|
||||
color.summary.bar=white on gray9
|
||||
color.summary.background=white on color0
|
||||
# Task state
|
||||
color.completed=
|
||||
color.deleted=
|
||||
color.active=gray0 on gray23
|
||||
color.recurring=
|
||||
color.scheduled=
|
||||
color.until=
|
||||
color.blocked=bold gray10 on gray4
|
||||
color.blocking=bold gray18 on gray6
|
||||
|
||||
color.history.add=on gray9
|
||||
color.history.done=black on gray16
|
||||
color.history.delete=black on gray23
|
||||
# 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=rgb300 on gray15
|
||||
color.overdue=underline rgb300 on gray15
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.pending=on gray9
|
||||
color.burndown.started=on gray16
|
||||
color.burndown.done=on gray23
|
||||
|
||||
# Report: history
|
||||
color.history.add=on gray9
|
||||
color.history.delete=black on gray23
|
||||
color.history.done=black on gray16
|
||||
|
||||
# Report: summary
|
||||
color.summary.bar=white on gray9
|
||||
color.summary.background=white on color0
|
||||
|
||||
# Command: calendar
|
||||
color.calendar.due=color0 on gray10
|
||||
color.calendar.due.today=color0 on gray15
|
||||
color.calendar.holiday=color15 on rgb005
|
||||
color.calendar.overdue=color0 on gray20
|
||||
color.calendar.today=underline black on color15
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=gray10
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=gray10
|
||||
color.sync.changed=gray15
|
||||
color.sync.rejected=gray23
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=green
|
||||
color.undo.after=red
|
||||
|
||||
color.calendar.today=underline black on color15
|
||||
color.calendar.due=color0 on gray10
|
||||
color.calendar.due.today=color0 on gray15
|
||||
color.calendar.overdue=color0 on gray20
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.holiday=color15 on rgb005
|
||||
color.calendar.weeknumber=gray10
|
||||
|
||||
color.recurring=
|
||||
color.overdue=underline rgb300 on gray15
|
||||
color.due.today=rgb300 on gray15
|
||||
color.due=
|
||||
color.active=gray0 on gray23
|
||||
# No color for being prioritized (Pri column will show up if needed)
|
||||
color.pri.none=
|
||||
color.pri.H=
|
||||
color.pri.M=
|
||||
color.pri.L=
|
||||
color.tagged=
|
||||
color.blocked=bold gray10 on gray4
|
||||
color.blocking=bold gray18 on gray6
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.alternate=on gray0
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
# color.theme.name=dark-green-256
|
||||
# color.theme.description=as green as grass
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -35,71 +23,76 @@
|
|||
# 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.
|
||||
|
||||
# basics
|
||||
color.active=bold yellow
|
||||
# General decoration
|
||||
color.label=inverse
|
||||
color.label.sort=
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.footnote=on gray5
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
|
||||
# Task state
|
||||
color.completed=rgb020 on white
|
||||
color.deleted=rgb200 on white
|
||||
color.due.today=on rgb020
|
||||
color.due=on rgb010
|
||||
color.overdue=on rgb120
|
||||
color.blocking=rgb533
|
||||
color.blocked=rgb353
|
||||
color.active=bold yellow
|
||||
color.recurring=
|
||||
color.scheduled=on rgb011
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocked=rgb353
|
||||
color.blocking=rgb533
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold white
|
||||
color.pri.M=gray23
|
||||
color.pri.L=gray14
|
||||
color.pri.none=gray23
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (remove "#" and replace "X" with your value)
|
||||
#color.keyword.X=
|
||||
#color.project.X=
|
||||
# Tags
|
||||
color.tag.next=rgb440
|
||||
#color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=on gray1
|
||||
color.header=color0 on gray11
|
||||
color.label=inverse
|
||||
color.footnote=on gray5
|
||||
# Due
|
||||
color.due=on rgb010
|
||||
color.due.today=on rgb020
|
||||
color.overdue=on rgb120
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.pending=on rgb010
|
||||
color.burndown.started=on bright yellow
|
||||
color.burndown.done=on rgb030
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=rgb550
|
||||
color.calendar.today=bold white
|
||||
color.calendar.due.today=on rgb020
|
||||
color.calendar.due=on rgb010
|
||||
color.calendar.overdue=on rgb120
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=rgb020
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=white on rgb010
|
||||
color.history.done=black on rgb030
|
||||
color.history.delete=white on rgb100
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on rgb010
|
||||
color.summary.background=gray4
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due.today=on rgb020
|
||||
color.calendar.due=on rgb010
|
||||
color.calendar.holiday=rgb550
|
||||
color.calendar.overdue=on rgb120
|
||||
color.calendar.today=bold white
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=rgb020
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
# color.theme.name=dark-red-256
|
||||
# color.theme.description=well red, warmer than most
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -38,69 +26,74 @@
|
|||
|
||||
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
||||
|
||||
# basics
|
||||
color.active=bold yellow
|
||||
# General decoration
|
||||
color.label=inverse
|
||||
color.label.sort=
|
||||
color.alternate=on gray1
|
||||
color.header=black on gray11
|
||||
color.footnote=gray2 on gray12
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
|
||||
# Task state
|
||||
color.completed=rgb020 on white
|
||||
color.deleted=rgb200 on white
|
||||
color.due.today=on rgb300
|
||||
color.due=on rgb100
|
||||
color.overdue=on rgb200
|
||||
color.blocking=rgb152
|
||||
color.blocked=rgb125
|
||||
color.active=bold yellow
|
||||
color.recurring=
|
||||
color.scheduled=on rgb201
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocked=rgb125
|
||||
color.blocking=rgb152
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold white
|
||||
color.pri.M=gray23
|
||||
color.pri.L=gray12
|
||||
color.pri.none=gray23
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (remove "#" and replace "X" with your value)
|
||||
#color.keyword.X=
|
||||
#color.project.X=
|
||||
# Tags
|
||||
color.tag.next=rgb440
|
||||
#color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=on gray1
|
||||
color.header=black on gray11
|
||||
color.label=inverse
|
||||
color.footnote=gray2 on gray12
|
||||
# Due
|
||||
color.due=on rgb100
|
||||
color.due.today=on rgb300
|
||||
color.overdue=on rgb200
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.pending=on rgb010
|
||||
color.burndown.started=on bright yellow
|
||||
color.burndown.done=on rgb030
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=rgb550
|
||||
color.calendar.today=bold white
|
||||
color.calendar.due.today=on rgb500
|
||||
color.calendar.due=on rgb100
|
||||
color.calendar.overdue=on rgb300
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=rgb200
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=white on rgb010
|
||||
color.history.done=black on rgb030
|
||||
color.history.delete=white on rgb100
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on rgb010
|
||||
color.summary.background=gray4
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=black on white
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due=on rgb100
|
||||
color.calendar.due.today=on rgb500
|
||||
color.calendar.holiday=rgb550
|
||||
color.calendar.overdue=on rgb300
|
||||
color.calendar.today=bold white
|
||||
color.calendar.weekend=on gray4
|
||||
color.calendar.weeknumber=rgb200
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
################################################################################
|
||||
# Sample taskwarrior 1.9 (or later) dark violet 256-color theme
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -25,51 +24,76 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
color=on
|
||||
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 gray2
|
||||
color.header=rgb013
|
||||
color.footnote=rgb013
|
||||
color.warning=
|
||||
color.error=rgb013
|
||||
color.debug=rgb013
|
||||
|
||||
color.summary.bar=white on rgb103
|
||||
color.summary.background=white on color0
|
||||
# Task state
|
||||
color.completed=
|
||||
color.deleted=
|
||||
color.active=rgb445 on rgb213
|
||||
color.recurring=rgb115
|
||||
color.scheduled=
|
||||
color.until=
|
||||
color.blocked=white on rgb101
|
||||
color.blocking=white on rgb202
|
||||
|
||||
color.history.add=color0 on rgb105
|
||||
color.history.done=color0 on rgb205
|
||||
color.history.delete=color0 on rgb305
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=rgb404
|
||||
color.pri.M=rgb304
|
||||
color.pri.L=rgb325
|
||||
color.pri.none=
|
||||
|
||||
# Tags
|
||||
color.tag.next=
|
||||
color.tag.none=
|
||||
color.tagged=rgb334
|
||||
|
||||
# Due
|
||||
color.due=rgb055
|
||||
color.due.today=rgb533
|
||||
color.overdue=color9
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.pending=on rgb103
|
||||
color.burndown.started=on rgb214
|
||||
color.burndown.done=on gray4
|
||||
|
||||
# Report: history
|
||||
color.history.add=color0 on rgb105
|
||||
color.history.done=color0 on rgb205
|
||||
color.history.delete=color0 on rgb305
|
||||
|
||||
# Report: summary
|
||||
color.summary.bar=white on rgb103
|
||||
color.summary.background=white on color0
|
||||
|
||||
# Command: calendar
|
||||
color.calendar.due=color0 on rgb325
|
||||
color.calendar.due.today=color0 on rgb404
|
||||
color.calendar.holiday=color15 on rgb022
|
||||
color.calendar.overdue=color0 on color9
|
||||
color.calendar.today=color15 on rgb103
|
||||
color.calendar.weekend=gray12 on gray3
|
||||
color.calendar.weeknumber=rgb104
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=gray4
|
||||
color.sync.changed=rgb214
|
||||
color.sync.rejected=rgb103
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=rgb103
|
||||
color.undo.after=rgb305
|
||||
|
||||
color.calendar.today=color15 on rgb103
|
||||
color.calendar.due=color0 on rgb325
|
||||
color.calendar.due.today=color0 on rgb404
|
||||
color.calendar.overdue=color0 on color9
|
||||
color.calendar.weekend=gray12 on gray3
|
||||
color.calendar.holiday=color15 on rgb022
|
||||
color.calendar.weeknumber=rgb104
|
||||
|
||||
color.recurring=rgb115
|
||||
color.overdue=color9
|
||||
color.due.today=rgb533
|
||||
color.due=rgb055
|
||||
color.active=rgb445 on rgb213
|
||||
color.pri.none=
|
||||
color.pri.H=rgb404
|
||||
color.pri.M=rgb304
|
||||
color.pri.L=rgb325
|
||||
color.tagged=rgb334
|
||||
color.blocked=white on rgb101
|
||||
color.blocking=white on rgb202
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.alternate=on gray2
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
################################################################################
|
||||
# Sample taskwarrior 1.9 (or later) dark-yellow-green 256-color theme
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -25,51 +24,76 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
color=on
|
||||
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 gray0
|
||||
color.header=rgb031
|
||||
color.footnote=rgb031
|
||||
color.warning=
|
||||
color.error=rgb031
|
||||
color.debug=rgb031
|
||||
|
||||
color.summary.bar=white on rgb030
|
||||
color.summary.background=white on color0
|
||||
# Task state
|
||||
color.completed=
|
||||
color.deleted=
|
||||
color.active=rgb451 on rgb310
|
||||
color.recurring=rgb343
|
||||
color.scheduled=
|
||||
color.until=
|
||||
color.blocked=white on rgb110
|
||||
color.blocking=white on rgb220
|
||||
|
||||
color.history.add=color0 on rgb010
|
||||
color.history.done=color0 on rgb030
|
||||
color.history.delete=color0 on rgb050
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=rgb450
|
||||
color.pri.M=rgb030
|
||||
color.pri.L=rgb010
|
||||
color.pri.none=
|
||||
|
||||
# Tags
|
||||
color.tag.next=
|
||||
color.tag.none=
|
||||
color.tagged=rgb342
|
||||
|
||||
# Due
|
||||
color.due=rgb420
|
||||
color.due.today=rgb410
|
||||
color.overdue=rgb400
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.pending=on rgb110
|
||||
color.burndown.started=on rgb430
|
||||
color.burndown.done=on gray4
|
||||
|
||||
# Report: history
|
||||
color.history.add=color0 on rgb010
|
||||
color.history.done=color0 on rgb030
|
||||
color.history.delete=color0 on rgb050
|
||||
|
||||
# Report: summary
|
||||
color.summary.bar=white on rgb030
|
||||
color.summary.background=white on color0
|
||||
|
||||
# Command: calendar
|
||||
color.calendar.due=color0 on rgb430
|
||||
color.calendar.due.today=color0 on rgb410
|
||||
color.calendar.holiday=rgb151 on rgb020
|
||||
color.calendar.overdue=color0 on rgb400
|
||||
color.calendar.today=color15 on rgb110
|
||||
color.calendar.weekend=on color235
|
||||
color.calendar.weeknumber=rgb110
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=gray4
|
||||
color.sync.changed=rgb430
|
||||
color.sync.rejected=rgb110
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=rgb031
|
||||
color.undo.after=rgb053
|
||||
|
||||
color.calendar.today=color15 on rgb110
|
||||
color.calendar.due=color0 on rgb430
|
||||
color.calendar.due.today=color0 on rgb410
|
||||
color.calendar.overdue=color0 on rgb400
|
||||
color.calendar.weekend=on color235
|
||||
color.calendar.holiday=rgb151 on rgb020
|
||||
color.calendar.weeknumber=rgb110
|
||||
|
||||
color.recurring=rgb343
|
||||
color.overdue=rgb400
|
||||
color.due.today=rgb410
|
||||
color.due=rgb420
|
||||
color.active=rgb451 on rgb310
|
||||
color.pri.none=
|
||||
color.pri.H=rgb450
|
||||
color.pri.M=rgb030
|
||||
color.pri.L=rgb010
|
||||
color.tagged=rgb342
|
||||
color.blocked=white on rgb110
|
||||
color.blocking=white on rgb220
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.alternate=on gray0
|
||||
|
||||
|
|
|
@ -1,17 +1,6 @@
|
|||
# light-16
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -37,69 +26,74 @@
|
|||
|
||||
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
||||
|
||||
# basics
|
||||
color.active=color11 on color8
|
||||
# General decoration
|
||||
color.label=white on black
|
||||
color.label.sort=
|
||||
color.alternate=
|
||||
color.header=bold white on color8
|
||||
color.footnote=color14 on color8
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=white on black
|
||||
|
||||
# Task state
|
||||
color.completed=green on black
|
||||
color.deleted=red on black
|
||||
color.due.today=on color11
|
||||
color.due=on color10
|
||||
color.overdue=on color13
|
||||
color.blocking=red
|
||||
color.blocked=blue
|
||||
color.active=color11 on color8
|
||||
color.recurring=
|
||||
color.scheduled=on color14
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocking=red
|
||||
color.blocked=blue
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=
|
||||
color.pri.M=
|
||||
color.pri.L=color8
|
||||
color.pri.none=
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (replace "X" with your value)
|
||||
color.keyword.X=
|
||||
color.project.X=
|
||||
# Tags
|
||||
color.tag.next=color11 on color8
|
||||
color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=
|
||||
color.header=bold white on color8
|
||||
color.label=white on black
|
||||
color.footnote=color14 on color8
|
||||
# Due
|
||||
color.due=on color10
|
||||
color.due.today=on color11
|
||||
color.overdue=on color13
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.pending=on color10
|
||||
color.burndown.started=on color11
|
||||
color.burndown.done=on color2
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=yellow
|
||||
color.calendar.today=color4
|
||||
color.calendar.due.today=color4 on color11
|
||||
color.calendar.due=on color10
|
||||
color.calendar.overdue=on color13
|
||||
color.calendar.weekend=on white
|
||||
color.calendar.weeknumber=color7 on color8
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=blue on color11
|
||||
color.history.done=color2 on color10
|
||||
color.history.delete=black on color9
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on color10
|
||||
color.summary.background=on white
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=white on black
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due=on color10
|
||||
color.calendar.due.today=color4 on color11
|
||||
color.calendar.holiday=yellow
|
||||
color.calendar.overdue=on color13
|
||||
color.calendar.today=color4
|
||||
color.calendar.weekend=on white
|
||||
color.calendar.weeknumber=color7 on color8
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
|
|
@ -1,17 +1,6 @@
|
|||
# light-256
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Color theme for taskwarrior 2.4 (or later)
|
||||
#
|
||||
# taskwarrior - a command line task list manager.
|
||||
# http://taskwarrior.org - http://tasktools.org
|
||||
#
|
||||
# For more information on how to use, see 'man taskrc' and 'man task-color'
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
|
||||
# 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
|
||||
|
@ -37,69 +26,74 @@
|
|||
|
||||
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
|
||||
|
||||
# basics
|
||||
color.active=rgb420
|
||||
# General decoration
|
||||
color.label=white on gray12
|
||||
color.label.sort=
|
||||
color.alternate=on gray22
|
||||
color.header=bold white on gray8
|
||||
color.footnote=on gray18
|
||||
color.warning=bold red
|
||||
color.error=red on white
|
||||
color.debug=white on black
|
||||
|
||||
# Task state
|
||||
color.completed=rgb353 on black
|
||||
color.deleted=rgb533 on black
|
||||
color.due.today=on rgb353
|
||||
color.due=on rgb343
|
||||
color.overdue=on rgb544
|
||||
color.blocking=rgb300
|
||||
color.blocked=rgb003
|
||||
color.active=rgb420
|
||||
color.recurring=
|
||||
color.scheduled=on rgb345
|
||||
color.tagged=
|
||||
color.until=
|
||||
color.blocking=rgb300
|
||||
color.blocked=rgb003
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=gray0
|
||||
color.pri.M=gray5
|
||||
color.pri.L=gray10
|
||||
color.pri.none=gray5
|
||||
|
||||
# missing attributes
|
||||
color.project.none=
|
||||
color.tag.none=
|
||||
color.pri.none=
|
||||
|
||||
# personal color rules (replace "X" with your value)
|
||||
color.keyword.X=
|
||||
color.project.X=
|
||||
# Tags
|
||||
color.tag.next=rgb420
|
||||
color.uda.X=
|
||||
color.tag.none=
|
||||
color.tagged=
|
||||
|
||||
# interface
|
||||
color.alternate=on gray22
|
||||
color.header=bold white on gray8
|
||||
color.label=white on gray12
|
||||
color.footnote=on gray18
|
||||
# Due
|
||||
color.due=on rgb343
|
||||
color.due.today=on rgb353
|
||||
color.overdue=on rgb544
|
||||
|
||||
# burndown report
|
||||
# Report: burndown
|
||||
color.burndown.pending=on rgb141
|
||||
color.burndown.started=on rgb440
|
||||
color.burndown.done=on rgb151
|
||||
|
||||
# calendar
|
||||
color.calendar.holiday=rgb420
|
||||
color.calendar.today=rgb005
|
||||
color.calendar.due.today=on rgb353
|
||||
color.calendar.due=on rgb343
|
||||
color.calendar.overdue=on rgb533
|
||||
color.calendar.weekend=on gray21
|
||||
color.calendar.weeknumber=gray16
|
||||
|
||||
# history report
|
||||
# Report: history
|
||||
color.history.add=rgb005 on rgb440
|
||||
color.history.done=rgb020 on rgb343
|
||||
color.history.delete=rgb300 on rgb533
|
||||
|
||||
# summary report (background color only)
|
||||
# Report: summary
|
||||
color.summary.bar=on rgb141
|
||||
color.summary.background=on gray20
|
||||
|
||||
# status
|
||||
color.error=red on white
|
||||
color.debug=white on black
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
# Command: calendar
|
||||
color.calendar.due=on rgb343
|
||||
color.calendar.due.today=on rgb353
|
||||
color.calendar.holiday=rgb420
|
||||
color.calendar.overdue=on rgb533
|
||||
color.calendar.today=rgb005
|
||||
color.calendar.weekend=on gray21
|
||||
color.calendar.weeknumber=gray16
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=red
|
||||
color.warning=bold red
|
||||
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
|
|
@ -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=
|
||||
|
||||
|
|
|
@ -1,21 +1,6 @@
|
|||
################################################################################
|
||||
# Taskwarrior solarized-dark-256 theme created by Stefan A. Keel.
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||
#
|
||||
# Colors used are based on the Solarized palette created by Ethan Schoonover
|
||||
# <http://ethanschoonover.com/solarized>
|
||||
#
|
||||
# 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 <https://github.com/sigurdga/gnome-terminal-colors-solarized>
|
||||
#
|
||||
# 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. Some
|
||||
# of the colors used are "named" in order to use the bold feature. The color
|
||||
# "name" is based on the color's original name as the terminal understands it.
|
||||
# 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
|
||||
|
@ -37,20 +22,81 @@
|
|||
#
|
||||
# http://www.opensource.org/licenses/mit-license.php
|
||||
#
|
||||
################################################################################
|
||||
###############################################################################
|
||||
|
||||
color=on
|
||||
# Colors used are based on the Solarized palette created by Ethan Schoonover
|
||||
# <http://ethanschoonover.com/solarized>
|
||||
#
|
||||
# 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 <https://github.com/sigurdga/gnome-terminal-colors-solarized>
|
||||
#
|
||||
# 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. Some
|
||||
# of the colors used are "named" in order to use the bold feature. The color
|
||||
# "name" is based on the color's original name as the terminal understands it.
|
||||
#
|
||||
# Taskwarrior solarized-dark-256 theme created by Stefan A. Keel.
|
||||
|
||||
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 color0
|
||||
color.header=color4
|
||||
color.footnote=color6
|
||||
color.warning=
|
||||
color.error=color6
|
||||
color.debug=color6
|
||||
|
||||
# Task state
|
||||
color.completed=
|
||||
color.deleted=
|
||||
color.active=bold red
|
||||
color.alternate=on black #color0
|
||||
|
||||
color.recurring=color4
|
||||
color.scheduled=
|
||||
color.until=
|
||||
color.blocked=color0 on color10
|
||||
color.blocking=color15 on color10
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold blue #color14
|
||||
color.pri.M=bold yellow #color12
|
||||
color.pri.L=bold green #color11
|
||||
color.pri.none=
|
||||
|
||||
# Tags
|
||||
color.tag.next=
|
||||
color.tag.none=
|
||||
color.tagged=color10
|
||||
|
||||
# Due
|
||||
color.due=color9
|
||||
color.due.today=color1
|
||||
color.overdue=color5
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.done=color0 on color4
|
||||
color.burndown.pending=color0 on color1
|
||||
color.burndown.started=color0 on color9
|
||||
|
||||
# Report: history
|
||||
color.history.add=color0 on color1
|
||||
color.history.delete=color0 on color3
|
||||
color.history.done=color0 on color10
|
||||
|
||||
# Report: summary
|
||||
color.summary.background=on color0
|
||||
color.summary.bar=color0 on color6
|
||||
|
||||
# Command: calendar
|
||||
color.calendar.due=color0 on color9
|
||||
color.calendar.due.today=color0 on color1
|
||||
color.calendar.holiday=color0 on color3
|
||||
|
@ -59,35 +105,12 @@ color.calendar.today=color0 on color4
|
|||
color.calendar.weekend=on color0
|
||||
color.calendar.weeknumber=color4
|
||||
|
||||
color.error=color6
|
||||
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=bold blue #color14
|
||||
color.pri.M=bold yellow #color12
|
||||
color.pri.L=bold green #color11
|
||||
color.pri.none=
|
||||
|
||||
color.project.none=
|
||||
color.recurring=color4
|
||||
|
||||
color.summary.background=on color0
|
||||
color.summary.bar=color0 on color6
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=color14
|
||||
color.sync.changed=color9
|
||||
color.sync.rejected=color13
|
||||
|
||||
color.tag.none=
|
||||
color.tagged=color10
|
||||
|
||||
# Command: undo
|
||||
color.undo.after=color2
|
||||
color.undo.before=color1
|
||||
|
||||
|
|
|
@ -1,21 +1,6 @@
|
|||
################################################################################
|
||||
# Taskwarrior solarized-dark-256 theme created by Stefan A. Keel.
|
||||
###############################################################################
|
||||
#
|
||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||
#
|
||||
# Colors used are based on the Solarized palette created by Ethan Schoonover
|
||||
# <http://ethanschoonover.com/solarized>
|
||||
#
|
||||
# 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 <https://github.com/sigurdga/gnome-terminal-colors-solarized>
|
||||
#
|
||||
# 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. Some
|
||||
# of the colors used are "named" in order to use the bold feature. The color
|
||||
# "name" is based on the color's original name as the terminal understands it.
|
||||
# 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
|
||||
|
@ -37,20 +22,81 @@
|
|||
#
|
||||
# http://www.opensource.org/licenses/mit-license.php
|
||||
#
|
||||
################################################################################
|
||||
###############################################################################
|
||||
|
||||
color=on
|
||||
# Colors used are based on the Solarized palette created by Ethan Schoonover
|
||||
# <http://ethanschoonover.com/solarized>
|
||||
#
|
||||
# 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 <https://github.com/sigurdga/gnome-terminal-colors-solarized>
|
||||
#
|
||||
# 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. Some
|
||||
# of the colors used are "named" in order to use the bold feature. The color
|
||||
# "name" is based on the color's original name as the terminal understands it.
|
||||
#
|
||||
# Taskwarrior solarized-dark-256 theme created by Stefan A. Keel.
|
||||
|
||||
color.active=bold red #color9
|
||||
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 white #color7 (allows bold for alternate rows)
|
||||
color.header=color2
|
||||
color.footnote=color2
|
||||
color.warning=
|
||||
color.error=color2
|
||||
color.debug=color3
|
||||
|
||||
# Task state
|
||||
color.completed=
|
||||
color.deleted=
|
||||
color.active=bold red #color9
|
||||
color.recurring=color4
|
||||
color.scheduled=
|
||||
color.until=
|
||||
color.blocked=on color14
|
||||
color.blocking=on color14
|
||||
|
||||
# Project
|
||||
color.project.none=
|
||||
|
||||
# Priority
|
||||
color.pri.H=bold black #color0
|
||||
color.pri.M=bold yellow #color11
|
||||
color.pri.L=bold cyan #color14
|
||||
color.pri.none=
|
||||
|
||||
# Tags
|
||||
color.tag.next=
|
||||
color.tag.none=
|
||||
color.tagged=color14
|
||||
|
||||
# Due
|
||||
color.due=color9
|
||||
color.due.today=color1
|
||||
color.overdue=color5
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.done=color0 on color4
|
||||
color.burndown.pending=color0 on color1
|
||||
color.burndown.started=color0 on color9
|
||||
|
||||
# Report: history
|
||||
color.history.add=color0 on color1
|
||||
color.history.delete=color0 on color3
|
||||
color.history.done=color14 on color0
|
||||
|
||||
# Report: summary
|
||||
color.summary.background=on color7
|
||||
color.summary.bar=color0 on color6
|
||||
|
||||
# Command: calendar
|
||||
color.calendar.due=color7 on color9
|
||||
color.calendar.due.today=color7 on color1
|
||||
color.calendar.holiday=color7 on color3
|
||||
|
@ -59,35 +105,12 @@ color.calendar.today=color7 on color4
|
|||
color.calendar.weekend=on color7
|
||||
color.calendar.weeknumber=color14
|
||||
|
||||
color.error=color2
|
||||
color.debug=color3
|
||||
color.due=color9
|
||||
color.due.today=color1
|
||||
color.overdue=color5
|
||||
color.footnote=color2
|
||||
color.header=color2
|
||||
|
||||
color.history.add=color0 on color1
|
||||
color.history.delete=color0 on color3
|
||||
color.history.done=color14 on color0
|
||||
|
||||
color.pri.H=bold black #color0
|
||||
color.pri.M=bold yellow #color11
|
||||
color.pri.L=bold cyan #color14
|
||||
color.pri.none=
|
||||
|
||||
color.project.none=
|
||||
color.recurring=color4
|
||||
|
||||
color.summary.background=on color7
|
||||
color.summary.bar=color0 on color6
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=color10
|
||||
color.sync.changed=color9
|
||||
color.sync.rejected=color13
|
||||
|
||||
color.tag.none=
|
||||
color.tagged=color14
|
||||
|
||||
# Command: undo
|
||||
color.undo.after=color2
|
||||
color.undo.before=color1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue