jira config theme¶
- Usage:
jira config theme [flags]
Show or update the theme settings in the local config file. Use it when terminal colors need to match a built-in theme or a custom TOML file.
With no flags, the command only reports the current theme. Passing --name or --path writes config and does not contact Jira.
Theme¶
--name <NAME>¶
Theme name
Allowed values:
auto(default)darklightcatppuccin-frappecatppuccin-lattecatppuccin-macchiatocatppuccin-mochadraculagruvbox-darkgruvbox-lightmonokaimonochrome-darkmonochrome-lightnordone-darkplain-darkplain-lightsynthwavesolarized-darksolarized-lighttokyo-night
--path <PATH>¶
Theme TOML path
Accepts a file.
Examples¶
jira config theme
jira config theme --name dracula # (1)!
jira config theme --path ./my-theme.toml # (2)!
- Set a built-in theme by name
- Load a theme from a TOML file