Skip to content

Commit

Permalink
fix: make header color configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
jderuiter committed Mar 11, 2022
1 parent c1ecf94 commit 3d85bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions todofi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ linescount() {
fi
}

TODOFISH_HEADER="<span color=\"${COLOR_TITLE}\">Todofi.sh</span>"

config() {
HELP="${TODOFISH_HEADER} - Configuration files"

Expand Down Expand Up @@ -486,6 +484,8 @@ while getopts "h?af:F:c:d:" opt; do
esac
done

TODOFISH_HEADER="<span color=\"${COLOR_TITLE}\">Todofi.sh</span>"

if [[ $ADD_MODE ]]; then
add
else
Expand Down

0 comments on commit 3d85bd1

Please sign in to comment.