mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue