atmos theme list
Purpose
Use this command to discover and browse available terminal themes that can be used to customize the appearance of Atmos CLI output, including tables, markdown rendering, and help text.
Usage​
atmos theme list [options]
By default, this command lists all available themes. Use the --recommended flag to show only themes tested for optimal compatibility.
Examples​
# List all available themes
atmos theme list
# Show only recommended themes for best compatibility
atmos theme list --recommended
Arguments​
This command does not require any arguments.
Flags​
--recommended- Show only recommended themes that have been tested for optimal readability and compatibility with Atmos
Output​
The command displays a table with the following information:
- Name - The theme name to use with
ATMOS_THEMEenvironment variable orsettings.terminal.themeinatmos.yaml - Type - Whether the theme is optimized for Dark or Light terminals
- Rec - Shows "★" for recommended themes when listing all themes
- Source - Attribution or link to the theme's original source
Setting a Theme​
To use a theme from the list:
- Environment variable: Set
ATMOS_THEME=<theme-name>before running Atmos commands - Configuration file: Add to your
atmos.yaml:settings:
terminal:
theme: <theme-name>
Alias​
The atmos list themes command is an alias for atmos theme list and behaves identically, except it shows only recommended themes by default and uses the --all flag to show all themes.
Related Commands​
atmos theme show- Display detailed preview of a specific themeatmos list themes- Alias command with different default behavior