mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Theme Samples
- Updated scripts for generating theme swatches.
This commit is contained in:
parent
34c4b61e3d
commit
c8e013ca31
8 changed files with 164 additions and 49 deletions
26
doc/misc/themes/run.solar.dark
Executable file
26
doc/misc/themes/run.solar.dark
Executable file
|
@ -0,0 +1,26 @@
|
|||
#!/bin/bash
|
||||
|
||||
for theme in $PWD/../../rc/solarized-dark-256.theme
|
||||
do
|
||||
cat <<EOF >x
|
||||
data.location=.
|
||||
confirmation=off
|
||||
detection=off
|
||||
_forcecolor=on
|
||||
default.height=24
|
||||
verbose=off
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue