1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-04-04 18:00:35 +01:00

Merge pull request #3243 from simono/patch-2

Use built-in detection for OS theme in Readme
This commit is contained in:
Keith Hall 2025-03-29 05:27:11 +02:00 committed by GitHub
commit ad8da94d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -691,7 +691,7 @@ theme based on the OS theme. The following snippet uses the `default` theme when
and the `GitHub` theme when in the _light mode_.
```bash
alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"
alias cat="bat --theme auto:system --theme-dark default --theme-light GitHub"
```