From 0af8b1dbabcd86fee6e2b2b00a5843f6c398a1ed Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Mar 2015 09:09:54 -0400 Subject: [PATCH] Themes - Added 'task color legend' to the scripts to make it easier to spot broken themes. - Removed the 'run' script, which is no longer used. --- doc/misc/themes/README | 1 - doc/misc/themes/run | 23 ----------------------- doc/misc/themes/run.dark | 2 ++ doc/misc/themes/run.light | 2 ++ doc/misc/themes/run.solar.dark | 2 ++ doc/misc/themes/run.solar.light | 2 ++ 6 files changed, 8 insertions(+), 24 deletions(-) delete mode 100755 doc/misc/themes/run diff --git a/doc/misc/themes/README b/doc/misc/themes/README index d5f826c7e..aaf1af97b 100644 --- a/doc/misc/themes/README +++ b/doc/misc/themes/README @@ -6,7 +6,6 @@ that need to be illustrated in theme sample. Using a dark-background terminal (black recommended), run the following: - run run.dark Using a light-background terminal, run the following: diff --git a/doc/misc/themes/run b/doc/misc/themes/run deleted file mode 100755 index 4a30d07e7..000000000 --- a/doc/misc/themes/run +++ /dev/null @@ -1,23 +0,0 @@ - - -for theme in $PWD/../../rc/*.theme -do - cat <>x -data.location=. -confirmation=off -_forcecolor=on -include $theme -EOF - - echo "--- $theme -----------------------------------------------------" - echo '$ task list' - task rc:x list - echo '$ task summary' - task rc:x summary - echo '$ task ghistory' - task rc:x ghistory - echo '$ task calendar' - task rc:x calendar - echo '$ task burndown.daily' - task rc:x burndown.daily -done diff --git a/doc/misc/themes/run.dark b/doc/misc/themes/run.dark index b6fd2f2d1..99d6ed7fe 100755 --- a/doc/misc/themes/run.dark +++ b/doc/misc/themes/run.dark @@ -21,6 +21,8 @@ include $theme EOF echo "--- $theme -----------------------------------------------------" + echo '$ task color legend' + task rc:x color legend echo '$ task list' task rc:x list echo '$ task summary' diff --git a/doc/misc/themes/run.light b/doc/misc/themes/run.light index be74f42b7..3cde4e58f 100755 --- a/doc/misc/themes/run.light +++ b/doc/misc/themes/run.light @@ -14,6 +14,8 @@ include $theme EOF echo "--- $theme -----------------------------------------------------" + echo '$ task color legend' + task rc:x color legend echo '$ task list' task rc:x list echo '$ task summary' diff --git a/doc/misc/themes/run.solar.dark b/doc/misc/themes/run.solar.dark index de43551a2..95ecd62a6 100755 --- a/doc/misc/themes/run.solar.dark +++ b/doc/misc/themes/run.solar.dark @@ -13,6 +13,8 @@ include $theme EOF echo "--- $theme -----------------------------------------------------" + echo '$ task color legend' + task rc:x color legend echo '$ task list' task rc:x list echo '$ task summary' diff --git a/doc/misc/themes/run.solar.light b/doc/misc/themes/run.solar.light index 780cc2ac0..712b280c2 100755 --- a/doc/misc/themes/run.solar.light +++ b/doc/misc/themes/run.solar.light @@ -13,6 +13,8 @@ include $theme EOF echo "--- $theme -----------------------------------------------------" + echo '$ task color legend' + task rc:x color legend echo '$ task list' task rc:x list echo '$ task summary'