mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-24
- TW-24 incorrect use of xterm colorization escape sequences (thanks to Steve Rader).
This commit is contained in:
parent
98091a6100
commit
96c5e77450
2 changed files with 11 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
- TW-15 'task recurring' shows only children of recurring tasks (thanks to
|
||||
Louis-Claude Canon).
|
||||
- TW-21 do not match a UDA if not followed by colon (thanks to Scott Kostyshak).
|
||||
- TW-24 incorrect use of xterm colorization escape sequences (thanks to Steve
|
||||
Rader).
|
||||
- TW-28 Inserts spaces before punctuation characters (thanks to Matt Kraai).
|
||||
- TW-43 Better error handling than: "Found extra operands." (thanks to Benjamin
|
||||
Weber).
|
||||
|
|
|
@ -294,8 +294,17 @@ light-256.theme
|
|||
solarized-dark-256.theme
|
||||
.br
|
||||
solarized-light-256.theme
|
||||
.br
|
||||
dark-default-16.theme
|
||||
.br
|
||||
dark-gray-blue-256.theme
|
||||
.br
|
||||
no-color.theme
|
||||
.RE
|
||||
|
||||
Bear in mind that if you are using a terminal with a dark background, you will
|
||||
see better results using a dark theme.
|
||||
|
||||
You can also see how the theme will color the various tasks with the command:
|
||||
|
||||
$ task color legend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue