mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Themes
- Added more blue to dark-gray-blue-256.
This commit is contained in:
parent
718204af0d
commit
5425ac66cb
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
for theme in $PWD/../../rc/dark-16.theme \
|
for theme in $PWD/../../rc/dark-16.theme \
|
||||||
$PWD/../../rc/dark-256.theme \
|
$PWD/../../rc/dark-256.theme \
|
||||||
$PWD/../../rc/dark-blue-256.theme \
|
$PWD/../../rc/dark-blue-256.theme \
|
||||||
$PWD/../../rc/dark-default-16.theme \
|
|
||||||
$PWD/../../rc/dark-gray-256.theme \
|
$PWD/../../rc/dark-gray-256.theme \
|
||||||
$PWD/../../rc/dark-gray-blue-256.theme \
|
$PWD/../../rc/dark-gray-blue-256.theme \
|
||||||
$PWD/../../rc/dark-green-256.theme \
|
$PWD/../../rc/dark-green-256.theme \
|
||||||
|
|
|
@ -68,12 +68,12 @@ color.overdue=color0 on rgb035
|
||||||
# Report: burndown
|
# Report: burndown
|
||||||
color.burndown.pending=on gray9
|
color.burndown.pending=on gray9
|
||||||
color.burndown.started=on gray16
|
color.burndown.started=on gray16
|
||||||
color.burndown.done=on gray23
|
color.burndown.done=on rgb013
|
||||||
|
|
||||||
# Report: history
|
# Report: history
|
||||||
color.history.add=on gray9
|
color.history.add=on gray9
|
||||||
color.history.delete=black on gray23
|
color.history.delete=black on gray23
|
||||||
color.history.done=black on gray16
|
color.history.done=black on rgb013
|
||||||
|
|
||||||
# Report: summary
|
# Report: summary
|
||||||
color.summary.bar=on rgb012
|
color.summary.bar=on rgb012
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue