# list available themes# oceans16 | grade3 | chesterish | onedork
jt -l
# select theme...
jt -t chesterish
# toggle toolbar ON [Default: hidden]
jt -t grade3 -T
# set code font to 'Space Mono' 12pt# see table above for more options
jt -t oceans16 -f space -fs 12
# set notebook & text-cell font-family to serif# both default to sans-serif
jt -t onedork -nbff serif -tcff serif
# adjust cell width and line-height
jt -t chesterish -cw 870 -lh 170
# choose alternate txt/markdown layout
jt -t grade3 -alt -fs 10 -cw 900 -tcff serif
# restore default theme
jt -r