Skip to content

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)
  • dark
  • light
  • catppuccin-frappe
  • catppuccin-latte
  • catppuccin-macchiato
  • catppuccin-mocha
  • dracula
  • gruvbox-dark
  • gruvbox-light
  • monokai
  • monochrome-dark
  • monochrome-light
  • nord
  • one-dark
  • plain-dark
  • plain-light
  • synthwave
  • solarized-dark
  • solarized-light
  • tokyo-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)!
  1. Set a built-in theme by name
  2. Load a theme from a TOML file