Skip to content

Commit

Permalink
render.sh: Use cyan for bigheader
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Dec 14, 2022
1 parent 220f4ea commit bca900a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/render.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ main() {
continue
fi

FGCOLOR=5 bigheader "$ex"
bigheader "$ex"
if [ -f ./src/examples/"$ex"/syntax/d2.d2 ]; then
runjob _d2 &
fi
Expand Down
2 changes: 1 addition & 1 deletion ci/sub
Submodule sub updated 7 files
+5 −5 bin/fmt.sh
+3 −3 examples/date.sh
+46 −7 lib.sh
+1 −1 lib/log.sh
+5 −5 lib/log_test.sh
+1 −6 lib/misc.sh
+46 −0 lib/ssh.sh

0 comments on commit bca900a

Please sign in to comment.