Skip to main content

Customize Your Terminal with Atmos Themes

· 2 min read
Erik Osterman
Founder @ Cloud Posse

Atmos now includes 350+ terminal themes to customize your CLI experience. Choose from popular themes like Dracula, Solarized, or GitHub Dark, or browse the complete collection to find one that matches your style.

What Are Themes?

Themes control the colors, styles, and visual presentation of Atmos terminal output. They affect markdown rendering, table formatting, syntax highlighting, and status messages to provide a consistent look across all commands.

Browse Available Themes

View the complete collection of themes in the theme gallery. The gallery includes a visual preview of each theme's color palette and supports search by name, type (dark/light), or author.

Using Themes

List all available themes:

atmos theme list

Preview a specific theme:

atmos theme show dracula

Configure Your Theme

Set a theme in your atmos.yaml:

settings:
terminal:
theme: dracula

Or use an environment variable:

export ATMOS_THEME=dracula
atmos terraform plan

The gallery highlights recommended themes that work well across different terminal environments. These themes have been tested for readability and accessibility.

Learn More

Get Involved