---
title: config use-colors
categories: |
env
version: 0.104.0
env: |
Get the configuration for color output.
usage: |
Get the configuration for color output.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `config use-colors` for [env](/commands/categories/env.md)
<div class='command-title'>Get the configuration for color output.</div>
## Signature
```> config use-colors {flags} ```
## Input/output types:
| input | output |
| ------- | ------ |
| nothing | bool |
## Notes
Use this command instead of checking `$env.config.use_ansi_coloring` to properly handle the "auto" setting, including environment variables that influence its behavior.