···252252// Choose the theme that is specified in the themes section.
253253// Default: default
254254//
255255-theme "molokai-dark"
255255+theme "solarized-light"
256256257257// Choose the base input mode of zellij.
258258// Default: normal
···262262// Choose the path to the default shell that zellij will use for opening new panes
263263// Default: $SHELL
264264//
265265-default_shell "fish"
265265+default_shell "zsh"
266266267267// Choose the path to override cwd that zellij will use for opening new panes
268268//