We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c43ddb commit e6dfdd5Copy full SHA for e6dfdd5
1 file changed
README.md
@@ -684,7 +684,7 @@ theme based on the OS theme. The following snippet uses the `default` theme when
684
and the `GitHub` theme when in the _light mode_.
685
686
```bash
687
-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"
688
```
689
690
0 commit comments