Skip to content

Commit

Permalink
supported themes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 3, 2025
1 parent 1420f69 commit bdbf164
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions website/docs/cli/configuration/terminal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ You can customize the syntax highlighting behavior for terminal output using the
settings:
terminal:
syntax_highlighting:
enabled: true # Enable/disable syntax highlighting
lexer: yaml # Lexer to use (yaml or json)
formatter: terminal # Output formatter
style: dracula # Color scheme to use
pager: false # Whether to use a pager for output
enabled: true # Enable/disable syntax highlighting
lexer: yaml # Lexer to use (yaml or json)
formatter: terminal # Output formatter
style: dracula # Color scheme to use; see list of supported themes bellow
pager: false # Whether to use a pager for output
options:
line_numbers: false # Show line numbers
wrap: false # Wrap long lines
wrap: false # Wrap long lines
```
</File>
Expand Down Expand Up @@ -125,4 +125,8 @@ settings:
```
</File>

You can override any of these settings in your [Atmos CLI configuration](/cli/configuration) file.
You can override any of these settings in your [Atmos CLI configuration](/cli/configuration) file.

## Supported Themes

Atmos supports a wide range of themes for syntax highlighting. You can find the full list of supported themes [here](https://xyproto.github.io/splash/docs/).

0 comments on commit bdbf164

Please sign in to comment.