diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-14 16:39:45 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-14 16:39:45 +0100 |
commit | e30b69dd4c2ebfb4ae77b38037b66f3e6fcb17bc (patch) | |
tree | 3f68362bf4b0a1ea097d3b584f52b2da4c00ff71 /contrib | |
parent | fix(yt/cli): Make most of the arguments to `yt select <cmd> <hash>` optional (diff) | |
download | yt-e30b69dd4c2ebfb4ae77b38037b66f3e6fcb17bc.zip |
feat(yt): Make colorization of the output configurable
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/config.toml b/contrib/config.toml index ffd91a1..ac06959 100644 --- a/contrib/config.toml +++ b/contrib/config.toml @@ -8,6 +8,9 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. +[global] +display_colors = true + [select] playback_speed = 2.7 subtitle_langs = "" |