mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Color
- Added 'inverse' swatch to the color command output.
This commit is contained in:
parent
0231a6c412
commit
67a43d6099
1 changed files with 1 additions and 0 deletions
|
@ -2467,6 +2467,7 @@ int handleColor (std::string& outs)
|
|||
<< " " << Color::colorize (" underline on blue ", "underline on blue")
|
||||
<< " " << Color::colorize (" on green ", "black on green")
|
||||
<< " " << Color::colorize (" on bright green ", "black on bright green")
|
||||
<< " " << Color::colorize (" inverse ", "inverse")
|
||||
<< "\n\n";
|
||||
|
||||
// 16 system colors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue